A collection of my Tampermonkey userscripts.
| Script | Purpose | Install |
|---|---|---|
| monzoon-autologin.user.js | Automatically accepts the TOS checkbox and submits the login form on the Monzoon guest WiFi captive portal (deployed at Audi sites) | Install |
- Install the Tampermonkey browser extension.
- Click the Install link in the table above. Tampermonkey opens its installation page.
- Confirm the installation.
The script keeps itself up to date automatically via the @updateURL/@downloadURL metadata directives, as long as the repository stays public.
When your machine connects to the guest WiFi, the captive portal page opens (usually triggered automatically by the OS or browser). The script then:
- ticks the TOS acceptance checkbox,
- waits until the connect button is enabled,
- clicks it to log in.
Notes:
- The captive portal page must open in a browser with Tampermonkey installed. On Windows, the automatic portal detection opens Edge; make sure the userscript is installed there or open the portal page manually in your preferred browser.
- By using this script, you automatically accept the provider's terms of service on every connection.
- The wireless transmission in this guest network is unencrypted (see the portal's TOS, section 3.1). Using a VPN is recommended regardless of this script.
Scripts update themselves through Tampermonkey whenever the version number in this repository increases. To check for updates manually, open the Tampermonkey dashboard → Utilities → Check for userscripts updates.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). See License.md for the full license text.
Parts of this project were created with the support of AI tooling.