Category: General|Nov 27, 2018 | Author: Admin

How to bring back the old classic Youtube!

Share on

Here's how you can get back the old classic look on youtube.

Here's how you can get back the old classic look on youtube.

First keep in mind that it's working so far.

This requires installing an addon/extension for your browser that will run "userscripts" automatically. A list of them from https://greasyfork.org/en

You may even just run it in google chrome's development console.

Exactly how to do this on each of the extensions I can't say, but the steps when using Violentmonkey are:

  • Open its dashboard
  • Go to "Installed scripts"
  • In the top-left corner, click "New"
  • Once you've got a new script, paste this code in:
// ==UserScript== // @name Youtube old design // @namespace 4c5725cd7d4b94b6f1784e759d5a43fbdd917971 // @version 0.1 // @description Activates the old YT design without messing with your other settings // @author /u/AyrA_ch // @match https://www.youtube.com/* // @match http://www.youtube.com/* // @match https://youtube.com/* // @match http://youtube.com/* // @grant none // @run-at document-start // ==/UserScript== (function () { var getDesignCookie = function (cookie) { //Find existing preferences var prefs = cookie.split("; ").filter(function (v) { return v.indexOf("PREF=") === 0; })[0]; //No preferences, return new ones with design setting if (!prefs) { console.log("prefs not set in cookie"); return "PREF=f6=8"; } //Process all settings var entries = prefs.substr(5).split('&'); var set = false; for (var i = 0; i < entries.length; i++) { if (entries[i].indexOf("f6=") === 0) { set = true; //Set the old design flag var value = +entries[i].substr(3); if ((value & 8) === 0) { console.log("Activating old design and reloading..."); entries[i] = "f6=" + (value | 8); window.setTimeout(location.reload.bind(location,true),100); } else{ console.log("Old design already active. Doing nothing"); } } } //Design flag setting doesn't exists. Adding it instead if (!set) { console.log("Activating old design and reloading..."); entries.push("f6=8"); window.setTimeout(location.reload.bind(location,true),100); } //Build cookie return "PREF=" + entries.join('&'); }; //Update cookie document.cookie = getDesignCookie(document.cookie) + ";domain=.youtube.com;path=/"; })(); /* LICENSE: This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. The full license text can be found here: http://creativecommons.org/licenses/by-nc-sa/4.0/ The link has an easy to understand version of the license and the full license text. DISCLAIMER: THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */

Sponsored Ads:

Comments:


Edge 125 arrives in Beta with sleeping tab improvements and other changes

Category: IT|May 1, 2024 | Author: Admin

Now the iPad opens

Category: Apple|Apr 30, 2024 | Author: Admin

Woke up locked out of Apple ID on iPhone

Category: Apple|Apr 29, 2024 | Author: Admin

Google has a hidden collection of highly-addictive retro games

Category: Google|Apr 28, 2024 | Author: Admin

Google is officially a $2 trillion company

Category: Google|Apr 27, 2024 | Author: Admin

Snowden: “DO NOT use Reddit!”

Category: IT|Apr 26, 2024 | Author: Admin

Popular Google app used by millions set to close in a few weeks

Category: Google|Apr 25, 2024 | Author: Admin

Cheeky, YouTube!

Category: Google|Apr 24, 2024 | Author: Admin

This is the date Apple will reveal new iPads

Category: Apple|Apr 23, 2024 | Author: Admin

Only possible with VPN

Category: IT|Apr 22, 2024 | Author: Admin

Apple sidles into sideloading in the EU

Category: Apple|Apr 21, 2024 | Author: Admin

Report: Microsoft-OpenAI ownership might get conditional OK from EU regulators

Category: IT|Apr 20, 2024 | Author: Admin

Giant change at Google could change everything

Category: Google|Apr 19, 2024 | Author: Admin

Now Windows will be bothered about this too

Category: Microsoft|Apr 18, 2024 | Author: Admin

Test the new AI trick with Logitech

Category: IT|Apr 17, 2024 | Author: Admin
more