Skip to content

Instantly share code, notes, and snippets.

@noomz
Created July 4, 2013 03:24
Show Gist options
  • Save noomz/5924690 to your computer and use it in GitHub Desktop.
Save noomz/5924690 to your computer and use it in GitHub Desktop.
script เอาไว้ลบ like ที่ตั้วกดไว้
as=document.getElementsByTagName('a');for(i in as){if(as[i] && as[i].href && as[i].href.match(/tua\.sarocha$/)){as[i].remove();}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment