Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Transilien.com Bookmarks generator</title>
<style type="text/css"> /* Style based off bettermotherfuckingwebsite */
body{margin:40px auto;
max-width:650px;
line-height:1.6;
@Lomanic
Lomanic / Github ES6-Promises Polyfill.user.js
Last active March 26, 2016 20:00
Userscript to fix the "ReferenceError: Promise is not defined" error on old browsers on Github
// ==UserScript==
// @name Github ES6-Promises Polyfill
// @namespace Lomanic
// @description Fix the "ReferenceError: Promise is not defined" error
// @include https://github.com/*
// @include https://gist.github.com/*
// @require https://raw.githubusercontent.com/jakearchibald/es6-promise/master/dist/es6-promise.min.js
// @run-at document-start
// @version 1.1
// @grant none