1.9.2.9x Development
1.9.2.9x Development
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?
"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?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: 1.9.2.9x Development
It requires JSON native support, which is Gecko 1.9 and above.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.
Why, exactly?therube wrote: Option to export only non-default settings?
Yes.therube wrote: "Native media (audio/video HTML 5 elements) blocking"
That is handled by what, Forbid other plugins?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
Re: 1.9.2.9x Development
Oh, not sure? Perhaps no reason? Perhaps for "readability" purposes. (But then a 1-line, comma delimited file isn't too readable.)Why, exactly?therube wrote: Option to export only non-default settings?
I guess that I'm only concerned with settings that I've changed. After all, all others would be defaults.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16
-
- Ambassador
- Posts: 1586
- Joined: Fri Mar 20, 2009 4:47 am
- Location: Colorado, USA
Re: 1.9.2.9x Development
Yes! Now I can test my daily profile with other NS settings and easily restore my usual ones. Thanks!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.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
- GµårÐïåñ
- Lieutenant Colonel
- Posts: 3370
- Joined: Fri Mar 20, 2009 5:19 am
- Location: PST - USA
- Contact:
Re: 1.9.2.9x Development
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
http://forums.informaction.com/viewtopi ... 4530#p4530
~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
________________ .: [ Major Mike's ] :. ________________
________________ .: [ Major Mike's ] :. ________________
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
-
- Ambassador
- Posts: 1586
- Joined: Fri Mar 20, 2009 4:47 am
- Location: Colorado, USA
Re: 1.9.2.9x Development
therube wrote:(But then a 1-line, comma delimited file isn't too readable.)
Code: Select all
tr ',' '\n'
Edit: Just tried it. The output looks readable.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: 1.9.2.9x Development
Code: Select all
perl -p -e 's/([^\\]"[^"]*[,\{])"/\1\n"/g; s/(},?(?:\n|$))/\n\1/g'
I'm adding something along these lines to NoScript's Export feature itself, so you don't have to "translate" each time.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
-
- Ambassador
- Posts: 1586
- Joined: Fri Mar 20, 2009 4:47 am
- Location: Colorado, USA
Re: 1.9.2.9x Development
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.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.

Aha! Ofuscated!
Code: Select all
"filterXGetRx":"<+(?=[^<>=\\d\\. ])|[\\\\\"\\x00-\\x07\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]",

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: 1.9.2.9x Development
latest development build comes with "beautified" export and other ofuscated OMG goodies 

Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
- GµårÐïåñ
- Lieutenant Colonel
- Posts: 3370
- Joined: Fri Mar 20, 2009 5:19 am
- Location: PST - USA
- Contact:
Re: 1.9.2.9x Development
You guys are funny, thanks, I needed that 

~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
________________ .: [ Major Mike's ] :. ________________
________________ .: [ Major Mike's ] :. ________________
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10