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

Replace The Directory Of An Image Src, Using Javascript

I'd like to replace the directory of an image src, changing .*pinterest.com/192/ to .*pinterest… Read more Replace The Directory Of An Image Src, Using Javascript

Xpath, In A Greasemonkey Script, Is Not Selecting Right Nodes On An Xhtml Page

I'm working on a Greasemonkey script for weibo.com. I can't pick the elements using XPath o… Read more Xpath, In A Greasemonkey Script, Is Not Selecting Right Nodes On An Xhtml Page

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?

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

Using Javascript To Create A Keylistener Hotkey For Facebook Page "like"

I'm doing an art project for school where a user hugs an object and gets a 'liked' stat… Read more Using Javascript To Create A Keylistener Hotkey For Facebook Page "like"

How To Auto Trigger My Greasemonkey Script Every Time I Open A Page

this is my greasemonkey script. I want to auto-trigger it every time I open a reddit page. I want … Read more How To Auto Trigger My Greasemonkey Script Every Time I Open A Page

How Can I Redirect To My Youtube Subscription Page In Greasemonkey?

I don't want to see distracting youtube recommendations on my start screen, I just want to be r… Read more How Can I Redirect To My Youtube Subscription Page In Greasemonkey?

How To Enable Local Javascript To Read/write Files On My Pc?

Since Greasemonkey can't read/write files from a local hard disk, I've heard people suggest… Read more How To Enable Local Javascript To Read/write Files On My Pc?