Remove bar but keep autoplay?

in
Subscribe to Remove bar but keep autoplay? 3 posts, 3 voices



GumbyX User
FirefoxWindows

First off, thanks for making the script. I hate that damn bar and am happy someone figured out a easy way to remove it.

Anyway, while I do like that the script stops subscription videos from autoplaying, I do watch some playlists that I would like to auto-play though. Is there a way to remove the bar, but not turn off autoplay?

Not asking you to make new script, just asking what I would need to change in script to keep autoplay on.

 
Adam 69 Script's Author
FirefoxWindows

can you give me a link to a playlist, thanks.

 
joeman Scriptwright
FirefoxWindows

Change

if (/[\?&]playnext=1/i.test(document.location.href))
document.location.replace(document.location.href.replace("playnext=1","playnext=0"));

to


/*
if (/[\?&]playnext=1/i.test(document.location.href))
document.location.replace(document.location.href.replace("playnext=1","playnext=0"));
*/

Done and done.

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