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

On Reddit, How Do Scripts Get The Number Of Upvotes And Downvotes For A Comment?

On Reddit, people can post comments that get upvotes and downvotes. This information is not readily… Read more On Reddit, How Do Scripts Get The Number Of Upvotes And Downvotes For A Comment?

How Can I Handle Multiple Ajax Results In A Userscript?

I'm currently developing a Greasemonkey script to translate fields in an Intranet app, using G… Read more How Can I Handle Multiple Ajax Results In A Userscript?

How Can I Refine This Javascript Code So It Ignores Links From Images

This is a variation of an existing question {Please note - this question is the opposite/inverse of… Read more How Can I Refine This Javascript Code So It Ignores Links From Images

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 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

Using Waitforkeyelements, Is It Possible To Prevent The Key Element From Being Displayed, And Only Display It After It's Modified By My Code?

I have this userscript (written with a great help from Stack Overflow) for the site metal-archives.… Read more Using Waitforkeyelements, Is It Possible To Prevent The Key Element From Being Displayed, And Only Display It After It's Modified By My Code?