Search found 7 matches

by optimalcycling
Thu Aug 19, 2010 10:06 pm
Forum: NoScript General
Topic: NoScript now embedded into Chrome??
Replies: 23
Views: 25465

Re: NoScript now embedded into Chrome??

In case anyone is wondering, the current NotScripts code is a bit messy because there's quite a bit of commented out code and some preliminary code for the Safari version. For the next version of NotScripts due out mid next week, I've cleaned out the code by removing all the commented out stuff and ...
by optimalcycling
Thu Aug 19, 2010 9:59 pm
Forum: NoScript General
Topic: NoScript now embedded into Chrome??
Replies: 23
Views: 25465

Re: NoScript now embedded into Chrome??

Also, I believe I have a solution for "indirectly" blocking inline scripts. Since inline scripts don't fire onbeforeload events, I will simply remove the references to the core javascript functions, ie, I will inject code like document.write=null;eval=null;unescape=null;..... This will es...
by optimalcycling
Thu Aug 19, 2010 8:18 pm
Forum: NoScript Development
Topic: Noscript for Google Chrome?
Replies: 154
Views: 556508

Re: Noscript for Google Chrome?

I personally believe that the name is too similar as-is and could be mistaken as a legit NoScript solution. I wish they had picked a more original name of their own uniqueness and not play on the linguistic similarities to NoScript. Its like someone creating "Gooogle.com" and saying they ...
by optimalcycling
Thu Aug 19, 2010 8:13 pm
Forum: NoScript Development
Topic: Noscript for Google Chrome?
Replies: 154
Views: 556508

Re: Noscript for Google Chrome?

Hi Eric, thanks for your effort. I appreciate the fact you're calling it "NotScripts", rather than NoScript, and keep the distinction clear. It's been also honest from you putting a "limitations" section in your docs. You should also warn your users that they shouldn't rely on N...
by optimalcycling
Thu Aug 19, 2010 8:11 pm
Forum: NoScript General
Topic: NoScript now embedded into Chrome??
Replies: 23
Views: 25465

Re: NoScript now embedded into Chrome??

You must be joking :) This uses the same method (onbeforeload) of recent adblock versions, and does not integrate with Chrome's internal script blocking (which was the API I was and still am waiting for). In other words, it's too clunky and disconnected (it can't block inline scripts, for instance)...
by optimalcycling
Tue Aug 17, 2010 10:53 pm
Forum: NoScript Development
Topic: new idea for no-script
Replies: 2
Views: 1778

Re: new idea for no-script

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 wha...
by optimalcycling
Tue Aug 17, 2010 10:26 pm
Forum: NoScript Development
Topic: Noscript for Google Chrome?
Replies: 154
Views: 556508

Re: Noscript for Google Chrome?

Hello all, my name is Eric Wong. I'm the author of the NotScripts extension for Google Chrome, http://www.optimalcycling.com . Thought I should drop by and register. @ qaelith.2112 Lots of people have been asking me to implement the temporary allow this site feature so that is a top priority feature...