Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damonoehlman/cripple.js

Turn your Javascript Engine into a Blubbering Pile of IE8
https://github.com/damonoehlman/cripple.js

Last synced: 7 days ago
JSON representation

Turn your Javascript Engine into a Blubbering Pile of IE8

Awesome Lists containing this project

README

        

# cripple.js

cripple.js is a small script designed to cripple the Javascript capabilities of your browser, rendering akin to an IE8 (see ) browser.

To use it simply, include it in your test application / page prior to running application logic:

```html

```

## Why write this?

Because I still keep getting caught using particular varieties of JS goodness and stupidly forgetting that I have to support IE8. Using this script prevents me having to fire up a clunky old laptop to check for JS errors. CSS + Page Layout, well that's another thing entirely.

## Fixing a Crippled Browser

Have a look at including [es5-shim](https://github.com/kriskowal/es5-shim) into your page or compiled application code.