| |||||||
| Top Tip : Click here to Boost Your PC & Chrome Browsing Speed |
![]() |
| | Thread Tools | Display Modes |
|
#1
| |||
| |||
| Hello guys I suggest make request topic which everybody will write their ideas for the most wanted plugins. From me: 2 buttons which disables images or flash on the page. Last edited by Stamga; 06-15-2009 at 08:45 PM.. |
|
#2
| |||
| |||
| By "disable" do you mean "hide" ? If yes, there are already bookmarklets for that |
|
#3
| ||||
| ||||
| @Kyrax how about a link to the bookmarklet ? tia |
|
#4
| ||||
| ||||
| There's a FlashBlock plugin listed in the sticky, that kinda does what you're looking for, but automatically instead of at a click. I couldn't find any bookmarklets to do it so I wrote you a couple. Removes all img tags, all backround images from divs, ths, and tds, and removes the background image from the page: Code: javascript:(function(){document.body.style.backgroundImage="none";var%20img;while((img=document.getElementsByTagName("img")).length>0){img[0].parentNode.removeChild(img[0]);}var%20divs=document.getElementsByTagName("div");for(i=0;i<divs.length;i++){divs[i].style.backgroundImage="none";}divs=document.getElementsByTagName("th");for(i=0;i<divs.length;i++){divs[i].style.backgroundImage="none";}divs=document.getElementsByTagName("td");for(i=0;i<divs.length;i++){divs[i].style.backgroundImage="none";}})() Code: javascript:(function(){var%20swf;while((swf=document.getElementsByTagName("embed")).length>0){if((typeof(swf[0].attributes["type"])!="undefined"&&swf[0].attributes["type"].value=="application/x-shockwave-flash")||(typeof(swf[0].attributes["src"])!="undefined"&&swf[0].attributes["src"].value.indexOf(".swf")!=-1))swf[0].parentNode.removeChild(swf[0]);}while((swf=document.getElementsByTagName("object")).length>0){if(swf[0].attributes["codebase"].value.indexOf("flash")!=-1)swf[0].parentNode.removeChild(swf[0]);}})() Last edited by Waha; 06-16-2009 at 06:37 AM.. |
|
#5
| |||
| |||
| Thanks Waha, awesome work ! |
|
#6
| ||||
| ||||
| Waha, thanks for all your efforts |
|
#7
| |||
| |||
| can I get something that works like autofill? |
|
#8
| |||
| |||
| Care to explain what Autofill does ? If you go to Wrench -> Options -> User Data .. there's an option called " Form autofill " |
|
#9
| ||||
| ||||
| autofill is available on the DEV version: 3.0.187.1 (Official Build 18142) unless you mean something else? |
|
#10
| |||
| |||
| I think I know what you mean. I've missed the autofill from the Google Toolbar where you click and it fills in the fields rather than having to go to each individually. I have something I want: a password manager that saves passwords for vBulletin forums and has a master password. Call me paranoid, but if anyone bypasses my boot and biometric security (like if I leave my computer on and unlocked), I don't like how easy it is to see all my passwords. Oh and it would be great if there was a fingerprint reader integration like: http://files.upek.com/GetPackage.asp...41U2OV1GQBPHUO. |
![]() |
| Tags |
| chrome plugins, google chrome |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Chrome Plugins Question | Neillithan | Chrome Plugins | 8 | 05-31-2009 01:31 AM |
| Chrome Plugins Top 10 members | Stamga | Chrome Central | 16 | 05-29-2009 11:21 PM |
| How do I write Chrome plugins? | Simon | Chrome Tech | 4 | 04-05-2009 06:35 PM |
| Media Player Plugins | Kotapoa | Chrome Plugins | 2 | 11-16-2008 04:39 PM |
| How can i install plugins on chrome? | IlBodoz | Chrome Talk | 2 | 09-10-2008 06:05 AM |