← back to projects
DuckWeb Autofill
HTML, CSS, Javascript
A basic Chrome extension that autofills your University of Oregon DuckWeb login info.
The DuckWeb login screen (and honestly the entirety of DuckWeb as a whole) is widely known for both looking and functioning like complete garbage. One particular problem with logging in is that normal password apps can't autofill the ID and PAC because both input boxes are marked as password
inputs.
This extension is specialized to fix this issue by hard-coding the HTML ID's of each input, and each time a DuckWeb page is loaded, it looks for those ID's and fills in the given info.