We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e910cf5 commit 83208f1Copy full SHA for 83208f1
src/Spectacles/index.js
@@ -9,7 +9,7 @@ function getUnspoileredSrc(blurredSrc, link) {
9
}
10
11
// Getting source from external page
12
- GM_xmlhttpRequest({
+ GM.xmlHttpRequest({
13
method: 'GET',
14
url: link,
15
responseType: 'document',
0 commit comments