Created
July 9, 2017 16:17
-
-
Save cloneko/cfb52cd7d4c658783a54f16b21e9d56a to your computer and use it in GitHub Desktop.
琉球新報の 2017 那覇市議選 選挙速報 のページで当確出た人だけ表示するJavaScript(2017/7/10 1:16現在Chromeで確認)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://ryukyushimpo.jp/news/entry-529401.html にアクセスして | |
// developer consoleに貼り付けて使ってね! | |
document.querySelectorAll("tr.の背景").forEach(t => {t.style.display = 'none'}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment