Hey there!

It looks like you're enjoying Google Chrome Forums but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members and much more. Register now!

Already a member? Login at the top of this page to stop seeing this message.

+ Reply to Thread
Page 1 of 43 1 2 3 11 ... LastLast
Results 1 to 10 of 422

Thread: Chrome Plugin Requests

  1. #1
    dosia is offline Junior Member
    Join Date
    Jun 2009
    Posts
    1

    Lightbulb Chrome Plugin Requests

    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. #2
    Kyrax is offline Senior Member
    Join Date
    Apr 2009
    Location
    Qc, Canada
    Posts
    497

    Default

    By "disable" do you mean "hide" ?
    If yes, there are already bookmarklets for that
    [Only registered and activated users can see links. ]

  3. #3
    sulasno's Avatar
    sulasno is offline Super Moderator
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,751

    Default

    @Kyrax

    how about a link to the bookmarklet ? tia
    [Only registered and activated users can see links. ]




  4. #4
    Waha's Avatar
    Waha is offline Senior Member
    Join Date
    Apr 2009
    Location
    Oregon
    Posts
    774

    Default

    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";}})()
    
    Removes all SWFs:
    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. #5
    Kyrax is offline Senior Member
    Join Date
    Apr 2009
    Location
    Qc, Canada
    Posts
    497

    Default

    Thanks Waha, awesome work !
    [Only registered and activated users can see links. ]

  6. #6
    Luc VN's Avatar
    Luc VN is offline Senior Member
    Join Date
    Sep 2008
    Location
    Belgium - Europe
    Posts
    742

    Default

    Waha, thanks for all your efforts

  7. #7
    tcurry48@gmail.com is offline Junior Member
    Join Date
    Jun 2009
    Posts
    1

    Default

    can I get something that works like autofill?

  8. #8
    Kyrax is offline Senior Member
    Join Date
    Apr 2009
    Location
    Qc, Canada
    Posts
    497

    Default

    Quote Originally Posted by tcurry48@gmail.com View Post
    can I get something that works like autofill?
    Care to explain what Autofill does ?
    If you go to Wrench -> Options -> User Data .. there's an option called " Form autofill "
    [Only registered and activated users can see links. ]

  9. #9
    Luc VN's Avatar
    Luc VN is offline Senior Member
    Join Date
    Sep 2008
    Location
    Belgium - Europe
    Posts
    742

    Default

    autofill is available on the DEV version: 3.0.187.1 (Official Build 18142)
    unless you mean something else?

  10. #10
    Californian is offline Junior Member
    Join Date
    Jun 2009
    Posts
    4

    Default

    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: [Only registered and activated users can see links. ].

+ Reply to Thread
Page 1 of 43 1 2 3 11 ... LastLast

Similar Threads

  1. Media Player Plugins
    By Kotapoa in forum Chrome Plugins
    Replies: 3
    Last Post: 08-17-2010, 02:29 PM
  2. Chrome Plugins Question
    By Neillithan in forum Chrome Plugins
    Replies: 8
    Last Post: 05-31-2009, 01:31 AM
  3. Chrome Plugins Top 10 members
    By Stamga in forum Chrome Central
    Replies: 16
    Last Post: 05-29-2009, 11:21 PM
  4. How do I write Chrome plugins?
    By Simon in forum Chrome Tech
    Replies: 4
    Last Post: 04-05-2009, 06:35 PM
  5. How can i install plugins on chrome?
    By IlBodoz in forum Chrome Talk
    Replies: 2
    Last Post: 09-10-2008, 06:05 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts