Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/damonoehlman/cripple.js
- Owner: DamonOehlman
- Created: 2012-06-27T06:34:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-27T06:40:57.000Z (over 12 years ago)
- Last Synced: 2024-10-25T20:56:59.670Z (21 days ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 27
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.