|
As I find such code in you "checkForUpdate" function:
GM_xmlhttpRequest({
method: "GET",
url: 'http://userscripts.org/scripts/source/47636.user.js',
onload: function(results) { ....
So everyone using your script will have to download the entire script everyday they use it, generating unnecessary and costly bandwidth waste for this site. So please change the function by using "47636.meta.js" instead of "47636.user.js". Thanks.
|