Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 620 Bytes

Blind Filter

Blind Filter logo

Chrome extension to filter posts on teamblind.com

Installation

Install via the Chrome Web Store: Blind Filter

Build

npm install
npm install -g npx
npx tailwindcss build styles.css -o output.css

Then import as a Chrome extension via developer mode

Logging

To enable logging, uncomment the line at the top of content-script.js and filter-editor.js

// uncomment to debug
console.log = function() {}