// ==UserScript== // @name ao3 hide bookmarks // @namespace https://greasyfork.org/en/users/800073-bellisk // @version 0.1 // @description permanently hide bookmarks created by specified users // @author bellisk // @include http://archiveofourown.org/works/*/bookmarks* // @include https://archiveofourown.org/works/*/bookmarks* // @grant GM.setValue // @grant GM.getValue // @grant GM.listValues // @grant GM.deleteValue // @downloadURL none // ==/UserScript== const bookmarks = document.querySelectorAll('li.short'); // interface let headerModule, blockLink, blockStyle; for (let i=0;i