Skip to content

Instantly share code, notes, and snippets.

@sokcuri
Last active September 1, 2017 08:39
Show Gist options
  • Save sokcuri/346b8a5b50cf35f112f4f1bea20e28b4 to your computer and use it in GitHub Desktop.
Save sokcuri/346b8a5b50cf35f112f4f1bea20e28b4 to your computer and use it in GitHub Desktop.
트위터 야간모드 스크립트
(function(){if(document.cookie.indexOf('night_mode=1')==-1){if(confirm('야간 모드를 켭니다')){document.cookie='night_mode=1';}}else{if(confirm('간 모드를 끕니다')){document.cookie='night_mode=0';}}})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment