Skip to content

Instantly share code, notes, and snippets.

@defaultcf
Last active August 12, 2020 16:51
Show Gist options
  • Save defaultcf/ac5b0e0d76546e8f5c86f8e566eee7dd to your computer and use it in GitHub Desktop.
Save defaultcf/ac5b0e0d76546e8f5c86f8e566eee7dd to your computer and use it in GitHub Desktop.
私を雇って.js
(() => {
console.group('このサイトの開発者から、開発者へのメッセージ');
console.log('このサイトは https://github.com/i544c が個人で開発しています。');
console.log('%cちなみに、 https://github.com/i544c は2021年新卒として就活中です。', 'color:yellow; background:blue; font-size:150%;');
console.log('詳しくは https://scrapbox.io/i544c/%E5%B0%B1%E6%B4%BB をご参照の上、お気軽にご連絡ください。');
console.groupEnd();
})();
@defaultcf
Copy link
Author

Usage

<script defer src="https://gistcdn.githack.com/i544c/ac5b0e0d76546e8f5c86f8e566eee7dd/raw/hire_me.js"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment