Skip to content

Instantly share code, notes, and snippets.

View Naboum's full-sized avatar
🎯
Focusing

nabil bousbai Naboum

🎯
Focusing
  • France
View GitHub Profile
// ==UserScript==
// @name youtube script
// @namespace http://tampermonkey.net/
// @match https://www.youtube.com/*
// @resource youtubeCSS https://gist.github.com/Naboum/a35773ecd6a0f7d2fc4446a572ae7e43/raw/980075d5104d009680ddc8346466f8464404892b/youtube.css
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js
// @require https://code.jquery.com/ui/1.12.1/jquery-ui.js
// @grant GM_addStyle
/* autocompletion input */
#input-subs-autocomplete {
background: #444;
color: #d7d7d7;
border-radius: 5px;
border: 0;
margin: 2px 0px 10px 24px;
padding: 8px 10px 8px 35px;
width: 100px;
/*direction:rtl;*/