userscripts
Cross browser console.log for greasemonkey/chrome userscripts
How do you go about using console.log in greasemonkey scripts? I don\'t get any output. // ==UserScript==[详细]
2023-03-16 11:19 分类:问答Should I minify javascript in userscripts for Greasemonkey or Chrome extensions?
Is it worthwhile to minify a script that goes into an extension or userscript for Greasemonkey?I ask because the user will just be downloading it once and ru开发者_Python百科nning it many times (it\'s[详细]
2023-03-16 08:08 分类:问答Is it possible to run an userscript on chrome://chromewebdata/ in Google Chrome
I want to redirect from a page that always result in HTTP 500, to 开发者_如何学Gothe new page for the website.[详细]
2023-03-13 06:40 分类:问答is it possible to addEventListener to a table to check for new info in that table?
i have this 开发者_如何学运维greasemonkey/user.js script written for some website. that website has a table which outputs info every now and then; it does so by adding a new tablerowwith the info.[详细]
2023-03-11 22:18 分类:问答How to remove portions of Web page title using Javascript [duplicate]
This question already has answers here: How can I modify the title of a site using JavaScript? (2 answers)[详细]
2023-03-09 20:40 分类:问答Where does Chrome store userscripts.user.js files on a mac?
i want to know where chrome stores the userscripts that are installed. i couldn\'t find any answer elsewhere.[详细]
2023-03-09 12:29 分类:问答Load an external library CSS using a Chrome userscript
I want to load an external library (jQuery) into my .user.js script, to modify the CSS of an existing site. Now i am using $script to load external libraries, but it doesn\'t work.[详细]
2023-03-07 19:40 分类:问答Facebook Emotions
This code is from Facebook Chat Emoticons Bar Grease Monkey UserScript ImagesURL = HttpsOn?\'https://s-static.ak.fbcdn.net/images/\':\'http://static.ak.fbcdn.net/images/\';[详细]
2023-03-06 17:50 分类:问答Create new user tool to paste text with EditPlus
I use EditPlus 3.30 as my code editor, but this question also applies to earlier versions.I would like to create a new user tool item on the user tool bar. The default set-up allows you to open a temp[详细]
2023-03-06 01:21 分类:问答jQuery queue in Chrome userscript with popups?
I would like to ask if it is possible to build Chrome or Greasemonkey script witch could open all popups in queue. So far i have 2 seperate scripts for this, but that is not working well since popups[详细]
2023-02-28 14:25 分类:问答