Created
August 14, 2015 13:27
-
-
Save doofmars/909fdd2d8537eabf2ec3 to your computer and use it in GitHub Desktop.
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 Hide these videos layout fix | |
| // @namespace Mars | |
| // @description Fixes the missalignment of the "Hide these videos" on the subscription page. | |
| // @version 1 | |
| // @include http*://*youtube.com* | |
| // @grant GM_addStyle | |
| // ==/UserScript== | |
| GM_addStyle( ".yt-uix-button-menu-action-menu { left: 0px !important; top: -10px !important; }" ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment