Re: [dev] [surf] Toggle Flash

2009-09-18 Thread Daniel Bainton
2009/9/18 hiro <23h...@googlemail.com>: > Not sure if this is relevant, but I've found the best way to stay calm > while browsing the interwebs is using whitelists. > A good UI implementation would include a flash and java script button > which would add the site and load the scripts... > > Is Nosc

Re: [dev] [surf] Toggle Flash

2009-09-18 Thread hiro
Not sure if this is relevant, but I've found the best way to stay calm while browsing the interwebs is using whitelists. A good UI implementation would include a flash and java script button which would add the site and load the scripts... Is Noscript working this way? On Fri, Sep 18, 2009 at 2:4

Re: [dev] [surf] Toggle Flash

2009-09-18 Thread Enno Boland (Gottox)
thanks a lot :) 2009/9/18 pancake : > http://surf.suckless.org/files/ -- http://gnuffy.chaotika.org - Real Community Distro

Re: [dev] [surf] Toggle Flash

2009-09-18 Thread pancake
http://surf.suckless.org/files/ Enno Boland (Gottox) wrote: Feel free to add them to the cms :) 2009/9/18 pancake : We should put these scripts and CSS's available in the website (like in dwm patches) Enno Boland (Gottox) wrote: for now there's a user-javascript which can be used to

Re: [dev] [surf] Toggle Flash

2009-09-18 Thread Enno Boland (Gottox)
Feel free to add them to the cms :) 2009/9/18 pancake : > We should put these scripts and CSS's available in the website (like in dwm > patches) > > Enno Boland (Gottox) wrote: >> >> for now there's a user-javascript which can be used to hide most >> flashbanners/javaapplets. Later there will be a

Re: [dev] [surf] Toggle Flash

2009-09-18 Thread pancake
We should put these scripts and CSS's available in the website (like in dwm patches) Enno Boland (Gottox) wrote: for now there's a user-javascript which can be used to hide most flashbanners/javaapplets. Later there will be also something like noscript/adblock. Here's an example to hide flash/

Re: [dev] [surf] Toggle Flash

2009-09-18 Thread Enno Boland (Gottox)
for now there's a user-javascript which can be used to hide most flashbanners/javaapplets. Later there will be also something like noscript/adblock. Here's an example to hide flash/java. put it into ~/.surf/script.js: var elementNames = new Array("object","applet"); for(var i = 0; i < elementNam

Re: [dev] [surf] Toggle Flash

2009-09-17 Thread Uriel
What every browser should come with built in by default is something like NoScript. uriel On Fri, Sep 18, 2009 at 3:49 AM, joshua shaw wrote: > I'm tired of flash everywhere.  Here's a patch with compile time > option to disable plugins and keybindings to toggle plugins during > browsing. > > j

[dev] [surf] Toggle Flash

2009-09-17 Thread joshua shaw
I'm tired of flash everywhere. Here's a patch with compile time option to disable plugins and keybindings to toggle plugins during browsing. josh surf-0.1.2-flash.diff Description: Binary data