pion-browser
pion-browser copied to clipboard
History
afaik there is no way to check history. also since it's hackable, maybe there should be an in-application way to change CSS so you don't need to go into the code.
there is a way to inject css have you not got the latest pion?
yeah, I have 1.2.0
Dev Tools -> Inject CSS
or something
@JelloMonster118, do you mean Pion's CSS or the website's CSS?
website's css.
You can already do that
this is about history, not injecting CSS I'm pretty sure
OK
Maybe [webview#getWindowObj].history
will help with this?
(Obviously webview#getWindowObj
is pseudocode and would be replaced with the propler Electron code. :package:)
@liam4 that pseudocode is confusing...
is webview#getWindowObj
a CSS selector?
no.
it means the method called getWindowObj
of webview
but if you prefer
webview.getWindowObj
:package:
oh ok
why the #
though?
Something to do with some old documentation format, or something. :package: