Firefox extension for filtering P2P offers on Bybit written with Angular.
Whole UI is written in Russian language.
You can choose needed filters on Preferences page:
In popup you can set values for chosen filters:
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.
This selection is running only on USDT/RUB pair page (see manifest.json).
npm ci
npm run start:webnpm ci
npm run assembly:extInstall as custom extension using path ./dist/bybit-filters/browser.
- Main functional of filtering
- Options component for extension options
- Popup component for showing popup on extension icon
- Default values for form in popup component are
null setIntervalin content script (filter-offers.js) each 3s toMutationObserveron table tr elements
- Filter inaccessible offers by default
- CSS background strips for unsuitable elements
- Disabling button for unsuitable elements
- Remove emodjis from counterparty name for better checking
- Highlight for favorite counterparties
- Splited configurations for running as SPA and extension
- Generated content script with TS
- Changed
matchesURL incontent_scripts - Fixed version of
@types/firefox-webext-browser - Replace
bottomLimitandtopLimittoamountMinandamountMax - Replace all string values into const
enums
notInFilterElemActionoption
- MIT License
- Section 'How it looks like' to
README.md
- Handle of
trin offerstable


