Clever
Browser Extension
nmillrr
Role:
Developer
Date:
Aug 2025
Preview
Chrome Web Store
Building a browser extension to help students and researchers easily access library resources
I thought an automatic-redirect script or mechanism shouldn't be too hard to build. I would simply need to scrape the URLs that my school used to redirect students to a proxy-login of a given site, and match them to a corresponding list of URLs where a user might encounter a paywall, detected by a background script.
Clever was a solution that I came up with, and I even decided to start adding more schools than just my own. Users can select their university, and Clever will check against their school's library resources whenever they encounter a paywalled article or site to see if they have access. If they do, a small popup will appear, helping them easily redirect to a university proxy/login for that site.
This project is live, and you can actually add the extension to your Chrome browser [here]. If you're interested in the backend, the complete project files are on GitHub. Currently working on adding more schools to the list, and maybe even adding public libraries!