Chrome extension to filter posts on teamblind.com
Install via the Chrome Web Store: Blind Filter
npm install
npm install -g npx
npx tailwindcss build styles.css -o output.css
Then import as a Chrome extension via developer mode
To enable logging, uncomment the line at the top of content-script.js and filter-editor.js
// uncomment to debug
console.log = function() {}