Tagged Questions

2
votes
2answers
833 views

Can a Greasemonkey script override AdBlock filters?

I have a Greasemonkey script that is trying to access an HTML element that Adblock is disabling. Is it possible to create a workaround with the Greasemonkey script to prevent conflicts with the ...
1
vote
1answer
37 views

Script to block popups

AdBlock sometimes fails to block popups, so using Greasemonkey I want to write my own popup blocker using jQuery. Is there a way I can intercept the clicks and detect if it's going to open a popup? ...
0
votes
4answers
354 views

How can I stop google.com from pulling my cursor away from the URL with Greasemonkey (or Adblock)?

How can I stop google.com from pulling my cursor away from the URL and focusing it on the search box with Greasemonkey? I use google as my home page and hit the home button to open a new tab, maybe ...