Plugin allow bypass tradingview restriction to hava limited number of watchlist symbols. It's bypass by keep symbols as group in plugin and push chosen group to tradingview.
All work on linux and firefox.
cmdrequest.py is required to remove browser http request limitations.
./install_cmdrequest.sh
In Firefox: Open the about:debugging page, click the This Firefox option, click the Load Temporary Add-on button, then select any file in your extension's directory. or about:debugging#/runtime/this-firefox
In package.json in config section change api ISSUER and SECRET for your own.
"config": {
"AMO_JWT_ISSUER": "XXX",
"AMO_JWT_SECRET": "XXX"
},
Build and sign
npm run build