This is a firefox extension meant to redirect chart links in Chartink Scanner output to TradingView charts. Chartink provides great screening tools but lacks a good charting tool, whereas TradingView ...
chartink-to-tv/ ├── manifest.json # Extension config, permissions ├── content.js # Injected into Chartink — scrapes the results table ├── popup.html # Extension popup UI ├── popup.js # Popup logic — ...