Last active
October 29, 2025 06:41
-
-
Save abhijithvijayan/ba782ed6fc13a7a989bbe9537586e4cd to your computer and use it in GitHub Desktop.
employees holiday sorted
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
| (() => { | |
| var scriptUrl = "https://pastebin.com/raw/TgnYsdGh"; | |
| var scriptToInject = document.createElement("script"); | |
| var scriptSrcURL = 'https://whateverorigin.org/get?url=' + encodeURIComponent(scriptUrl); | |
| fetch(scriptSrcURL).then((res) => res.json()).then((response) => { | |
| scriptToInject.append(response.contents); | |
| document.body.append(scriptToInject); | |
| }) | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment