Pegasus

Pegasus 0.3.2 updated

Pegasus changes how data is loaded on the page.Instead of using the classic synchronous model for loading each script one after the other, Pegasus allows developers to load data at the same time with other scripts.This method cuts down page loading times...

Bowser

Bowser 1.0.0 updated

Bowser parses the user-agent string that every browser uses to store its settings, and extracts the browser type and version from it.This information is fed to an application or website, which can then be used to execute custom code, redirect the user or...

url.js

url.js 1.2.0 updated

url.js can be used in two ways. One for modifying the page's URL, and the second for querying to see what's the current page's URL and its component parts.The library is very lightweight, but still comes with support for modifying the URL by adding...

Inject

Inject 0.7.2 updated

The library was build by the LinkedIn engineering staff to handle the site's various JS modules and their appropriate dependencies.The main driving force behind Inject was the wish of improving code maintainability without cluttering the website and...

Keypress

Keypress 2.1.3 updated

Keypress is actually written in CoffeeScript and compiled to standards compliant JavaScript code.The library works by constantly sniffing a Web page and capturing keyboard input.This constant monitoring makes Keypress perfect for using in browser games or...