File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
4646// @grant GM.notification
4747// @grant unsafeWindow
4848// @require https://hoothin.github.io/UserScripts/Picviewer%20CE%2B/GM_config%20CN.js?v=23710
49- // @require https://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_rules.js?v=1705900
49+ // @require https://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_rules.js?v=1714183
5050// @require https://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_lang.js?v=1653424
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;
You can’t perform that action at this time.
0 commit comments