Advertisement
Guest User

Untitled

a guest
Dec 20th, 2018
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name     Override KYM CSS
  3. // @include  https://knowyourmeme.com/*
  4. // @grant    GM_addStyle
  5. // @run-at   document-start
  6. // ==/UserScript==
  7.  
  8. GM_addStyle ( `
  9.     #photo_gallery .item {
  10.         height: auto !important;
  11.     }
  12.     .combo-wrapper {
  13.     display:none !important;
  14.     }
  15. ` );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement