I’m trying to write a Greasemonkey script, and would like to use the jQuery library to do so, but I’m not quite sure how I would include jQuery from a web address to get rolling. How would I include jQuery (from Google’s web server) into the greasemonkey script so that I can just go: $(document).ready(function(){ […]
Category: greasemonkey
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 Adblock plugin? I’m open to any ideas, however changing the script to avoid the Adblock element is not a solution at this […]