Skip to content

Instantly share code, notes, and snippets.

@doofmars
Created August 14, 2015 13:27
Show Gist options
  • Select an option

  • Save doofmars/909fdd2d8537eabf2ec3 to your computer and use it in GitHub Desktop.

Select an option

Save doofmars/909fdd2d8537eabf2ec3 to your computer and use it in GitHub Desktop.
// ==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