A Chrome extension that replaces every instance of "Microsoft" with "Microslop" on every website.
- Replaces
Microsoft,microsoft, andMICROSOFTwith their Microslop equivalents - Works on dynamically loaded content via a
MutationObserver - Tiny footprint — under 1 KB built
npm install
npm run dev # watch mode
npm run build # production build- Run
npm run build - Open
chrome://extensions - Enable Developer mode
- Click Load unpacked and select the
dist/folder
- Vite — build tool
- TypeScript
- Chrome Manifest V3