Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to inject custom javascript #58

Open
mynameisvasco opened this issue Aug 20, 2021 · 2 comments
Open

Possibility to inject custom javascript #58

mynameisvasco opened this issue Aug 20, 2021 · 2 comments
Labels
All OS enhancement New feature or request

Comments

@mynameisvasco
Copy link
Contributor

mynameisvasco commented Aug 20, 2021

The possibility to inject custom javascript would allow us to run custom javascript on external websites. This use case is suitable for things like web automation testing, web scrapers and bots.

As far as I know, that's not possible using the current version of Photino.

@ottodobretsberger ottodobretsberger added All OS enhancement New feature or request labels Aug 30, 2021
@ottodobretsberger
Copy link
Contributor

Interesting thought. We will put that on our list of future considerations. There are a lot of security related questions that need to get evaluated and answered.
Changes would need to be made in the .NET and the Native project (separate changes for WebKit and Chromium Edge) to allow these code injections.

@artemiusgreat
Copy link

Yes, that would be awesome. At the moment, the only way to interact with an external webpage is by using Chrome Extensions or Web Drivers, like Selenium, Puppeteer, etc. Photino could be a much simpler option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
All OS enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants