Private Browser is a lightweight web tool that allows users to open websites inside a stealth iframe using a CORS proxy, with no history stored and minimal tracking.
Built for quick, private access to webpages without leaving a trace in your local browser history.
-
Stealth Tab Loading
Opens any URL inside a dynamically generated new tab. -
No Browsing History
Pages are loaded within an isolated environment using a proxy, avoiding direct local history logging. -
Dynamic Navigation
Clicked links inside the page will automatically be reloaded stealthily inside the same frame. -
Copy URL Helper
If a page fails to load, users can easily copy the intended URL. -
No Installation Required
100% browser-based, simple HTML + JavaScript.
- User enters a URL in the input field and clicks Go.
- JavaScript checks if the URL starts with
http
and corrects it if needed. - A new blank tab is opened (
about:blank
). - The stealth tab loads a dynamic HTML page that:
- Uses the AllOrigins public proxy to bypass CORS restrictions.
- Embeds the page contents inside an
<iframe>
. - Handles internal navigation by intercepting
<a>
tag clicks.
- If the proxy fails, the tool gracefully shows a manual copyable link.
- Not all websites will load correctly (especially if they use CSP (Content-Security-Policy) headers or advanced anti-iframe protection).
- Proxy usage is reliant on external services like AllOrigins API.
- JavaScript execution might be limited inside the proxy depending on the website.
No installation needed!
Just open the HTML file (secrete.html
) in any modern web browser (Chrome, Firefox, Edge).
If you want to self-host:
git clone https://github.com/Zynk-dot/secrete.git
cd secrete
# open index.html in browser
This tool is intended for educational and personal use.
Do not use it for unauthorized access or to bypass paywalls, l
5D03
ogin pages, or private content.
Always respect website terms of service and laws in your country.
- Developed by Zynk-dot
- Powered by AllOrigins CORS Proxy
This project is open-source under the MIT License.
See LICENSE for details.