// ==UserScript== // @name ao3 secondary char&pairing filter // @namespace https://greasyfork.org/en/users/36620 // @version 0.3.5 // @description hides works if chosen tags are late in sequence // @author scriptfairy // @include http://archiveofourown.org/tags*works* // @include https://archiveofourown.org/tags*works* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/18665/ao3%20secondary%20charpairing%20filter.user.js // @updateURL https://update.greasyfork.icu/scripts/18665/ao3%20secondary%20charpairing%20filter.meta.js // ==/UserScript== /* CONFIG keep a plaintext file of your config because they will not be saved when the script updates */ 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($) { $('