
HTML code in private browsing homepage 作者: him
Write HTML code in your private browsing homepage that will automatically save!
1 个用户1 个用户
您需要 Firefox 来使用此扩展
扩展元数据
关于此扩展
Educational HTML sandbox in the form of a private browsing new tab.
MAKE SURE TO ENABLE THE EXTENSION TO RUN IN PRIVATE WINDOWS!
After, access the browser inspector using CTRL-SHIFT-I or in the toolbar and modify the HTML elements INSIDE the document INSIDE the iframe known as "contentFrame." The changes will save with local storage unlike the actual inspector.
More details in the inspector comments of the new private tab!
AI was used to aid in development.
THE <script> TAG DOES NOT WORK!! DO NOT USE IT!
There are plenty of HTML tutorials and websites, and HTML is easy to learn!
Default HTML page you start out with, to remind you, the user, to use private browsing more carefully:
MAKE SURE TO ENABLE THE EXTENSION TO RUN IN PRIVATE WINDOWS!
After, access the browser inspector using CTRL-SHIFT-I or in the toolbar and modify the HTML elements INSIDE the document INSIDE the iframe known as "contentFrame." The changes will save with local storage unlike the actual inspector.
More details in the inspector comments of the new private tab!
AI was used to aid in development.
THE <script> TAG DOES NOT WORK!! DO NOT USE IT!
There are plenty of HTML tutorials and websites, and HTML is easy to learn!
Default HTML page you start out with, to remind you, the user, to use private browsing more carefully:
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'wasm-unsafe-eval';">
</head>
<body style="height: 100vh;overflow-y: hidden;">
<h1 style="margin: auto; text-align: center; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;font-size: 69px;color: red;">LOCK IN</h1>
<p style="position: relative; text-align: center; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;font-size: 21px;">You are <b>NOT</b> seeing regular private browsing page right now</p>
<p style="position: relative; text-align: center; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;font-size: 34px;">None of your browsing you do here will be gone. So please do not do anything unsavory during this session. Or any browsing session.</p>
<p style="position: relative; text-align: center; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;font-size: 34px;margin-top: 100px;">You have a life you need to focus on. Override this message using this browser's inspector but do realize that <u>your browsing history may be inspected.</u></p>
<input id="search" autofocus placeholder="Search to your heart's content" style="width: 80%;height: 69px;position: relative;border: black 1px solid;background: white;border-radius: 69px;left: 10%;resize: none;display: flex;font-size: 47px;text-align: center;font-family: cursive;">
</body>
</html>
评分 0(1 位用户)
权限与数据详细了解
必要权限:
- 获取浏览历史
- 获取浏览器标签页
更多信息
1.0.1 的发布说明
All sorts of things such as local storage to browser.storage.local, etc
him 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分