I have an issue with Chromium not loading a jQuery plugin for some strange reason. If I hit the page through a subdomain, it will not load.If I hit the page through the root domain, everything works
Sometimes when I\'m using objects inside an userscript and using the TamperMonkey extension to run it, chrome\'s console.log() function is cached.
I would like to be able to add custom snippets of javascript to any site that matches a regex. This is mostly because of sites that I use daily because of specialized content, but which have a poor de
I have two scripts. I put them in the same namespace (the @namespace field). I\'d like them to interactive with another.
i have written开发者_StackOverflow中文版 a big userscript for greasemonkey which works just fine in firefox, but in chrome nothing happens :(
I have a weird problem. I try to write a GreaseMonkey script to be run in Firefox and Google Chrome. With Chrome I tried 2 extensions : \"TamperMonkey\" and \"Blank Canvas Script Handler\", mainly bec
I\'m currently developing a Greasemonkey script to translate <textarea> fields in an Intranet app, using Google Translation API.
On site there is code like that (its site on LAN) <script language=\"JavaScript\" type=\"text/javascript\">
If you create a Greasemonkey script with @include * and go to a site like youtube, it runs the script 20+ times every time you refresh. This is on Firefox, not sure about Chrome.
I want to pass a number value to a Timer. How do I do this? My number and integer values for other variables work fine.