Page 1 of 1

1.9.2.9x Development

Posted: Fri May 15, 2009 2:22 pm
by therube
1.9.2.9x Development


"Import and Export buttons in NoScript Options"

Only in Gecko >1.9 perhaps? Would think that should be working in 1.8 too.

Option to export only non-default settings? (That would be a great addition to FlashGot too.)


"Native media (audio/video HTML 5 elements) blocking"

That is handled by what, Forbid other plugins?

Re: 1.9.2.9x Development

Posted: Fri May 15, 2009 2:37 pm
by Giorgio Maone
therube wrote:1.9.2.9x Development
"Import and Export buttons in NoScript Options"

Only in Gecko >1.9 perhaps? Would think that should be working in 1.8 too.
It requires JSON native support, which is Gecko 1.9 and above.
therube wrote: Option to export only non-default settings?
Why, exactly?
therube wrote: "Native media (audio/video HTML 5 elements) blocking"
That is handled by what, Forbid other plugins?
Yes.

Re: 1.9.2.9x Development

Posted: Fri May 15, 2009 2:57 pm
by therube
therube wrote: Option to export only non-default settings?
Why, exactly?
Oh, not sure? Perhaps no reason? Perhaps for "readability" purposes. (But then a 1-line, comma delimited file isn't too readable.)
I guess that I'm only concerned with settings that I've changed. After all, all others would be defaults.

Re: 1.9.2.9x Development

Posted: Sat May 16, 2009 4:41 am
by Alan Baxter
v 1.9.2.91
=====================================================================
+ Import and Export buttons in NoScript Options to backup and restore
the whole NoScript configuration (preferences and permissions) to
and from a text file.
Yes! Now I can test my daily profile with other NS settings and easily restore my usual ones. Thanks!

Re: 1.9.2.9x Development

Posted: Sat May 16, 2009 6:00 am
by GµårÐïåñ
There is a huge issue though, I put it here as to not hijack this thread but for me its a huge deal breaker and a MAJOR bug.

http://forums.informaction.com/viewtopi ... 4530#p4530

Re: 1.9.2.9x Development

Posted: Sat May 16, 2009 6:46 am
by Alan Baxter
therube wrote:(But then a 1-line, comma delimited file isn't too readable.)

Code: Select all

tr ',' '\n'
might work. Have you tried that, therube?

Edit: Just tried it. The output looks readable.

Re: 1.9.2.9x Development

Posted: Sat May 16, 2009 9:22 am
by Giorgio Maone

Code: Select all

perl -p -e 's/([^\\]"[^"]*[,\{])"/\1\n"/g; s/(},?(?:\n|$))/\n\1/g'
should also preserve the syntax validity in every case.

I'm adding something along these lines to NoScript's Export feature itself, so you don't have to "translate" each time.

Re: 1.9.2.9x Development

Posted: Sat May 16, 2009 9:54 pm
by Alan Baxter
Giorgio Maone wrote:I'm adding something along these lines to NoScript's Export feature itself, so you don't have to "translate" each time.
But my tr command was so easy! How are we going to drag Tom into the *nix utility world if you keep making it easy for him. :P

Aha! Ofuscated!

Code: Select all

"filterXGetRx":"<+(?=[^<>=\\d\\. ])|[\\\\\"\\x00-\\x07\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]",
:lol:

Re: 1.9.2.9x Development

Posted: Sat May 16, 2009 10:01 pm
by Giorgio Maone
latest development build comes with "beautified" export and other ofuscated OMG goodies :cool:

Re: 1.9.2.9x Development

Posted: Sun May 17, 2009 2:02 am
by GµårÐïåñ
You guys are funny, thanks, I needed that :P