Skip to content

Instantly share code, notes, and snippets.

@cloneko
Created July 9, 2017 16:17
Show Gist options
  • Save cloneko/cfb52cd7d4c658783a54f16b21e9d56a to your computer and use it in GitHub Desktop.
Save cloneko/cfb52cd7d4c658783a54f16b21e9d56a to your computer and use it in GitHub Desktop.
琉球新報の 2017 那覇市議選 選挙速報 のページで当確出た人だけ表示するJavaScript(2017/7/10 1:16現在Chromeで確認)
// 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