An extension to judge a players smurf-likelihood.
This extension does not aim to harm any players. Be aware that the calculated score and the final judgement is only a calculation based on hypotheses. Please do not be toxic to potential smurfs and don't hate on them, rather hate the game.
git clone https://github.com/leontm-dev/smurf-detector.git
cd smurf-detector
npm installAfterwards you have to add the extension to your browser.
Run the extension in development mode.
npm run devBuild the extension for production.
npm run buildPreview the extension in the browser.
npm run previewChromium is the default. You can explicitly target Chrome, Edge, or Firefox:
# Chromium (default)
npm run dev
# Chrome
npm run dev -- --browser=chrome
# Edge
npm run dev -- --browser=edge
# Firefox
npm run dev -- --browser=firefoxLearn more in the Extension.js docs.