https://github.com/forwardemail/reserved-email-addresses-list/blob/master/no-reply-list.json のリストを基に作成
This file contains 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
lorem ipsumとは、出版、ウェブデザイン、グラフィックデザインなどの諸分野において使用されている典型的なダミーテキスト。 | |
https://ja.wikipedia.org/wiki/Lorem_ipsum |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>DNSSettings</key> | |
<dict> | |
<key>DNSProtocol</key> |
This file contains 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
//キーボード ショートカット無効化 | |
//https://docs.microsoft.com/ja-jp/microsoft-edge/webview2/concepts/browser-features | |
window.document.onkeydown = function (evt) { | |
if ( | |
//Ctrl + Shift + I DevTools を開く/閉じる | |
(evt.which == 73 && evt.ctrlKey == true && evt.shiftKey == true) | |
//Ctrl + Shift + J DevTools コンソールを開く | |
|| (evt.which == 74 && evt.ctrlKey == true && evt.shiftKey == true) | |
//Ctrl + Shift + C Open DevTools Inspect | |
|| (evt.which == 67 && evt.ctrlKey == true && evt.shiftKey == true) |
I hereby claim:
- I am Neko7sora on github.
- I am neko7sora (https://keybase.io/neko7sora) on keybase.
- I have a public key whose fingerprint is A7AE 1F1E 0AD4 A048 9226 0DA8 6DC3 05F6 46EF 8885
To claim this, I am signing this object:
This file contains 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
1943 | |
### ## ### ### ## ### ## ## ###### ## ## ## ## ### ## ## | |
## ## ## ## ## ## ## ## ## # ## ## ## ## ## ## ## | |
# ## # ## ## ## ## ## ## #### ## ## ## ## ## ## | |
## ## ## ## ## ## ## ## ## ##### ## ## ## ## ## ## | |
## ## ## ## ### ## ## ## ### ## ## ## ## ## ### | |
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## | |
### ## ### ### ## ### ## ## ## ## ## ## ## #### ## ### ## | |
This file contains 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
// _____ _____ _____ _______ _____ _______ _____ _____ | |
// /\ \ /\ \ /\ \ /::\ \ /\ \ /::\ \ /\ \ /\ \ | |
// /::\____\ /::\ \ /::\____\ /::::\ \ /::\ \ /::::\ \ /::\ \ /::\ \ | |
// /::::| | /::::\ \ /:::/ / /::::::\ \ /::::\ \ /::::::\ \ /::::\ \ /::::\ \ | |
// /:::::| | /::::::\ \ /:::/ / /::::::::\ \ /::::::\ \ /::::::::\ \ /::::::\ \ /::::::\ \ | |
// /::::::| | /:::/\:::\ |
This file contains 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
@echo off | |
echo ---------- | |
:loop | |
if "%~1" == "" goto end | |
certutil -hashfile %1 MD5 | |
certutil -hashfile %1 SHA1 | |
certutil -hashfile %1 SHA256 | |
echo ---------- |
This file contains 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
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; } | |
.chat-container { | |
height: calc(204px - 36px + 400px); | |
width: 350px; | |
} | |
.chat-container .messages { | |
height: calc(152px + 400px); | |
} | |
span.message-text::before { |
This file contains 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
(http.user_agent contains "Android 1.") or (http.user_agent contains "Android 2.") or (http.user_agent contains "Android 3.") or (http.user_agent contains "Android 4.") or (http.user_agent contains "Android 5.") or (http.user_agent contains "Android 6.") or (http.user_agent contains "Android 7.") or (http.user_agent contains "Android 8.") or (http.user_agent contains "Android 9.") or (http.user_agent contains "Android 10.") or (http.user_agent contains "Android 11.") |
NewerOlder