Skip to content

Instantly share code, notes, and snippets.

@kaezarrex
kaezarrex / massive-props.user.js
Created July 5, 2012 22:09
Give massive props on Twitter
// ==UserScript==
// @name Massive Props
// @namespace https://twitter.com
// @include https://twitter.com/*
// @description https://twitter.com/ryanqnorth/status/220970058548121600
// ==/UserScript==
var script = document.createElement('style');
script.innerHTML = '\
.favorite { \
@kaezarrex
kaezarrex / index.html
Last active September 26, 2022 14:02
data-id bookmarklet
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
body { font: 20px monospace; margin: 20px; }
a { border-radius: 5px; background-color: #ddd; padding: 10px;}
</style>
</head>
<body>
@kaezarrex
kaezarrex / LICENSE
Last active September 22, 2021 08:40
punchcard-js
MIT License
Copyright (c) 2019 David Hazinski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@kaezarrex
kaezarrex / README.md
Last active November 26, 2019 00:35
Park walk

Auto-centering and auto-scaling topojson data with an inkpen-style drawing animation.

@kaezarrex
kaezarrex / README.md
Last active June 2, 2019 03:39
GTFS Viewer

Upload a GTFS file that contains shapes.txt. Example GTFS files can be found at TransitFeeds.

@kaezarrex
kaezarrex / README.md
Last active January 27, 2019 04:34
SCRIPT-8
@kaezarrex
kaezarrex / README.md
Last active June 13, 2018 18:40
Reconfigure etcd to use client authentication
@kaezarrex
kaezarrex / index.html
Last active December 17, 2015 00:10
CSS Transparency
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" />
<title>CSS Transparency</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="img-wrap1 tile">
@kaezarrex
kaezarrex / index.html
Last active December 11, 2015 22:09
Houndstooth text mask
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Houndstooth</title>
<link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700' rel='stylesheet' type='text/css'>
<style>
body {
font-size: 100px;