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

Addeventlistener Memory Leak Due To Frames

I have a GreaseMonkey script that works on a site that uses frames as an integral part of its inter… Read more Addeventlistener Memory Leak Due To Frames

Remove Blankspace From Td Class With Greasemonkey

If I have webpage with for example alot of 111 22 . The numbers are random but classname is the sam… Read more Remove Blankspace From Td Class With Greasemonkey

Document.getelementsbytagname("a") Misses A Link

I was working on a script for Greasemonkey (FX7) trying to remove certain links and found out that … Read more Document.getelementsbytagname("a") Misses A Link

What's A Simple Way In Google Chrome To Insert Javascript Into Sites?

I would like to be able to add custom snippets of javascript to any site that matches a regex. This… Read more What's A Simple Way In Google Chrome To Insert Javascript Into Sites?

Add A Date Picker To A Textbox Using Greasemonkey

There is a textbox that requires a date but has no date picker. I would like to add one with Greas… Read more Add A Date Picker To A Textbox Using Greasemonkey

Split One Big Table Into Two Tables Based On Content Of Third Column In Each Row

Is it possible to have a script for greasemonkey that will split one table on a page into 2 differe… Read more Split One Big Table Into Two Tables Based On Content Of Third Column In Each Row

Javascript Value Composed Of Several Words [value=dog Crazy]

thanks for the help in this forum, I was able to get my code to work: // ==UserScript== // @name … Read more Javascript Value Composed Of Several Words [value=dog Crazy]

How To Use The Google Maps Api With Greasemonkey To Read A Table Of Addresses And Trace The Route?

There is a website which holds the buses routes for my city (Porto Alegre - Brazil) in a table. ex:… Read more How To Use The Google Maps Api With Greasemonkey To Read A Table Of Addresses And Trace The Route?

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

How To Change A Browsed Page's ?

I'm jQuery beginner. I'm trying to modify the source code of a page I'm browsing, using… Read more How To Change A Browsed Page's ?

Jquery: .parent() Wont Hide If Numerical Range Begins At 0

I am having some issues with using a numerical range detection within an element, to then hide anot… Read more Jquery: .parent() Wont Hide If Numerical Range Begins At 0

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

How Can I Rewrite Links With Javascript Or Jquery And A Regular Expression?

Looking to modify Yahoo Answers links to remove some parts, saving just the qid and replacing index… Read more How Can I Rewrite Links With Javascript Or Jquery And A Regular Expression?

Greasemonkey Jquery Interference?

Possible Duplicate: jQuery in Greasemonkey 1.0 conflicts with websites using jQuery It appears th… Read more Greasemonkey Jquery Interference?

Using Grease/tampermonkey, How Can I Have The Currently Viewed Definition At Dictionary.com Open At Thesaurus.com?

Using Greasemonkey or Tampermonkey, how can I have the currently viewed definition at Dictionary.co… Read more Using Grease/tampermonkey, How Can I Have The Currently Viewed Definition At Dictionary.com Open At Thesaurus.com?

How To Store Special Charaters In Mysql - [aîa]

I am wondering how I would go about storing this in MySQL I am storing it by posting it from a grea… Read more How To Store Special Charaters In Mysql - [aîa]

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 expla… Read more Id Of A Link That A Function Is Called From

How To Convert A Bookmarklet Into A Greasemonkey Userscript?

Is there a easy way to do this. And is there anything that needs to be changed due to differences i… Read more How To Convert A Bookmarklet Into A Greasemonkey Userscript?

Greasemonkey Script Only Runs When Page Is Reloaded

I am working on a Greasemonkey script to turn some text into links on a a Rally page. The script w… Read more Greasemonkey Script Only Runs When Page Is Reloaded

Jquery .get For Non Https, In A Userscript

I made a script on my website that accesses a table on a different website. However, the other webs… Read more Jquery .get For Non Https, In A Userscript