Do Greasyfork Zapewnij różne funkcje użytkowe,czas absolutny,Internet panoramiczny,Ulepszenia strony skryptowej,Pobierz rozszerzenie,Naprawa panelu i szereg operacji
< Opinie na Greasyfork Mistrz klejenia
This code requested my banking access for no valid reason
Are you out of your mind? How can a script running on Greasyfork have the permissions to access your damn bank?
I don't know ! If this is not on purpose, then it is a bug on my part and I am very sorry.
This code requested my banking access for no valid reason
Are you out of your mind? How can a script running on Greasyfork have the permissions to access your damn bank?
I don't know ! If this is not on purpose, then it is a bug on my part and I am very sorry. (sorry if you see this message two times)
This code requested my banking access for no valid reason
Are you out of your mind? How can a script running on Greasyfork have the permissions to access your damn bank?
I don't know ! If this is not on purpose, then it is a bug on my part and I am very sorry. (sorry if you see this message two times)
I retry and he whrote that : https://imgur.com/a/hF7ykyD
This code requested my banking access for no valid reason
Are you out of your mind? How can a script running on Greasyfork have the permissions to access your damn bank?
I don't know ! If this is not on purpose, then it is a bug on my part and I am very sorry. (sorry if you see this message two times)
I retry and he whrote that : https://imgur.com/a/hF7ykyD
I don't know what is that
This code requested my banking access for no valid reason Are you out of your mind? How can a script running on Greasyfork have the permissions to access your damn bank? I don't know ! If this is not on purpose, then it is a bug on my part and I am very sorry. (sorry if you see this message two times) I retry and he whrote that : https://imgur.com/a/hF7ykyD I don't know what is that
Isn’t this normal for cross-domain requests? I downloaded the image from URL ok? If you don't want to download this picture, just refuse. Is this your first time using userscripts on GreasyFork? child? That's just a warning about the risks of cross-domain, kid. You know how painful it is for me to use Google Translate.
If you don't like it, turn off the option for scripts to display icons, or disable cross-domain access.
This is my cross domain code
GM_xmlhttpRequest({ method: 'GET', url: location.pathname.replace(/(scripts\/\d+[^/]+)(\/.*)?$/, '$1/code/1.user.js'), timeout: 10000, onload: function (r) { var url = (r.responseText.match(/\n\s*\/\/\s+@icon(?:url)?\s+((?:https?:\/\/|data:image\/).+)|$/i)[1] || '').trim() if (!url) { url = "https://github.com/ChinaGodMan/UserScripts/raw/main/docs/icon/Scripts%20Icons/default.png" return __addIcon(url, h2Element, true) } if (!/^http:/.test(url)) return __addIcon(url, h2Element) // download http icon and store it in script db if it's small GM_xmlhttpRequest({ method: 'GET', url: url, timeout: 10000, headers: { 'Accept': 'image/png,image/*;q=0.8,*/*;q=0.5' },
This code requested my banking access for no valid reason Are you out of your mind? How can a script running on Greasyfork have the permissions to access your damn bank? I don't know ! If this is not on purpose, then it is a bug on my part and I am very sorry. (sorry if you see this message two times) I retry and he whrote that : https://imgur.com/a/hF7ykyD
这上面明明白白的说的一清二楚,上个互联网,谷歌搜索不会用?
Ce message fait référence à une tentative d'un userscript d'accéder à une ressource d'origine croisée (CORS - Cross-Origin Resource Sharing). Dans ce cas particulier, le script utilisateur "Greasyfork Utility Toolkit" tente d'accéder à une ressource située sur un autre domaine (update.greasyfork.org
). Cela peut arriver lorsque le script essaie de télécharger des mises à jour ou d'obtenir des données à partir d'une autre source.
update.greasyfork.org
).Note : Les auteurs de scripts utilisateurs peuvent éviter cette boîte de dialogue en ajoutant une balise
@connect
à leur script, spécifiant les domaines auxquels le script est autorisé à se connecter.
Vous pouvez modifier ces paramètres à tout moment via l'onglet des paramètres du script.
This code requested my banking access for no valid reason