Created
January 27, 2024 04:33
-
-
Save adithya-r-prabhu/b26f2db14aba286c59524b44d5e2ba41 to your computer and use it in GitHub Desktop.
Time4education.com download any pdf (textbook etc)
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
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