liquidx / webviewscreensaver

Mac OS X Screen Saver powered by a Web View
Apache License 2.0
1.17k stars 138 forks source link

Set fontSize and numberOfColumns via querystring #43

Closed is-digital-services closed 3 years ago

is-digital-services commented 6 years ago

Would it be possible to set the fontSize and numberOfColumns via querystring parameters? I am using a screensaver that does not have navigatable feature to allow me to set those preferences directly. However it does take a URL and it would be great to be able to add these settings in the URL.

agologan commented 3 years ago

I assume you're asking if you can modify the display of a specific website via URI query parameters. If that feature is not implemented by the website then the answer is NO.

You could create a bookmarklet that modifies the target website, or embed your website in an iframe modify it via javascript and load that instead.