A Pen by Bennett Feely on CodePen.
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
| #!/bin/sh | |
| SHOW_ALL_FILES=$(defaults read com.apple.finder AppleShowAllFiles) | |
| if [ "$SHOW_ALL_FILES" = "NO" ]; then | |
| defaults write com.apple.finder AppleShowAllFiles YES; killall Finder | |
| else | |
| defaults write com.apple.finder AppleShowAllFiles NO; killall Finder | |
| fi |
This file has been truncated, but you can view the full file.
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
| # 국내외 광고 사이트 차단 | |
| # 출처 : 기멀전 godpeople.or.kr | |
| # https://godpeople.or.kr/hosts.txt | |
| # 최종업데이트 : 20170928 | |
| # hosts 파일 적용시 느려질 경우, HostsOptimizer v0.5 를 사용하세요. | |
| # block address | |
| # adult | |
| 127.0.0.1 kkdate.com |
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
| <iframe src="https://www.youtube.com/embed/KaOC9danxNo?modestbranding=1&playsinline=1&rel=0"></iframe> | |
| <!-- | |
| showinfo=0 : 영상 정보 미노출 | |
| modestbranding=1 : 유튜브 로고 제거 (showinfo=0 사용하지 않아야 함) | |
| playsinline=1 : [iOS] 전체 화면 전환 없이 인라인으로 재생 | |
| rel=0 : 관련 영상 미노출 | |
| ※ 전체 목록: https://developers.google.com/youtube/player_parameters?hl=ko#Parameters | |
| --> |
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
Show hidden characters
| { | |
| "presets": [ "es2015" ] | |
| } |
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
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 Eli Perelman http://eliperelman.com | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
NewerOlder