Skip to content

Instantly share code, notes, and snippets.

@atomer
Created March 23, 2020 12:07
Show Gist options
  • Save atomer/f7f53cdc2f4c86fee66df799cc03a137 to your computer and use it in GitHub Desktop.
Save atomer/f7f53cdc2f4c86fee66df799cc03a137 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Anipota Kill Hitokoto
// @namespace https://github.com/atomer/anipota-kill-hitokoto
// @description あにぽたの来期アニメにあるヒトコトを消す
// @include https://akiba-souken.com/anime/*
// @version 0.1.0
// ==/UserScript==
document.querySelectorAll('.commentBox')
.forEach((el) => el.parentNode.removeChild(el));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment