Created
March 26, 2023 13:45
-
-
Save Downes/07b26f98998276d1949676f6ef313436 to your computer and use it in GitHub Desktop.
Mastodon Flickr Button Killer
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:( | |
function(){ | |
var divsToHide = document.getElementsByClassName('status-card__actions'); | |
for(var i = 0; i < divsToHide.length; i++){ | |
divsToHide[i].style.display = "none"; | |
} | |
} | |
) | |
() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use as a bookmarklet; Create a new bookmark, edit it (by right-clicking on it), then copy the content of the gist into the URL field, then give the bookmarklet a title.