Last active
September 1, 2017 08:39
-
-
Save sokcuri/346b8a5b50cf35f112f4f1bea20e28b4 to your computer and use it in GitHub Desktop.
트위터 야간모드 스크립트
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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