Youtube Darker Settings

Changes the background on youtube from your current color to black.

  1. // ==UserScript==
  2. // @name Youtube Darker Settings
  3. // @description Changes the background on youtube from your current color to black.
  4. // @match *://www.youtube.com/*
  5. // @version 1
  6. // @grant none
  7. // @namespace https://www.youtube.com/
  8. // @license MIT
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. window.location.replace("https://www.google.com/search?q=get+rekt&rlz=1C1CHBF_enUS891US891&sxsrf=AJOqlzW57imZGoePS-jj6bdYMS8cn3HoRA:1673400838742&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjGh730r778AhUeLFkFHXVFAEMQ_AUoAXoECAEQAw&biw=1920&bih=929&dpr=1")
  14. })();