Page 10 of 11 FirstFirst ... 891011 LastLast
Results 91 to 100 of 108

This is a discussion on NEW YouTube Download Helper Extension within the Chrome Plugins section, part of the Google Chrome category: ^thanks sir thanks for all who helped me...


  1. #91
    phi7588 is offline Junior Member
    Join Date
    Jun 2009
    Posts
    27

    Default

    ^thanks sir thanks for all who helped me

  2. #92
    Geist's Avatar
    Geist is offline Junior Member
    Join Date
    Jul 2009
    Location
    Montana, USA
    Posts
    14

    Default

    Quote Originally Posted by Kyrax View Post
    I'm pretty sure its not " -enable-user-scripts " but " --enable-user-scripts ". Note the double hyphen.

    It might work with only a single hyphen, but i never tried.
    Just an interesting FYI....I found i only had one hyphen as well yet the script still worked for me and I had successful downloads. Apparently 1 hyphen does work...or these is something I don't know about

  3. #93
    Waha's Avatar
    Waha is offline Senior Member
    Join Date
    Apr 2009
    Location
    Oregon
    Posts
    788

    Default

    I remember seeing this somewhere in the source code...
    AHA
    From base\command_line.cc
    Code:
    #if defined(OS_WIN)
    const wchar_t* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
    const wchar_t kSwitchTerminator[] = L"--";
    const wchar_t kSwitchValueSeparator[] = L"=";
    #elif defined(OS_POSIX)
    // Unixes don't use slash as a switch.
    const char* const kSwitchPrefixes[] = {"--", "-"};
    const char kSwitchTerminator[] = "--";
    const char kSwitchValueSeparator[] = "=";
    #endif
    So basically what this says of importance is that the possibilities on Windows are --enable-user-scripts, -enable-user-scripts, and /enable-user-scripts. Where on Linux only the first two are possible.
    ~ Projects ~
    Specialized: Carapass Auction Watcher, Kongregate Chat
    Libraries: bliplib
    Tools: manifest syntax highlighting & snippits
    ~ Happy to make extensions for pay too ;D ~
    Portfolio: Search and Share

  4. #94
    Kyrax is offline Senior Member
    Join Date
    Apr 2009
    Location
    Qc, Canada
    Posts
    495

    Default

    Good to know
    I guess there's no better way to verify this than checking the source code. Thanks Waha.

  5. #95
    broman.m's Avatar
    broman.m is offline Member
    Join Date
    Jun 2009
    Posts
    41

    Default

    if I wanted to add something to the script so that all links on youtube has the &fmt=22/18, what would I need to add? it's a lovely script, but it loads the pages twice everytime I click on something in youtube.
    Born of evil, living by the day, I seek not redemption - but the end of humanity

  6. #96
    XCFan is offline Junior Member
    Join Date
    May 2009
    Posts
    22

    Default

    I'm missing something....
    First, does this work in Chromium, too? It seems like it should.... Next, Where is the link supposed to appear, the directions seem confusing.... A screenshot might be helpful.
    Thank in advance,
    XC Fan

  7. #97
    phi7588 is offline Junior Member
    Join Date
    Jun 2009
    Posts
    27

    Default

    does this still works on the latest dev version? 3.0.197.11

  8. #98
    lolsinternets is offline Junior Member
    Join Date
    Aug 2009
    Posts
    1

    Default

    I can't get either the extension or the user script working in the latest dev version. Anyone able to check on this?

    EDIT: As far as I can tell, my latest version is 4.0.201.1

  9. #99
    todd2000 is offline Junior Member
    Join Date
    Sep 2009
    Posts
    5

    Default

    Did anyone ever create a bookmarklet for this? I only really want it for the audio, so with my laptop, quality isn't really an issue (but an added bonus), but the included file name is the real kicker.

    Any luck?
    Last edited by todd2000; 09-20-2009 at 12:13 PM.

  10. #100
    Larry13 is offline Junior Member
    Join Date
    May 2009
    Posts
    3

    Default

    Does this work with the latest dev version? (4.0.211.7 I think it is)

Page 10 of 11 FirstFirst ... 891011 LastLast

Similar Threads

  1. Download Manager in Chrome?
    By stimpe in forum Plugins Troubleshooting
    Replies: 14
    Last Post: 12-13-2011, 08:16 PM
  2. Download YouTube Videos in Chrome
    By Chrome in forum Chrome Tips & Tricks
    Replies: 69
    Last Post: 08-29-2011, 09:01 AM
  3. Youtube video on MSN Messenger
    By superp in forum Chrome Tips & Tricks
    Replies: 2
    Last Post: 05-05-2011, 08:56 AM
  4. AdSweep.crx extension for Chrome
    By calande in forum Chrome Plugins
    Replies: 13
    Last Post: 09-13-2009, 03:27 AM
  5. Chrome extension and ressource xml
    By Kyrax in forum Chrome Tech
    Replies: 0
    Last Post: 04-14-2009, 03:26 PM

Posting Permissions

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