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

Fetching Xml With Gm_xmlhttprequest

I'm trying to retrieve a page with greasemonkey and then extract a link from it, inserting the … Read more Fetching Xml With Gm_xmlhttprequest

How To Stop Javascript Alert From Showing After Pressing Ok

I want to show an alert if I have something in my Facebook inbox. I think it can be easily accompli… Read more How To Stop Javascript Alert From Showing After Pressing Ok

Greasemonkey Jquery Interference?

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

How Can I Craft A Greasemonkey-like Script To Show A Different Page In The Lower-third?

If you take a look at this page, there's a lot of white space in the bottom. I wish to use Gre… Read more How Can I Craft A Greasemonkey-like Script To Show A Different Page In The Lower-third?

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?

Typeerror: Cannot Read Property 'click' Of Null

I have been mass following / unfollowing / favoriting / unfavoriting on twitter with these codes ; … Read more Typeerror: Cannot Read Property 'click' Of Null

Greasemonkey Script To Replace Jquery Plugin Function?

I'm trying to write a Greasemonkey script for Firefox to change the behavior of some pages when… Read more Greasemonkey Script To Replace Jquery Plugin Function?

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

Addeventlistener Only Working At Page Refresh?

I´m modifying the appearance of two drop down lists. No problems here. Everything works great. The … Read more Addeventlistener Only Working At Page Refresh?

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?

Youtube - Don't Display Context Menu On Right Click

The idea: seek YouTube video by dragging and dropping on the video player with right button (e.g. 1… Read more Youtube - Don't Display Context Menu On Right Click

Submit Form Using Greasemonkey

The first time, each day, I try to access a web page at work, I get redirected to an internally hos… Read more Submit Form Using Greasemonkey

How To Hide Certain Elements Using Greasemonkey?

I'm looking to hide certain elements using Greasemonkey. Links like this: View Or images like… Read more How To Hide Certain Elements Using Greasemonkey?

Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

I'm going to be as absolutely verbose here as possible as I've run into a few solutions tha… Read more Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

How To Open Popup In A Loop And Execute Callback Accordingly To Return Status? (greasemonkey Script)

I couldn't formulate proper title for this questions so I'll describe the idea/problem here… Read more How To Open Popup In A Loop And Execute Callback Accordingly To Return Status? (greasemonkey Script)

Greasemonkey Script To Append Text, To A Form, When Submitted With Ajax?

So I am making a Greasemonkey script for a mybb forum. What it does is that when you submit a post… Read more Greasemonkey Script To Append Text, To A Form, When Submitted With Ajax?

How Can I Redirect Some Page With Javascript In Greasemonkey?

Hey, I want to redirect a page when it finish loading... For example, when google.com finish loadin… Read more How Can I Redirect Some Page With Javascript In Greasemonkey?

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]

How To Replace Head Script Using Greasemonkey Code

i want to replace 'script.js' to 'demo.js'. anyone please help me Solution 1: Run … Read more How To Replace Head Script Using Greasemonkey Code

Obfuscated Code Throws Error In A Greasemonkey Script

I have a Greasemonkey script that I want to be obfuscated. I was wondering what goes wrong with the… Read more Obfuscated Code Throws Error In A Greasemonkey Script