Skip to content

Instantly share code, notes, and snippets.

@hazushi3
hazushi3 / redgifs-blacklist.user.js
Created June 1, 2024 01:49
Redgifs Blacklist + quality of life
// ==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==