Skip to content

Instantly share code, notes, and snippets.

@jaxbot
Last active August 29, 2015 14:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaxbot/54eaeac526c4e161e4c7 to your computer and use it in GitHub Desktop.
Save jaxbot/54eaeac526c4e161e4c7 to your computer and use it in GitHub Desktop.
PyCon WiFi auto-j'accepte

Here's how to automatically log in to the WiFi at PyCon. Dumping out a few different methods here, check back for updates!

Chrome

  1. Install Tampermonkey
  2. Add this script:
// ==UserScript==
// @name         Pycon auto j'accept
// @namespace    http://your.homepage/
// @version      0.1
// @description  Automatically clicks j'accept on captive portal
// @author       You
// @match        http://webauth.congresmtl.com/*
// @grant        none
// ==/UserScript==

submitAction();
  1. Profit! Notes: If you have your own userscript manager, just add submitAction() to the page after it loads.

Android

Experimental APK here!

Please try it out and message me on twitter (@jaxbot) or email (jaxbot at gmail) if it works, doesn't work, etc.

Thanks

If you want to thank me, follow me on GitHub! I don't really care about followers but I don't get included in git.io/top until I get ~300 followers, despite having enough yearly contributions and streak to do so. It's complicated ;) Have a good conference!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment