Skip to content

alexeyfv/slopless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slopless

Telegram DeepSeek

Keep your music free of AI slop.

cover

Installation

Install the browser extension for Yandex Music for free.

Development

Prerequisites

Go to the extension directory and install dependencies:

cd extension
pnpm i

Run locally

To run the add-on locally in development mode:

# Google Chrome
pnpm dev

# Firefox
pnpm dev:firefox

Build from source

To build the add-on from source:

# Google Chrome
pnpm build

# Firefox
pnpm build:firefox

Or run zip scripts to get a ready-to-upload archive:

# Google Chrome
pnpm zip

# Firefox
pnpm zip:firefox

Creating a release

  1. Update version in extension/package.json.

  2. Create data/v<version>.json.gz with the new format and update SOURCE_URL in AiArtistsService.ts if the JSON data format changed.

    The filename should match the extension version when the format was introduced (e.g. v0.2.0.json.gz). Overwrite the same file if only the data refreshes.

  3. From the repository root, tag and push:

    git tag -a v* -m "Slopless v*"
    git push origin v*

    The release.yaml workflow runs necessary scripts automatically when a v* tag is published.

About

Slopless helps you keep Yandex Music free of AI-generated artists. It labels suspected AI artists on the page and can automatically blacklist them.

Resources

License

Stars

Watchers

Forks

Contributors