PureGlance is a browser extension that helps you avoid clickbait by scanning video thumbnails for close-up faces. If a face takes up a significant portion of the thumbnail, the video is automatically hidden from your feed.
The extension uses a lightweight, locally-run face detection model to analyze thumbnails on supported websites. The detection happens in the background and is optimized for performance to not slow down your browsing experience.
You can configure the sensitivity threshold in the extension's popup menu.
- YouTube
- VKVideo
- Clone this repository:
git clone <repository_url> - Install the dependencies:
npm install - Build the extension:
npm run build - This will create a
distdirectory with two subdirectories:chromeandfirefox. - Load the extension into your browser:
- Chrome/Brave: Go to
chrome://extensions, enable "Developer mode", and click "Load unpacked". Select thedist/chromedirectory. - Firefox: Go to
about:debugging, click "This Firefox", click "Load Temporary Add-on...", and select themanifest.jsonfile inside thedist/firefoxdirectory.
- Chrome/Brave: Go to
