Greasy Fork is available in English.

Ars Technica Author Remover

2/18/2022, 3:34:01 PM

// ==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
// ==/UserScript==


var badItems = $("header span:contains('Beth Mole')").closest('li')
badItems.remove();