Skip to content

Instantly share code, notes, and snippets.

javascript:(function%20()%7Bdocument.querySelector(%22h1%22).innerText%20%3D%20%22Yes.%22%3Bdocument.querySelector(%22sub%22).innerText%20%3D%20%22It%20allows%20you%20to%20quickly%20test%20and%20iterate%20on%20ideas%20and%20gather%20feedback%20on%20them%20while%20making%20sure%20you%20stay%20within%20the%20constraints%20of%20what%E2%80%99s%20possible.%22%3B%20%7D)()%3B
@jasonadelia
jasonadelia / checklist.html
Created June 23, 2015 16:31
Simple list of items for a meeting
<html>
<head>
<style>
body{
max-width: 1000px;
margin:1em auto;
font-size:1.75em;
color: #525252;
background-color: #F9FBFD;
font-family: HelveticaNeue;
<button href="javascript:(function%20()%7Bmetas%20%3D%20document.getElementsByClassName(%22meta%22)%3Bfor(i%3D0%3B%20i%3Cmetas.length%3B%20i%2B%2B)%7Bif(metas%5Bi%5D.getAttribute(%27data-path%27).indexOf(%27.css%27)%20!%3D%20-1)%7Bmetas%5Bi%5D.nextElementSibling.style.display%3D%27none%27%3B%7D%7D%7D)()%3B">Hide CSS From Pull Request</button>