Jae
Jae
> > Adding this to `settings.json` works as a hack. > > ``` > > "workbench.colorCustomizations": { > > "textPreformat.foreground": "#000000" > > } > > ``` > > Awesome,...
@anirudhp06 > I have never used VPN/proxy on desktop still receiving error "Your IP is ineligible for free credits. Purchase a key to use with VPN/proxy." Should i mention my...
You're right, the graphical build has a way to export settings encoded as a URL - [see documentation](https://developers.nopecha.com/guides/extension_advanced/#graphical-build). However, this URL will not work in the automation build. The reason...
@StigP1337 We have received similar requests from other users and have seriously considered implementing this feature. However, our primary concern has been maintaining stealth. Introducing changes to the DOM or...
For now, can navigate into the iframe (for which the methods of doing so vary depending on how you're automating; for injected Javascript, you can just `contentWindow.document` into the iframe...
Thank you for reporting the issue. We'll address this bug in our next update.