VerdicTOS
Browser Extension
Grades terms & conditions so you know what you’re agreeing to.
Workflow
- Scrapes a website for all links containing keywords such as “terms”, “tos”, “legal”, etc.
- Allows the user to manually select the correct link – easiest way that I’ve found to ensure the correct page.
- Scrapes the page and chunks all the text into tokens. If nothing is found, attempts to load the page in a new tab. Otherwise, asks the user to manually navigate to the page.
- Uses Transformers.js to filter out text and group key details into categories.
- Sends the information to the Gemini API using one of the provided free keys (not hidden because they’re free) or a custom key provided by the user (stored locally).
- Presents the information to the user.