// ==UserScript== // @name ao3 secondary char&pairing filter // @namespace https://greasyfork.org/en/users/36620 // @version 0.3 // @description hides works if chosen tags are late in sequence // @author scriptfairy // @match http*://archiveofourown.org/tags*works* // @grant none // @downloadURL none // ==/UserScript== /* CONFIG */ var relationships = ["Pepper Potts/Tony Stark", "Poe Dameron/Finn/Rey", "Loren & Tobias (Animorphs)"]; // the relationship tags you want to see (exact, case-sensitive) var characters = ["Bruce Banner", "EVE (WALL-E)", "Jamie Moriarty | Irene Adler"]; // the character tags you want to see (exact, case-sensitive) var relpad = 3; // you want to see at least one of your relationships within this many relationship tags var charpad = 5; // you want to see at least one of your characters within this many character tags /* END CONFIG */ (function($) { $('