Skip to content

Instantly share code, notes, and snippets.

@adithya-r-prabhu
Created January 27, 2024 04:33
Show Gist options
  • Save adithya-r-prabhu/b26f2db14aba286c59524b44d5e2ba41 to your computer and use it in GitHub Desktop.
Save adithya-r-prabhu/b26f2db14aba286c59524b44d5e2ba41 to your computer and use it in GitHub Desktop.
Time4education.com download any pdf (textbook etc)
javascript: (function () { var anchors = document.getElementsByTagName("a");for (var i = 0; i < anchors.length; i++) { anchors[i].href = anchors[i].href.replace("pdf.js-gh-pages/web/viewer.php?file=../../", "")} })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment