// ==UserScript== // @name Ars Technica Author Remover // @namespace author remover // @match https://arstechnica.com/* // @match https://www.arstechnica.com/* // @grant none // @version 1.0 // @author - // @description 2/18/2022, 3:34:01 PM // @license MIT // @downloadURL none // ==/UserScript== var badItems = $("header span:contains('Beth Mole')").closest('li') badItems.remove();