Skip to content

Browser extension for filtering P2P offers on Bybit written with Angular.

License

Notifications You must be signed in to change notification settings

DKozachenko/bybit-filters

Repository files navigation

Bybit Filters

Firefox extension for filtering P2P offers on Bybit written with Angular.

How it looks like

Whole UI is written in Russian language.

You can choose needed filters on Preferences page:

Preferences Page

In popup you can set values for chosen filters:

Popub Page

You have to click button to save values. Otherwise changes will not be setup.

Offers that are suitable for filters will not be affected.
Offers that are not suitable for filters will be painted over.

Example

This selection is running only on USDT/RUB pair page (see manifest.json).

Run as SPA in browser

npm ci
npm run start:web

Run as extension

npm ci
npm run assembly:ext

Install as custom extension using path ./dist/bybit-filters/browser.

References

CHANGELOG

[1.0.0] - 09.02.2025

Added

  • Main functional of filtering
  • Options component for extension options
  • Popup component for showing popup on extension icon

[1.1.0] - 09.02.2025

Changed

  • Default values for form in popup component are null
  • setInterval in content script (filter-offers.js) each 3s to MutationObserver on table tr elements

[1.2.0] - 11.02.2025

Added

  • Filter inaccessible offers by default
  • CSS background strips for unsuitable elements
  • Disabling button for unsuitable elements
  • Remove emodjis from counterparty name for better checking

[1.3.0] - 11.02.2025

Added

  • Highlight for favorite counterparties

[1.4.0] - 18.08.2025

Added

  • Splited configurations for running as SPA and extension
  • Generated content script with TS

Changed

  • Changed matches URL in content_scripts
  • Fixed version of @types/firefox-webext-browser
  • Replace bottomLimit and topLimit to amountMin and amountMax
  • Replace all string values into const enums

Removed

  • notInFilterElemAction option

[1.5.0] - 04.09.2025

Added

  • MIT License

[1.5.1] - 22.10.2025

Added

  • Section 'How it looks like' to README.md

[1.5.2] - 11.12.2025

Changed

  • Handle of tr in offers table

About

Browser extension for filtering P2P offers on Bybit written with Angular.

Topics

Resources

License

Stars

Watchers

Forks