Comments by ETcelera on scripts
6 comments
|
Comment on: |
bmn : As far as I know, this is not possible from a GreaseMonkey script due to security restrictions. Alternatives include rewrtiing this as an extension, or using a pseudo-protocol to open the file with a download manager. I'm working on a more generic script supporting other websites and implementing the second option, I'll post it on userscripts.org soon. Sven: yes, that's a pretty good idea. I have this working for redirector (e.g. asx) files, but it requires first downloading the file, then modifying it, thus more complicated with media files since I need a callback from the download manager to notify that the donwload is finished... With an extension that uses the built-in download manager this wouldn't be hard, but since it doesn't support stream downloading that's not really an option... I'll see what I can do. |
|
Comment on: |
Alright, I updated the script with a fix, thanks for reporting. |
|
Comment on: |
Um, probably a bug if the description is so short there is no collapse button? I'm affraid I've not been doing much YouTubing lately, could you post an URL where it does this so I can fix it? Alternatively, try setting:
in configuration. If that doesn't help, also:
|
|
Comment on: |
Updated script:
Nothing really essential, but you might as well update while you are here ^^ I want to parse comment for links to work around YouTube's stupid no external links policy, but I don't want to risk breaking anything with an overly complicated regex, any suggestion as to which pattern(s) I should look for? Replacing a dot with (dot) seems to be most common, should I go for just that? |
|
Comment on: |
Work "OK"? Meh ^^ Glad you appreciate. Tell me if you find any bug or have suggestions for improvement. |
|
Comment on: |
Thanks! I'm the author of this script but I forgot my pw and the feature to get it back doesn't work right now. Anyways I made another version with extra features, you may want to check it out: |
