Skip to content

Instantly share code, notes, and snippets.

@miladoll
Last active January 9, 2024 08:48
Show Gist options
  • Save miladoll/09e0a4f455eb564ba884516e01d2b925 to your computer and use it in GitHub Desktop.
Save miladoll/09e0a4f455eb564ba884516e01d2b925 to your computer and use it in GitHub Desktop.
あべねこ
// 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 );
@miladoll
Copy link
Author

miladoll commented Jan 9, 2024

22027625

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