Fork me on GitHub

jumpOnJuniper by mobilemind

Bookmark to quickly connect to VisitorNet (Juniper Infranet sign-on)

The “jumpOnJuniper” bookmarklet streamlines logging in via Juniper Networks Infranet “VisitorNet” sites that control access to WiFi networks. The utility generates a bookmark that will paste in the Username and password values stored in the bookmark and then submit the form to kick-off the login process.

Generate a bookmark (Mobile Safari)

The hosted jOJ page is a form that will create the bookmarklet and explains how to store and edit the bookmarklet on your iPad or iPhone. Tap the link below and follow the on-screen instructions.

   jumpOnJuniper (hosted on GitHub)

Advanced users- The “jOJ” utility itself is available as a bookmark using a data: URL. The bookmark below contains a bare-bones version of the “jumpOnJuniper” page/form stored entirely in the bookmark so that while offline you can still create login bookmarklets.

Use a bookmark

Make sure you have installed/created a bookmark first (see above).

Connect to the WiFi network and open a web page. The VisitorNet sign-in page should appear.

Activate the jOJ bookmarklet (tap on the link for it in the bookmark bar or use Bookmarks menu). The default bookmark title is usually “jOJ login name …” where name is the first part of your Username (email).

The bookmarklet created via installation will paste in the Username, the stored password and then submit the form.

Compatibility

Requires a browser that supports javascript: bookmarks.

Updated for Firefox 60.x, Safari 11.x and Mobile Safari 11.x (including iPhone 7/7S & iPhone 8).


License

MIT License - http://opensource.org/licenses/mit-license.php

jumpOnJuniper Copyright © 2012-2019 Tom King mobilemind+joj@pobox.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Source

You can download this project in either zip or tar formats.


You can also clone the project with Git by running:
$ git clone git://github.com/mobilemind/jumpOnJuniper

Build

Use npm install and grunt at the command shell prompt to create the joj HTML page and manifest. See /web/ directory for results.

Example:

git clone https://github.com/mobilemind/jumpOnJuniper.git
cd jumpOnJuniper
npm install
grunt