Last active
January 20, 2018 17:08
-
-
Save cpthgli/31940d3419c069b4e2c2c58a4bdeee4a to your computer and use it in GitHub Desktop.
user.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name auto enable youtube official new style | |
// @namespace https://gist.github.com/cpthgli/31940d3419c069b4e2c2c58a4bdeee4a | |
// @version 0.1 | |
// @description auto enable youtube offcial new style | |
// @author cpthgli | |
// @match https://www.youtube.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
document.cookie='VISITOR_INFO1_LIVE=fPQ4jCL6EiE'; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you make scripts that set a timer to automatically pause/stop on all Youtube embed videos? Like pause a video after X seconds!!?