Last active
January 9, 2024 08:48
-
-
Save miladoll/09e0a4f455eb564ba884516e01d2b925 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
// Visit http://abehiroshi.la.coocan.jp/ | |
// then execute these lines via DevTools Console. | |
let e = document.createElement('img'); | |
e.src = 'https://gist.github.com/assets/25242343/14cbd41c-1ec4-4f13-8bce-ae8a726b2524'; | |
e.style.cssText = 'width: 60%; margin-left: 20%; margin-right: 20%; position: absolute; filter: drop-shadow( 0 0 10px white );'; | |
let eHead = document.getElementsByTagName('head')[0]; | |
eHead.parentNode.insertBefore( e, eHead.nextElementSibling ); |
Author
miladoll
commented
Jan 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment