We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9282b commit 73ed337Copy full SHA for 73ed337
1 file changed
fullscreen-proxy.html
@@ -104,7 +104,8 @@
104
105
if (!targetUrl) {
106
showMessage(
107
- '<h1>Missing or invalid URL</h1>' +
+ '<h1>Fullscreen proxy</h1>' +
108
+ '<p>This page allows you to view a website in fullscreen mode on limited or locked down devices.</p>' +
109
'<p>Open this page with a <code>?url=</code> query parameter containing an <code>http://</code> or <code>https://</code> URL.</p>' +
110
'<p>Example: <code>?url=https://example.com</code></p>'
111
);
0 commit comments