Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
37 views

Store data for later reuse in Greasemonkey

I would like to add a remove/blacklist button next to all links in the Blogspot statistics. Some of them are referrer spam, and I would like to remove them forever. So far I'm selecting them using ...
1
vote
0answers
33 views

Changing Javascript on an HTML page out of my control [migrated]

I'm using an HTML page out of my control. It defines a Javascript function in an inline <script> tag and calls it in <body onload="..."> : <html> ... <body onload="init()"> ...
27
votes
4answers
782 views

How to bypass Facebook “Social Reader”-type apps, to view content without installing?

In Facebook, some links to articles or videos appear to be genuine links, but in fact there are leading to some "content viewing" Facebook apps, like "Dailymotion", "The Guardian", or "Yahoo!". Those ...
2
votes
1answer
186 views

How to associate a softphone with a phone url

I'm trying to get click to call to work using Qutecom for a softphone and a Greesemonkey script to turn phone numbers into clickable urls. Whenever I click on the phone number link I get an error ...
1
vote
3answers
624 views

How to disable Flash plugin on Firefox, but with a whitelist? I mean *really* disable it

The background Ok, this is a toughie. I'm a Firefox user, and I don't like Flash ads. They slow down my netbook, they slow down my Macbook, they sometimes play sound or obscure part of the page, all ...
5
votes
1answer
155 views

Applying a Greasemonkey script to a chrome:// Firefox extension

I've written a small Greasemonkey userscript to modify some <a href... GET parameters in an RSS feed to make it more convenient to use. It works fine when I load the RSS page directly in Firefox ...
2
votes
3answers
213 views

How to override a JavaScript value with greasemonkey?

I usually have to visit a website: https://xyz.asd.com/maximo/ui/maximo.jsp?sc=4325286581&event=loadapp&value=incident that contains the following line in it's HTML code: SESSION_TIMEOUT ...
4
votes
1answer
137 views

Is it better to use a Userscript version of a Firefox Add-On?

I'm a heavy Firefox user with many add-ons. I also use some userscripts via Scriptish. I found some Firefox extensions that offer both the userscript and add-on version like A Bit Better RTM. ...
6
votes
2answers
148 views

Where can I find a google search results re-linker for Google Chrome that works?

There used to be some grease monkey scripts that helped relink results directly from the Google search (see here and here for regular results, and here and here for image results.) I really enjoyed ...
2
votes
1answer
144 views

remap specific key combination in one application only (Mac OS X)

I have a Mac (specifically Snow Leopard), so I'm used to Cmd+* to do things. My mail, for bold, underline, and italics, uses Ctrl+b/u/i instead of Cmd+b/u/i. How can I remap these three key ...
1
vote
1answer
218 views

Install/run userscripts with Google Chrome

Greasemonkey in Chrome is seriously driving me bonkers. It looks like all the "documentation" I can find online pre-2009 tells you to do things one way, and everything since then has been another way. ...
1
vote
1answer
42 views

Is there a simple way to add a permanent 'hide' button to items/rows of existing sites?

Is there a simple way to add a 'hide' button to items/rows of existing sites? The idea is that you don't want to see the same item over and over again. As a simple example, look at the top reddit ...
3
votes
1answer
217 views

How do I install a standalone Greasemonkey userscript into Google Chrome?

Installing Greasemonkey user scripts could not be any easier, usually, but how do you install a .js file which has already been downloaded like, for example, from GitHub, or copied from pastebin? ...
1
vote
1answer
71 views

How can I determine which userscripts are running in chrome for a website I visit?

Using greasemonkey in firefox I can see the userscripts that are currently loaded for a website. Is there a similar tool in Chrome?
1
vote
1answer
820 views

Greasemonkey for IE8?

I've been searching some of the morning today and am unable to find a 'Greasemonkey' for IE8. Does anyone have any good alternatives to Firefox for IE8? I have a horrendous 'Incident Monitor' ticket ...
2
votes
1answer
191 views

Where does Greasemonkey cache scripts that are added with the “@require” keyword?

Where does it cache the scripts that are added with the "@require" keyword? I'd like to know where it is on Mac OS X, preferably, but if you know where it is on another system then it shouldn't be ...
9
votes
1answer
641 views

How do I install a userscript?

What are the steps to install a userscript for any of the major browsers? This question is for the benefit of those trying to get the minimal theme working. One browser per answer please.
1
vote
1answer
283 views

Firefox Add-on Will Not Uninstall Completely

Symptom An Add-on is still listed in Add-On Manager-Extensions, after it has been uninstalled and Firefox restarted. No matter how many times Firefox is restarted, the listing is still visible, ...
2
votes
1answer
148 views

Looking for greasemonkey script(s) to format numbers (only) in different font

I love to see numbers in Georgia font and would love to see them auto-formatted into that font! If you know such tools, please share! ps. I want just numbers to be formatted while other texts remain ...
3
votes
2answers
409 views

Why doesn't Firefox remember my previous searches on Wolfram Alpha?

I've entered a lot of queries into wolframalpha.com. When I go back to the site, and try to type in something I've typed before, nothing happens. On other sites, like superuser.com, if I type into ...
1
vote
1answer
118 views

Why does Greasemonkey eat XML responses?

When Greasemonkey is enabled, firefox displays XML responses as gibberish, eating all the tags and just leaving the text nodes. View source fixes the problem, disabling Greasemonkey does the same. ...
1
vote
4answers
547 views

Greasemonkey script is hanging Firefox even without any being added. How can I remove it?

I am suddenly getting hangs on FireFox and a window comes up saying that a greasemonkey script (chrome://greasemonkey/content/preferencemanager/js.55) is not running properly and my computer may run ...
0
votes
1answer
418 views

How can I disable the css {position:fixed} side-bar on Slashdot?

When I look at a story on Slashdot, I see a side-bar that sits constantly in the upper-left corner. Every time I open a story, I have to click on the "slash" sign in its upper-right corner. How can ...
1
vote
2answers
226 views

Where can I find an updated Google filter Greasmonkey script?

Recently, Google updated their search results page. Unfortunately, this broke pretty much every Greasemonkey script used on the results page, including the very useful filter scripts. I use these ...
0
votes
1answer
471 views

How do I turn on Greasemonkey live editing?

On Firefox, I click Tools, Addons, Extensions, Greasemonkey, Options, select my user script, click Edit, change the source code, reload one of the included pages, but the script is the unchanged ...
1
vote
1answer
367 views

Firefox: substitute a font with another in any page

I'm using the stylish addon and it works great. However I would like to substitute a specific font - say Arial - with another of my choice every time it is found instead of setting a global font ...
3
votes
1answer
1k views

Shortcut for enabling / disabling Greasemonkey (or specific script)

talking about firefox here ... I don't use Greasemonkey on any other browser, but if you know, do add info for those as well I use Greasemonkey daily ... having some 20 scripts loaded all the time ...
0
votes
3answers
2k views

How to get Firefox Greasemonkey script to use a local cascading stylesheet?

What's the correct syntax to link to a CSS file in the same directory as a Greasemonkey JavaScript? I've tried the following but it doesn't work: var cssNode = document.createElement('link'); ...
0
votes
4answers
827 views

Greasemonkey problem

Where is the ability to install custom GreaseMonkey scripts? I've installed greasemonkey. My dialog box under tools only has GreaseMonkey -> [Enabled, Manage User Scripts..., New User Scripts..., User ...
0
votes
1answer
525 views
0
votes
2answers
526 views

Where are the Greasemonkey scripts kept in Portable Firefox?

I'm trying to transfer settings between my old copy of Portable Firefox and the latest version of it. Where can I find the Greasemonkey scripts that I downloaded before so I can copy them over?
2
votes
3answers
553 views

Safe and trustworthy Greasemonkey scripts

i simply can't think of using firefox without Greasemonkey scripts. there is always some risk in using greasemonkey script. so let us enlist some good tested and examined greasemonkey scripts that can ...
6
votes
5answers
2k views

Greasemonkey script (or Firefox extension) to stop sites from disabling copy-paste?

Is there a GreaseMonkey script to disable the JavaScript-disabling of copy-paste in Firefox (3.0)? Or should I just run NoScript or some other extension on any site that attempts this (other things ...
0
votes
2answers
1k views

Is there a way to install Greasemonkey (or similar) for Windows' Safari 4?

There is a way to install greasemonkey on MAC OS X Safari. But I didn`t find a way yet to install it for Windows Safari 4. Do you know a way to do it?
2
votes
3answers
82 views

How can I watch videos in their own window?

I'm sick and tired of watching youtube/vimeo/etc videos in my browser, and not being able to use the browser otherwise whilst doing so. What are my options for opening the embedded video in their own ...
4
votes
3answers
532 views

How do you use Greasemonkey scripts in Chrome?

How do you use Greasemonkey scripts in Chrome and/or Chromuim? A web search reveals only conflicting, outdated information. Some sources state that Chrome currently has support, others say that only ...
7
votes
3answers
1k views

How to sync GreaseMonkey scripts between computers?

I have some great greasemonkey scripts for FireFox and would ideally have a way to sync them between computers. To some degree, it would even be nice to be able to deploy the scripts to PC's across a ...