YousableTubeFix

By Mindeye Last update Feb 2, 2012 — Installed 594,536 times.

looping?

in
Subscribe to looping? 4 posts, 3 voices



ojalaque User

is there anyway a loop feature could be added to this script? I tried for about 30 minutes or so to fiddle with bits of the code but I didn't really have any idea as to what I was doing. The loop scripts that are on this website don't work with yousabletubefix.

 
Mindeye Script's Author

It's already in my suggestions' list. Have you tried the Loopy for YouTube script. I think one user of that script posted some time ago that it was compatible with YousableTubeFix or it could be made compatible with minimal modifications (detailed in that script "Archived Comments" thread)

 
ojalaque User

Loopy for Youtube wasn't working with yousabletubefix but I'll take a look at the archives and I eagerly await to see if/when it becomes a part of yousabletubefix itself.

 
Chrono Defyi... User

ojalaque,

Use Youtube Enhancer
It has a good build in media controller that allows you to do looping.
Comment out these lines in the main() function at the bottom of the script.

from (before change):

// change_links (part of Quality Selector) (image_preview_rollover included) (change_links must be the first to run)
try { change_links(page_fmt); } catch(err) { show_alert('change_links => ' +err); }
// Download Link (YouTube Watch pages only)
try { add_download_link(page_lang, page_fmt); } catch(err) { show_alert('download_link => ' +err); }
// Quality Selector (YouTube Watch pages only)
try { add_quality_selector(page_lang, page_fmt); } catch(err) { show_alert('quality_selector => '+err); }

to (after change):

// change_links (part of Quality Selector) (image_preview_rollover included) (change_links must be the first to run)
// try { change_links(page_fmt); } catch(err) { show_alert('change_links => ' +err); }
// Download Link (YouTube Watch pages only)
// try { add_download_link(page_lang, page_fmt); } catch(err) { show_alert('download_link => ' +err); }
// Quality Selector (YouTube Watch pages only)
// try { add_quality_selector(page_lang, page_fmt); } catch(err) { show_alert('quality_selector => '+err); }

Chrono Defying Ninja

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel