Skip to content

Instantly share code, notes, and snippets.

View benkaiser's full-sized avatar
🌊
Loving Life

Benjamin Kaiser benkaiser

🌊
Loving Life
View GitHub Profile
@jimmywarting
jimmywarting / readme.md
Last active August 24, 2025 22:46
Cors proxies
Exposed headers
Service SSL status Response Type Allowed methods Allowed headers
@OliDM
OliDM / performance
Created August 12, 2013 00:05
Print out window.performance information.
// performance.js
// https://github.com/bgrins/devtools-snippets
// Print out window.performance information.
// https://developer.mozilla.org/en-US/docs/Navigation_timing
(function () {
var t = window.performance.timing;
var timings = [];
@daFish
daFish / itunes.countries.js
Last active July 20, 2025 17:16
List of Apple iTunes Store Country codes in Javascript.
var countries = {
ae: 'United Arab Emirates',
ag: 'Antigua and Barbuda',
ai: 'Anguilla',
al: 'Albania',
am: 'Armenia',
ao: 'Angola',
ar: 'Argentina',
at: 'Austria',
au: 'Australia',
@snipe
snipe / headers-in-bed
Created November 1, 2012 03:23
HTTP Error codes as fortune cookies
100 Continue (in bed)
101 Switching Protocols (in bed)
102 Processing (in bed)
200 OK (in bed)
201 Created (in bed)
202 Accepted (in bed)
203 Non-Authoritative Information (in bed)
204 No Content (in bed)
205 Reset Content (in bed)
206 Partial Content (in bed)