Skip to content Skip to sidebar Skip to footer
Showing posts with the label Greasemonkey

How To Use Greasemonkey To Remove A Href Block

I'm trying to remove the following line of code from http://trakt.tv/calendars/my/shows/ using … Read more How To Use Greasemonkey To Remove A Href Block

Matching Multiline Patterns

I want to use greasemonkey to scrape wiki data from Last.fm (this is not possible with their REST a… Read more Matching Multiline Patterns

Adding Keylistener And Using Javascript To Click A Link In Greasemonkey

I want to create a greasymonkey script, which will add a shortcut key for logout action in one mail… Read more Adding Keylistener And Using Javascript To Click A Link In Greasemonkey

Select Element In A Frame

My goal is to change a value from a to d inside the array options in menu.html using Greasemonkey e… Read more Select Element In A Frame

Window.load Doesn't Fire Always On Chrome?

I have this userscript: // ==UserScript== // @name test // @namespace test // @descrip… Read more Window.load Doesn't Fire Always On Chrome?

Greasemonkey Button Click Handler Not Working?

So, I have this script that will grab the links off of the table on THIS page (the 'x' are … Read more Greasemonkey Button Click Handler Not Working?

Semi-sandboxing Javascript Eval

Background: I'm working on a framework/library to be used for a specific site in coordination w… Read more Semi-sandboxing Javascript Eval

How Can I Make A Greasemonkey Script To Auto-download A File?

I go to the page, it has 1 zip file, but I don't know the name, other than its a .zip. I want … Read more How Can I Make A Greasemonkey Script To Auto-download A File?