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
// ==UserScript== | |
// @name Redgifs Blacklist + QOL | |
// @namespace https://gist.github.com/hazushi3 | |
// @version 1.0 | |
// @description Hide posts containing specific tags with wildcard support, automatically unmutes and mutes on hidden videos. Some love from chatGPT. | |
// @author hazushi3 | |
// @match https://www.redgifs.com/* | |
// @exclude https://www.redgifs.com/watch/* | |
// @grant none | |
// ==/UserScript== |