tampermonkey
jQuery Plugin won't work on Subdomain
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[详细]
2023-04-12 12:33 分类:问答jQuery click event not firing in Greasemonkey script
I\'ve appended an image to a page via GM and I\'m trying to execute a click event to no avail. Any ideas what I\'m missing?[详细]
2023-04-01 03:04 分类:问答Google Chrome console.log cached?
Sometimes when I\'m using objects inside an userscript and using the TamperMonkey extension to run it, chrome\'s console.log() function is cached.[详细]
2023-03-30 14:02 分类:问答What's a simple way in Google Chrome to insert Javascript into sites?
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[详细]
2023-03-30 01:56 分类:问答Get 2 userscripts to interact with each other?
I have two scripts. I put them in the same namespace (the @namespace field). I\'d like them to interactive with another.[详细]
2023-03-27 15:13 分类:问答Port Greasemonkey script to Chrome
I have found a Greasemonkey script which works fine in Firefox but not in Chrome, which is my preferred browser.[详细]
2023-03-27 04:30 分类:问答userscript chrome vs. firefox
i have written开发者_StackOverflow中文版 a big userscript for greasemonkey which works just fine in firefox, but in chrome nothing happens :([详细]
2023-03-18 07:51 分类:问答Chrome can't read style.display value
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[详细]
2023-02-20 10:10 分类:问答How can I handle multiple AJAX results in a userscript?
I\'m currently developing a Greasemonkey script to translate <textarea> fields in an Intranet app, using Google Translation API.[详细]
2023-02-14 15:14 分类:问答How to override the alert function with a userscript?
On site there is code like that (its site on LAN) <script language=\"JavaScript\" type=\"text/javascript\">[详细]
2023-02-03 09:32 分类:问答