Skip to content

Instantly share code, notes, and snippets.

@furugomu
Created May 10, 2016 08:11
Show Gist options
  • Save furugomu/1eb497ea6b49325057ab13170fae14b6 to your computer and use it in GitHub Desktop.
Save furugomu/1eb497ea6b49325057ab13170fae14b6 to your computer and use it in GitHub Desktop.
ミリオンライブ ひとこと送信しない
Array.from(document.links).filter((a)=>/^javascript:\s*GREE\.ui/.test(a.href)).forEach((a)=>a.href=decodeURIComponent(a.href.match(/'callback_url':'([^']+)/)[1]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment