// ==UserScript== // @name Ao3 Only Show Primary Pairing // @namespace https://greasyfork.org/en/users/36620 // @version 1 // @description Hides works where specified pairing isn't the first listed. // @author Modified by Neeve, originally by scriptfairy // @include http://archiveofourown.org/* // @include https://archiveofourown.org/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/377386/Ao3%20Only%20Show%20Primary%20Pairing.user.js // @updateURL https://update.greasyfork.icu/scripts/377386/Ao3%20Only%20Show%20Primary%20Pairing.meta.js // ==/UserScript== /* CONFIG keep a plaintext file of your config because they will not be saved when the script updates */ var relationships = ['Jeon Jungkook/Kim Taehyung | V','taekook','Jeon Jungkook | Jungkook/Kim Taehyung | V']; // the relationship tag you want to see (exact, case-sensitive). replace with your desired pairing. var characters = [ ]; // the character tags you want to see (exact, case-sensitive) - - ignore this var relpad = 1; // 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($) { $('