Page 1 of 1

new idea for no-script

Posted: Tue Aug 17, 2010 10:35 pm
by ackit
Is there already a way to let all javascript run but certain annoying code such as window placement, window sizing and things such as alert box's?

Re: new idea for no-script

Posted: Tue Aug 17, 2010 10:53 pm
by optimalcycling
For Firefox, you can use Control de Scripts to selectively disable those javascript functions: https://addons.mozilla.org/en-US/firefox/addon/1154/

However, Control de Scripts can use a better interface because for some advanced blocking, you have to have detailed knowledge of javascript to know what to block and how to enter it in.

I've done something very similar in Google Chrome with my Better Pop Up Blocker extension that disables those annoying things. Basically, you reset those javascript functions to a null/anonymous function so they don't do much.

Re: new idea for no-script

Posted: Fri Aug 20, 2010 2:22 am
by ackit
awesome, ill give it a try , thank you