Skip to content

Instantly share code, notes, and snippets.

@ikr7
Last active August 29, 2015 13:56
Show Gist options
  • Save ikr7/8868560 to your computer and use it in GitHub Desktop.
Save ikr7/8868560 to your computer and use it in GitHub Desktop.
Twitterやめるやつ for Chrome
if(location.host.match(/twitter/)){
alert(
'期末試験まで あと' + -parseInt(((new Date()) - (new Date(2014, 1, 18))) / 1000 / 60 / 60 / 24) + ' 日'
);
top.name = 'a';
window.open('','a');
top.close();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment