[jQuery] Re: run javascript through the address bar on a site

2007-06-22 Thread Mark
thanx for the possible solutions so far. i will try some stuff with it. Thanx 2007/6/22, Shaun Kester <[EMAIL PROTECTED]>: You could also try the greasemonkey system for firefox and write you own javascript for the pages that have ads you want to suppress. http://www.greasespot.net/ On Jun

[jQuery] Re: run javascript through the address bar on a site

2007-06-22 Thread Jake McGraw
Why not try FireBug: http://www.getfirebug.com/ Allows DOM editing on the fly. As far as using javascript:... in the address bar, I believe the DOM of the page you're currently displaying is inaccessible using this method of script generation. - jake On 6/22/07, Mark <[EMAIL PROTECTED]> wrot

[jQuery] Re: run javascript through the address bar on a site

2007-06-22 Thread Shaun Kester
You could also try the greasemonkey system for firefox and write you own javascript for the pages that have ads you want to suppress. http://www.greasespot.net/ On Jun 22, 9:03 am, Mark <[EMAIL PROTECTED]> wrote: > Hey, > > This question is not but related to jquery but to javascript. > i hope t