If the script is running on Firefox or Tampermonkey, use the "Greasemonkey" tag. For all other browsers, use the "Userscripts" tag. (Both tags can be used for cross-browser scripts) ... Userscripts primarily refers to JavaScript extensions for web browsers, used to automate or customize actions, ...

learn more… | top users | synonyms (2)

1
vote
0answers
46 views

XMLHttpRequest is not allowed by Access-Control-Allow-Origin in .safariextz file

I am getting following error in error console, facing this issue for many days, please help. XMLHttpRequest cannot load "localhost Url". Origin https://mail.google.com is not allowed by ...
-2
votes
1answer
43 views

I want to add a chat to somene else's website with JavaScript [closed]

I am wanting to add a chat box to one of my favorite forums through JavaScript. I will be doing this through a Userscript, which each member can download, and it will add a chat box to the top of the ...
1
vote
1answer
23 views

Can't rename or create more than one custom userscript script in Tampermonkey

I am currently trying to create 3 userscripts in Tampermonkey for separate pages. Using the GUI, I can click on "Add a new script", however every time I save after making changes, it re-saves over the ...
1
vote
1answer
68 views

Chrome userscript fires on all pages despite @match and @include settings

I use match to restrict my script to work only one domain but chrome runs it in every domain. I tried @include and @match and it says "Access your data on all websites" when I try to install it and it ...
1
vote
1answer
46 views

Chrome userscript is not applying remote CSS stylesheet

Direct link to script: https://github.com/MosheBerman/MinimalOverflow/blob/master/styleswitcher.user.js I downloaded a script from ...
0
votes
0answers
38 views

Userscript not working on dynamically loaded iframe

I am trying to create a userscript that will just remove all spellcheck=false attributes from all websites. In general, I mostly just care about the wikia visual editor, and that is where I am getting ...
0
votes
3answers
55 views

Change the page title if a data attribute is found

I'm working on an userscript for a website. Would it be possible to change the title of the site if it finds a certain data attribute? This is what I currently have: if ...
0
votes
0answers
36 views

Suppress sending text in Facebook chat?

Is there a way to find out which events facebook use exactly when the text is sent on facebook chat ? I mean, when I type some text and press Enter to send it, I would like to suppress sending that ...
-1
votes
0answers
54 views

User script code to auto load youtube comments [closed]

I found a script on userscripts.org to auto load YouTube comments.The only problem is it requires you to click on the "auto load comments" button for each page. This script also has three buttons that ...
0
votes
2answers
65 views

How can I access a site's unique JavaScript Objects without using unsafeWindow?

I'm currently trying to write a script that I will try to use in an extension for Chrome. I understand that unsafeWindow doesn't work in Chrome, so I found a workaround (via this person's github) that ...
0
votes
1answer
76 views

trying to map someFunction.jQuery to “$”

I found a function (via this person's github) that I might use in my script that mimics the functionality of an API object. Here's the relevant code from the link: unsafeWindow = (function() { ...
-1
votes
1answer
89 views

how to change data in javascript run in external webpage by userscripts?

I want to change a object property in a js file run in external webpage.The object is defined like this: var OB1{ transactions: { number:100 } }; how to change ...
2
votes
4answers
49 views

DOM click() is not working on this button

When I use method click() to click the button, the submission failed. But, when I use the mouse to click the button on that webpage, (the submit form is same) it works. HTML file: <button ...
0
votes
2answers
52 views

jquery/userscript is not defined?

In chrome my userscript cause the error ReferenceError: jQuery is not defined But the line @require includes jquery. At least i know it does with greasemonkey (does chrome not support that?) If i ...
-1
votes
1answer
68 views

Trying to make a simple userscript for GreaseMonkey to open links

I have been using this command in console $('.faq dl dt').click() on certain pages. I'm tired of doing that. So I would like to create a script that will automatically detect the page and execute ...
2
votes
1answer
105 views

how to use stylish userscript or javascript to remove this html element? [closed]

on a website i visit, i want to remove an ad-link from the page by writing script. how would i remove the <a href-"ad">ad</a> page element? I guess the best way would be using javascript, ...
1
vote
1answer
57 views

Can RegExp be used for the url patterns in a Fluid app?

URL patterns are very handy in Fluid app (a Site-specific Browser for OS X) to support scripts/styles for certain specified URLs, for example: As stated on the official website: In the "Pattern" ...
1
vote
1answer
56 views

Userscript with @match chrome-extension://

When I try to install a userscript with (@match) URL that begins with "chrome-extension://" Google Chrome says "invalid script header" and will not allow me to install. Is it possible to get a ...
0
votes
1answer
50 views

Links from ajax request are not requested via ajax

I have a userscript that fires an ajax call via GM_xmlhttprequest to load a simple page with some text and links into a div named "debug". this works very well. now I want, that every link in the ...
-1
votes
3answers
45 views

Userscripts, going through elements and testing attributes

I'm kinda new to Userscripts and JavaScript in general, and I'm pretty lost. Basically what I want to do is go through elements I got by using getElementsByClassName, get the data in the "name" ...
0
votes
0answers
77 views

Are Facebook's “-cx-PRIVATE-” prefix for its CSS class names, protected against Greasemonkey type userscripts?

Facebook have started using the "-cx-PRIVATE-" as a naming prefix for many of their CSS class names on their site. It seems like it is some sort of protection against Greasemonkey type user scripts. ...
0
votes
1answer
81 views

Include all pages in tampermonkey(userscript)

I have to include all sites in tampermonkey..this is the script that i have to run // ==UserScript== // @name Phishing Blockz // @namespace http://use.i.E.your.homepage/ // @version 0.1 // ...
1
vote
1answer
79 views

Error using ajax to send JSON data to a private server

I am pretty new to writing userscripts for Chrome/Firefox. I was trying to get the AJAX generated JSON data from a website and send them to my own server, to analyze them and put them into a database. ...
1
vote
1answer
93 views

Refactoring a userscript to use javascript modules

I'm working on a userscript - in particular this userscript - which has been designed to encapsulate functionality in modules. In order to be able to do some automated testing I would like to split ...
0
votes
2answers
103 views

How do I access pages jQuery from user script?

I want to write a small userscript to the page that already contains jQuery. I can access $ object from chrome developer console, but can not from user script -- it just says that jQuery || $ || ...
1
vote
1answer
44 views

Userscript performance when tab loses focus

I've noticed that when the window is not in focus, the userscript gets a lot slower (About half of the speed, according to a few quick tests that I did). I believe this is Google Chrome's fault and ...
0
votes
0answers
318 views

How to confirm a window.confirm with javascript?

I need to click "ok" in a window confirmation box that will predictably appear in a certain point of my userscript execution. Usually when I needed to do that, I've simply looked at source code at ...
1
vote
2answers
82 views

How to keep my userscript working, even when the site goes offline?

I want to make an userscript (right now I am only worried about Chrome compatibility) reload the page every 30 seconds (I mean, that's not the point, I just want to somehow execute some script while ...
0
votes
1answer
55 views

How many I/O connections can be made to Google Spreadsheet from Javascript API?

How many I/O connections can be made to Google Spreadsheet from Javascript API using Google Apps Script.
5
votes
2answers
79 views

In a userscript, is there any advantage to using querySelector() vs jQuery's $()?

Is there any advantage to using querySelector() vs jQuery's $() in a userscript? I want the script to work in all major browsers that support userscripts, so I'm especially interested in cross-browser ...
0
votes
2answers
73 views

Is it possible to detect page modification through userscripts?

If you have a website, can you somehow find out if visitors are modifying your site with javascript userscripts?
1
vote
1answer
100 views

How do I create a userstyle for Google Chrome and the Google Tasks website?

I want to create a Stylish script, for Google Chrome that will change the notes <textarea> size on the Google Tasks page. The element I want to style is: <textarea id=":2.notes-editor" ...
0
votes
1answer
61 views

Preventing javascript callback from being called on parent div

I'm working on a userscript which is supposed to be cross-browser compatible which might explain why I'm not doing things the normal way. The script displays a floating div named box which is a jQuery ...
0
votes
3answers
143 views

Completely clear a page through JS without redirecting to about:blank?

For a userscript I need to clear a page including all of its styles, contents, events and timers. Is it possible to do that without redirecting to about:blank? I tried document.body.remove(); ...
-1
votes
2answers
58 views

Userscript: run code before submit

Currently making a user script. Issue I'm having is that when this one submit button is click, my code is not run. Any help? $('#quick_reply_submit, input[value="Post Reply"]').click(function() { ...
1
vote
1answer
120 views

How can I get my cross-domain Greasemonkey script to work in Chrome, even though it requires jQuery and Greasemonkey API functions?

I'm fighting to get a userscript to work on chrome. I know this question has been asked hundreds of times but I still can't get it to work... // ==UserScript== // @name SRH hide closed cases ...
1
vote
1answer
38 views

Transferring information between userscripts in Chrome

I need to have a function execute on a page in one tab when certain conditions are met in another tab. All I need to do is send some kind of nudge to the other tab. I've tried many things already in ...
2
votes
3answers
95 views

Code works as an Opera UserJS, but gives “undefined” errors in Chrome and Greasemonkey userscripts

I am trying to write a cross-browser userscript that hides IMDb's rating and replaces it with a link that allows the user to rate the show/film later on. In Opera, this approach already works, but ...
1
vote
1answer
283 views

Stylish or Chrome userscript to replace the “Helvetica” font on websites?

I'm having an issue with websites using the Helvetica font and Helvetica Neue. I tried getting some help to fix it but its apparently an issue with my Linux installation. Since I can't fix it ...
1
vote
3answers
163 views

Change CSS value in an external CSS file that I don't control?

I use a CMS which utilizes TinyMCE editor as a visual editor. Its CSS is weirdly edited so that ul-lists won't show bullets and paragraphs don't have any space between one another. Is there a simple ...
0
votes
2answers
65 views

How can I extract values from URL string in JavaScript?

I have a string like this: http://x.com/xyz/2013/01/16/zz/040800.php I want to get two strings from that, like this: 2013-01-16 <-- string 1 04:08:00 <-- string 2 How can I do that?
1
vote
1answer
131 views

Load a javascript resource from an external source, when it's blocked with a 403 status

For some reason my ISP is blocking the following URL: http://assets.tumblr.com/javascript/prototype_and_effects.js Chrome console states: Failed to load resource: the server responded with a ...
1
vote
3answers
81 views

Remove part of title of website via userscript

I try to code a userscript that removes everything from the title of a website (flash browsergame) but the countdown that appears when starting an action. I'm new to Javascript and need some help. ...
0
votes
1answer
52 views

Globally replacing text on a page, breaks/garbles it

I'm trying to modify this simple userscript on Internet Explorer for my own variables to modify, it seems simple enough but when I replace the variable with my own to search and replace, websites turn ...
0
votes
2answers
126 views

Convert userscript from Firefox/Chrome to Internet Explorer 9?

I'm a student who isn't in the computer sciences or programming but I've been looking for a script for my parents who are foreign and don't understand internet lingo. I've found the script below on ...
1
vote
4answers
632 views

How to automatically press ENTER key/Confirm alert box with javascript/jquery

I'm writing a userscript (javascript/jquery) to automate some things in a browser game. There's an auction where products can be bought with a discount. I want a script that automatically buys goods ...
1
vote
1answer
142 views

External JavaScript File Running Twice

I have a userscript that is dynamically loading an external javascript file and for some reason it is running twice. Here is the code loading the file: var jqScript = ...
3
votes
1answer
260 views

Is it possible to synchronize userscripts between Google Chrome installations? [closed]

I've noticed that userscripts aren't automatically synchronized like (regular) extensions in Google Chrome. Is there any way to ensure that userscripts are synchronized between Chrome installations? ...
0
votes
1answer
55 views

How can my userscript select this link based on the contained image src?

I'd like to write a userscript automate a click on a certain image on a web page. The target URL is dynamic, but the image name is fixed. So far I have the following Userscript //--- Note that the ...
1
vote
1answer
129 views

Disable client-side Scripting (like Greasemonkey) on a web site?

I would like to know if there is a way to prevent the use of userscripts on my browser game site? Many use Greasemonkey to have advantages over other players, and I would like a way to disable these ...

1 2 3 4 5 8