Use the Greasemonkey tag if you are using Firefox or the Tampermonkey extension for Chrome. For all other userscripts, please use the "userscripts" tag. Greasemonkey is a Firefox add-on that allows you to enhance the way select web-pages work, by running javascript (with enhanced privileges) on ...

learn more… | top users | synonyms

1
vote
1answer
103 views

Remove a javascript function with Greasemonkey

I visit a website with a javascript file in the head of the HTML <script language="javascript" src="javscript.js"></script> The code inside this file is: // keypress management if ...
-1
votes
2answers
163 views

How to run code after changing the URL via window.location?

I'm doing this but it doesn't work: window.addEventListener("load", function load(event){ alert('hola'); },false); window.location.assign("about:blank"); It's a Greasemonkey script. The new ...
4
votes
1answer
97 views

Storing user input in a Greasemonkey script on install

I'm doing a greasemonkey script that communicate whit the Redmine ticket manager through the REST API. As the user need to login to get the data from Redmine, I need a way to ask the user his ...
1
vote
1answer
123 views

How can I add a parameter to a URL and then reload the page using Greasemonkey?

The website Quora blurs out most of its content if you're not logged in. One way around this is to add the parameter "?share=1" to its URL. I think the steps to doing this via Greasemonkey are: 0/ ...
0
votes
2answers
72 views

How to Run a Greasemonkey Script only once

I made a greasemonkey script for a domain, Now how do I make it run only once? Like it starts every time the domain is accessed, I don't want that. How do I make it run only once and then like delete ...
4
votes
2answers
185 views

Attempt to add a rule to a CSS stylesheet gives “The operation is insecure” in Firefox

I'm using Greasemonkey and trying to add a rule in a specific domain. But it results in an error saying The operation is insecure. The code works fine on Chrome. The script runs on ...
1
vote
1answer
121 views

parse JSONP response (from express.js server) clientside using greasemonkey

We are working on a greasemonkeyscript to pull data from an express server cross-domain. (We found code which is working for a normal html site here: ) Can you get this to work for greasemonkey? ...
0
votes
0answers
62 views

VirtualBox/VMWare Greasemonkey issues every Saturday (???)

I used to run a specific Greasemonkey script on a clean Win7 laptop, which has always worked perfectly fine and still does! But I decided to create a clean Win7 VirtualBox installation on my PC (NOT ...
3
votes
1answer
174 views

Tamper monkey not clicking

HTML: <div id="someid">Attack ..</div> jQuery: $("#someid").click(function() { alert("I was clicked."); }); jsFiddle: http://jsfiddle.net/kgJKU/ Greasemonkey: // ==UserScript== ...
1
vote
0answers
144 views

jQuery conflict between Greasemonkey script and page [duplicate]

I'm writing an add-on for Greasemonkey and using jQuery 1.9.1 (via @require). But there's already jQuery 1.1.2 on the website: <script type="text/javascript" language="JavaScript" src="jquery.js" ...
0
votes
2answers
45 views

How do I regularly check the state of a page without refreshing?

I'm pretty new to (javascript) programming and I'm trying to get something automated. There is a page that contains a countdown timer, and I want my greasemonkey script to automatically do some ...
0
votes
0answers
33 views

Disabling Ajax with Greasemonkey

I want to disable the "Seen at ..." and "Typing.." function in facebook with Greasemonkey. It's the first time that I am working with Greasemonkey so I have no idea on how to do that actually. I ...
1
vote
1answer
199 views

How can my script change a Specific Font (for a specific class)?

I'm trying to make my own Tampermonkey script to change a specific font style on a specific site from a cursive style to a sans-serif style. The HTML from the site is: <div class="text">Ask ...
2
votes
1answer
216 views

Why isn't my Greasemonkey script updating?

I've got a Greasemonkey script for Firefox. The script includes this meta-block and some lines of code. I want to update my script on the server and then automatically update the browser's scripts. ...
0
votes
1answer
86 views

How to override page styles without using !important, in a Greasemonkey script?

I have a Greasemonkey script that applies styles with either .css() or GM_addStyle(). These styles are getting overwritten by the styles that are on the page, causing undesired effects. I know that ...
1
vote
2answers
71 views

How to know on client side whether a postback occured?

I am developing a Greasemonkey script and this script changes some elements in a table. However, when we click a button in the table an asynchronous postback happens and the table is refreshed. So, ...
2
votes
1answer
107 views

extract info from html greasemonkey

So I'm trying to write a greasemonkey script to place tiles for me in an online game. I've got the placing tiles figured out, but in order to extend the script I need to limit the loop to the number ...
2
votes
1answer
51 views

Why isn't this link-“clicking” Greasemonkey code working?

I have to click the "Ik neem er een!" link with Greasemonkey. Link (located at http://www.ibood.com/nl/nl): <div class="box_order_btn"> <a class="btn_order nl" ...
-1
votes
2answers
116 views

Detect keyboard input javascript

I am writing a script where I need to know if a user has pressed ctrl+s or ctrl+p. How do I do this. Help would be appreciated. the problem is as soon as the user presses ctrl+s the page doesn't go to ...
1
vote
1answer
1k views

Choosing and activating the right controls on an AJAX-driven site

So, I am trying to make it where every time I visit any nike.com sneaker page (without the HTML link), it automatically picks my shoe size, adds it to the cart, and checks out for me. I am currently ...
0
votes
1answer
61 views

Greasemonkey script fails passing date/time to GM_setValue

I'm writing a Greasemonkey script where I want to know when it was last run. To do this, I wanted to store the current time with GM_setValue and compare that time to the time when the script is run ...
0
votes
0answers
119 views

How to send data from Greasemonkey to a PHP (WAMP) server?

I am creating a Greasemonkey script where I am calculating six variables (time, move, scroll, sav, prin, book and url). I need to send these variables' data to my PHP page so that these could be ...
-7
votes
1answer
56 views

Javascript (greasemonkey) set css of topics with 0 replies [closed]

how to access the css of http://www.autoitscript.com/forum/forum/2-general-help-and-support/ of topics which have 0 replies. I want to make them look different. <li> <a ...
2
votes
2answers
72 views

Javascript Debugging Outside FireFox

I have a greasemonkey script running on Firefox and its in an infinite loop. I can't figure out where loop is at because I am unable to have a debug window that is not tied to FireFox. How can I ...
1
vote
2answers
68 views

How does Greasemonkey interact with javascript blockers like NoScript?

I am getting back into coding JS recently and have found the Greasemonkey Firefox add-on. One thing I have been wondering is if it runs JS in it's own sandbox/layer or if it needs global javascript ...
1
vote
1answer
109 views

Are my Greasemonkey scripts visible outside my PC?

Forgive me if this is a dumb question. I'm not familiar with how browser scripts are handled. I'm writing a short Greasemonkey script that involves auto-logging me into a website, which of course ...
0
votes
2answers
147 views

Compare two Strings with different encoding

I'm writing a Greasemonkey script. I need to compare two strings, where one of these is equal to document.location.href. If document.location.href is equal to "http://lema.rae.es/drae/?val=ñáñara" ...
0
votes
1answer
52 views

How to inject a button that will execute a function?

I'm having real difficulties using Greasemonkey and Firefox javascript to inject a button that, when selected, will execute a function. For example, I am trying to place the button right after the ...
0
votes
1answer
59 views

Pause/Play Youtube video from anywhere in firefox

I often listen to music on Youtube, however it's hard to quickly find the YT tab, and hit the pause button. I was wondering if there was a plugin that would add pause/play buttons to my window chrome ...
0
votes
1answer
96 views

Why is GM_xmlhttpRequest ignoring its data parameter?

According to its documentation, GM_xmlhttpRequest should be able to take a data parameter as part of its argument. However, I can't seem to get it to work. I have a simple server that echoes the ...
-1
votes
1answer
67 views

Greasemonkey doesn't execute again after form prints result

I'm using greasemonkey to manipulate a form on an existing web page. (autofill) The action attribute of the form is itself, once submitted it prints a success message above the submit button. What ...
1
vote
2answers
84 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 ...
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
3answers
90 views

When adding 2 buttons inside div, only the second one works

Adding these two buttons using greasemonkey. I've tried reversing the order and it's always the 2nd added button that works. The other button will not fire the onclick event. // Add the click to ...
1
vote
1answer
46 views

Trying to pin automatically with Greasemonkey

I'm trying to make a script for Greasemonkey to automatically pin when a Pinterest window is opened. CODE: body = document.body; if (body != null) { var prepare = ...
1
vote
1answer
70 views

Elegant way to extract specific text from between HTML nodes?

From the following string I need the dynamically changing "6.903" number to make calculation with. Is there some regular expression or some jQuery trick to do that easily or elegantly? <a ...
-1
votes
1answer
84 views

id of a link that a function is called from

I hope it's not a problem to post much specific code here, but I figure it will be better explained if everyone can just see it, so I will give you my code and then I will explain my problem. My ...
0
votes
2answers
75 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
104 views

Localize script URL's based on the page subdomain

I'm new to Greasemonkey scripting and want to use the current URL to localize the links in the page or script. For example, with a link like http://en1.server.com/, capture the en1 part. Currently ...
2
votes
1answer
102 views

Place a sidebar on every page using a Greasemonkey script

I'm trying to write a Greasemonkey script that will place a navigational sidebar on every web page that it is loads on, but I still don't know of a way to do this without covering up some of the ...
0
votes
2answers
91 views

getElementById javascript undefined

I am currently working on this script for Greasemonkey. The goal of this script is to remove posts from specific users on the feed of the website MeetMe.com. My code is: // ==UserScript== // @name ...
1
vote
1answer
44 views

How can I use a for loop around code blocks enclosed in curly braces?

I am writing a greasemonkey script and using an external script that creates a preferences window. The preferences window is initialized with the following code: USP.init({ theName: ...
1
vote
1answer
151 views

My Greasemonkey script stopped working after something updated

I had made a Greasemonkey script for StumbleUpon, and it worked. But suddenly, maybe after a Mozilla or Scriptish update, it stopped working on all protocols. Please review my script for a mistake. ...
0
votes
3answers
148 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
59 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
2answers
194 views

Replace the directory of an image src, using Javascript

I'd like to replace the directory of an image src, changing .*pinterest.com/192/ to .*pinterest.com/550/. I had been trying to modify this code to change the directory name instead of just removing ...
1
vote
1answer
121 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
39 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 ...
0
votes
1answer
73 views

Element's CSS, reverts back at the end of page load?

I am trying to change the position of <div class="BannerRedesign" id="Banner" style="position: fixed ! important; height: 36px ! important; width: 100% ! important;"> <div ...
0
votes
0answers
46 views

Setting up two coordinated iframes with Greasemonkey

I'm working on a script for helping me read my favorite news site. Basically, it will consist of two iframes side by side, the left one with the headlines and the right one for reading articles opened ...

1 2 3 4 5 29