Skip to content

Commit 83208f1

Browse files
committed
Switch to Greasmonkey-4 compatible functions
1 parent e910cf5 commit 83208f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spectacles/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function getUnspoileredSrc(blurredSrc, link) {
99
}
1010

1111
// Getting source from external page
12-
GM_xmlhttpRequest({
12+
GM.xmlHttpRequest({
1313
method: 'GET',
1414
url: link,
1515
responseType: 'document',

0 commit comments

Comments
 (0)