Skip to content

Commit 0e8b891

Browse files
committed
Update Picviewer CE+.user.js
1 parent 51c92e4 commit 0e8b891

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// @description:ja 画像を強力に閲覧できるツール。ポップアップ表示、拡大・縮小、回転、一括保存などの機能を自動で実行できます
1313
// @description:pt-BR Poderosa ferramenta de visualização de imagens on-line, que pode pop-up/dimensionar/girar/salvar em lote imagens automaticamente
1414
// @description:ru Мощный онлайн-инструмент для просмотра изображений, который может автоматически отображать/масштабировать/вращать/пакетно сохранять изображения
15-
// @version 2025.12.2.1
15+
// @version 2025.12.19.1
1616
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD////29vbKysoqKioiIiKysrKhoaGTk5N9fX3z8/Pv7+/r6+vk5OTb29vOzs6Ojo5UVFQzMzMZGRkREREMDAy4uLisrKylpaV4eHhkZGRPT08/Pz/IfxjQAAAAgklEQVQoz53RRw7DIBBAUb5pxr2m3/+ckfDImwyJlL9DDzQgDIUMRu1vWOxTBdeM+onApENF0qHjpkOk2VTwLVEF40Kbfj1wK8AVu2pQA1aBBYDHJ1wy9Cf4cXD5chzNAvsAnc8TjoLAhIzsBao9w1rlVTIvkOYMd9nm6xPi168t9AYkbANdajpjcwAAAABJRU5ErkJggg==
1717
// @namespace https://github.com/hoothin/UserScripts
1818
// @homepage https://github.com/hoothin/UserScripts/tree/master/Picviewer%20CE%2B
@@ -46,7 +46,7 @@
4646
// @grant GM.notification
4747
// @grant unsafeWindow
4848
// @require https://update.greasyfork.org/scripts/6158/23710/GM_config%20CN.js
49-
// @require https://update.greasyfork.org/scripts/438080/1705900/pvcep_rules.js
49+
// @require https://update.greasyfork.org/scripts/438080/1714183/pvcep_rules.js
5050
// @require https://update.greasyfork.org/scripts/440698/1653424/pvcep_lang.js
5151
// @match *://*/*
5252
// @exclude http://www.toodledo.com/tasks/*
@@ -13727,6 +13727,7 @@ ImgOps | https://imgops.com/#b#`;
1372713727

1372813728
if (!errorBlobList[img.src] && !/^blob:/.test(img.src)) {
1372913729
errorList[img.src]=true;
13730+
let orgSrc = img.src;
1373013731
_GM_xmlhttpRequest({
1373113732
method: 'GET',
1373213733
url: img.src,
@@ -13736,7 +13737,6 @@ ImgOps | https://imgops.com/#b#`;
1373613737
const releaseBlob = () => URL.revokeObjectURL(blobUrl);
1373713738
window.addEventListener('beforeunload', releaseBlob);
1373813739

13739-
let orgSrc = img.src;
1374013740
img.src = blobUrl;
1374113741
setTimeout(() => {
1374213742
if (aborted) return;

0 commit comments

Comments
 (0)