Skip to content

Instantly share code, notes, and snippets.

@cpthgli
Last active January 20, 2018 17:08
Show Gist options
  • Save cpthgli/31940d3419c069b4e2c2c58a4bdeee4a to your computer and use it in GitHub Desktop.
Save cpthgli/31940d3419c069b4e2c2c58a4bdeee4a to your computer and use it in GitHub Desktop.
user.js
// ==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';
})();
@thienha1
Copy link

Can you make scripts that set a timer to automatically pause/stop on all Youtube embed videos? Like pause a video after X seconds!!?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment