Files
return-youtube-dislike/CONTRIBUTING.md
T
Dmitrii Selivanov 40fda6dd32 Advanced stats for patreon supporters (#1222)
* auth works

* Works after review.

* switched to auth flow

* all works well in chrome

* all works well in chrome and firefox

* translations harmonized

* translations harmonized

* website translations

* Translations harmonized.

* Everything kinda works

* Almost works

* all works

* all works

* all works #2

* Streamline premium analytics range handling

* Restore premium analytics selection flow

* Fix analytics zoom interactions

* Add per-section expansion controls to premium analytics

* Adjust map legend visibility for premium analytics

* Add missing country synonyms for premium map

* Remove legacy premium badge overlay

* Polish premium analytics controls for light theme

* Refresh map legend when toggling sections

* Improve light-mode styling for range selectors

* Fix map mode switching regression

* Fix for panel expand

* Typo fix

* webpack fix

* before next steps.

* split, zero-buckets

* bucket size indicated on UI

* all works

* first/last toggle

* breadcrumbs

* release
2025-10-20 18:43:06 +02:00

2.9 KiB

Read this in other languages: English, العربية, Azərbaycan dili, български, 中文, Dansk, Deutsch, Español, Français, Ελληνικά, Magyar, Bahasa Indonesia, 日本語, 한국어, Nederlands, Polski, Português do Brasil, русский, Svenska, Türkçe, українська, Tiếng Việt

Welcome To Return YouTube Dislikes contributing guide

Thank you for investing your time in contributing to our project! All your changes will be reflected in the next version of the extension (or the website).

Getting Started

Please use Prettier with default settings for formatting.

Prerequisites

You need to have node and npm installed to create the bundled version of the source.

Versions used when setting up:

  • node: 12.18.4
  • npm: 6.14.6

To create the bundled-content-script.js that contains most of the business logic of this extension you have to install all dependencies first.

  1. Go to the root of the repo and run:
npm install
  1. Run the following command to create bundled-content-script.js which is used in manifest.json
npm start // to create the build file(s) and start a file watcher that hot-reloads on save

// or

npm run build // to create the build file(s) once

Congratulations, You are now ready to develop!

If you are new to developing Chrome extensions, or need extra help, please see this YouTube tutorial

Issues

Opening a new issue

If you have any issues with the extension, please search to make sure the issue isn't already reported. If it isn't, open an issue, using the issue form is highly recommended but not mandatory.

Solving an issue

If you found an issue that you feel you might be able to solve, don't be shy. Open a PR with the fix and make sure to mention the issue you are fixing.

Feature Request

Opening a new feature request

If you have an idea for the extension, feel free to open a feature request, but please search it before to make sure the feature isn't already suggested. Using the feature form is highly recommended but not mandatory

Implementing a feature request

If you found a feature that you feel you might be able to implement, don't be shy. Open a PR with the fix and make sure to mention the feature you are implementing.

What PRs do we accept?

  • Issue fixes.
  • Feature implementation.
  • Typos or better and easier words to use.
  • Website contributions.