Results 1 to 3 of 3

This is a discussion on Enhanced Drag'n go patch within the Chrome Plugins section, part of the Google Chrome category: replace it with your currrent file. (userdata/extension) Features: Recognized url without protocol from other program (e.g. just drag "www.google.com")...


  1. #1
    msxcms is offline Junior Member
    Join Date
    Sep 2009
    Posts
    1

    Default Enhanced Drag'n go patch

    replace it with your currrent file. (userdata/extension)

    Features: Recognized url without protocol from other program (e.g. just drag "www.google.com")
    Attached Files Attached Files

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

    Default

    welcome to ChromePlugins and thanks for sharing

    a better description of what the extension can do is appreciated;

    if the extension is an adaption, credit should be given to the original creator

  3. #3
    abarash is offline Junior Member
    Join Date
    Sep 2009
    Posts
    2

    Default Bugfix for patch

    A BIG thank-you to no2song for the original code, and thanks to msxcms for the patch!

    It seems there is a bug in the patch, though: When I try to drag/go a URL such as:
    https://adwords.google.com/select/Login?sourceid=awo&subid=ww-en-et-ads-oldawhptest6&ltmpl=adwords

    it changes the URL in the new tab to:
    http://https//adwords.google.com/select/Login?sourceid=awo&subid=ww-en-et-ads-oldawhptest6&ltmpl=adwords

    Note the URL-changes... To fix this, I changed line 23 from:
    if (test.match(regExp))

    to:
    if (test.match(regExp) && link == null)

    This seems to have solved it. I've attached the corrected code.
    Attached Files Attached Files

Similar Threads

  1. Big news, ChromePlus, an Enhanced Chrome
    By chromeplus in forum Chrome Talk
    Replies: 2
    Last Post: 08-27-2009, 06:52 AM

Posting Permissions

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