// ==UserScript== // @name ao3 work block // @namespace https://greasyfork.org/en/users/36620 // @version 0.5.2 // @description permanently hide selected works // @author scriptfairy // @match http*://archiveofourown.org/*works* // @exclude /https?://archiveofourown\.org/works/\d+/ // @grant GM_setValue // @grant GM_getValue // @grant GM_listValues // @grant GM_deleteValue // @downloadURL none // ==/UserScript== var works = document.querySelectorAll('li.blurb'); // interface var headerModule, blockLink, blockStyle; for (i=0;i