Created
September 22, 2023 11:21
-
-
Save neuroradiology/8eb85d67a4f96cef1a31d90a6ef4fda5 to your computer and use it in GitHub Desktop.
Bookmarklet to hide sponsored reddit items in the list
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
javascript:'use strict';void function(){var b=(document.getElementsByTagName("head")[0]||document.body).appendChild(document.createElement("style"));b.dataset.ahBookmarkletInserted="1";var c=document.createTextNode(".link.promotedlink.promoted, .link.promotedlink.external {display: none;}");b.appendChild(c)}(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment