Skip to content

Commit affe424

Browse files
committed
Update Picviewer CE+.user.js
1 parent 2d2bd53 commit affe424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11999,7 +11999,7 @@ ImgOps | https://imgops.com/#b#`;
1199911999
_GM_xmlhttpRequest = GM.xmlHttpRequest;
1200012000
GM_fetch = true;
1200112001
} else {
12002-
_GM_xmlhttpRequest = (f) => {fetch(f.url, (f.method && f.method !== 'GET' ? {method: f.method || 'GET', body: f.data || '', headers: f.headers} : {method: 'GET', headers: f.headers})).then(response => response.text()).then(data => {f.onload({response: data})}).catch(f.onerror())};
12002+
_GM_xmlhttpRequest = (f) => {fetch(f.url, (f.method && f.method !== 'GET' ? {method: f.method || 'GET', body: f.data || '', headers: f.headers} : {method: 'GET', headers: f.headers})).then(response => response.text()).then(data => {f.onload({response: data})}).catch(e => f.onerror())};
1200312003
}
1200412004
if (typeof GM_addStyle != 'undefined') {
1200512005
_GM_addStyle = GM_addStyle;

0 commit comments

Comments
 (0)