Last active
July 1, 2019 15:24
-
-
Save Decicus/f8b3da58154e8f4db09ed6b912e23148 to your computer and use it in GitHub Desktop.
Hides the "Subscribe to our newsletter" div that makes the "My drafts" page look wonky on LET.
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
/* ==UserStyle== | |
@name LowEndTalk - Fix "My Drafts" | |
@namespace gist.github.com/Decicus/f8b3da58154e8f4db09ed6b912e23148 | |
@version 1.0.0 | |
@description Hides the "Subscribe to our newsletter" div that makes the page look wonky. | |
@author Decicus | |
==/UserStyle== */ | |
@-moz-document url("https://www.lowendtalk.com/drafts") | |
{ | |
.BoxFilter:first-of-type { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment