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();