Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--Day / Sunny-->
<string name="day-cloudy-gusts">"&#xf000;"</string>
<string name="day-cloudy-windy">"&#xf001;"</string>
<string name="day-cloudy">"&#xf002;"</string>
<string name="day-fog">"&#xf003;"</string>
<string name="day-hail">"&#xf004;"</string>
<string name="day-lightning">"&#xf005;"</string>
<string name="day-rain-mix">"&#xf006;"</string>
// ==UserScript==
// @name SHIELD reddit message
// @description enter something useful
// @match https://*.reddit.com/*
// ==/UserScript==
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
@masterofpun
masterofpun / ayz
Created December 29, 2014 16:11
Title
All You Zombies
-----
####*By Robert A. Heinlein*
____
*2217 Time Zone V (EST) 7 Nov. 1970-NTC- "Pop's Place":*
I was polishing a brandy snifter when the 'Unmarried Mother' came in. I noted the time-10: 17 P. M. zone five, or eastern time, November 7th, 1970. Temporal agents always notice time and date; we must.
The 'Unmarried Mother' was a man twenty-five years old, no taller than I am, childish features and a touchy temper. I didn't like his looks - I never had - but he was a lad I was here to recruit, he was my boy. I gave him my best barkeep's smile.
var isItDay = false;
[{"letter":"a","file":"http://i.imgur.com/hH0upNX.jpg","name":"Kale Salad","creator":"Claudio Guglieri","creatorWeb":"http://whydontwetry.com","creatorTwitter":"claudioguglieri"},{"letter":"b","file":"http://i.imgur.com/PIJWrEi.jpg","name":"Fancy Pants","creator":"Anton Repponen","creatorWeb":"http://repponen.com","creatorTwitter":"repponen"},{"letter":"c","file":"http://i.imgur.com/pJewmf8.jpg","name":"Ripples","creator":"Claudio Guglieri","creatorWeb":"http://whydontwetry.com","creatorTwitter":"claudioguglieri"},{"letter":"d","file":"http://i.imgur.com/KCa8KHY.png","name":"Leather Nunchuck","creator":"Claudio Guglieri","creatorWeb":"http://whydontwetry.com","creatorTwitter":"claudioguglieri"},{"letter":"h","file":"http://i.imgur.com/oavv3DC.jpg","name":"Chalkboard","creator":"Claudio Guglieri","creatorWeb":"http://whydontwetry.com","creatorTwitter":"claudioguglieri"},{"letter":"l","file":"http://i.imgur.com/BFlh0FX.jpg","name":"Fiesta","creator":"Julien Bailly","creatorWeb":"http://julien-bailly.com/","crea
@masterofpun
masterofpun / polite_text.user.js
Created May 18, 2015 11:09
/u/PorridgeTP's script
// ==UserScript==
// @name Polite Text
// @version 1.2
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://maptest*.newcompte.fr:*
// @author Witch
// ==/UserScript==
var politeMap = {
// ==UserScript==
// @name Marvel Ant-Man animation
// @namespace http://your.homepage/
// @version 0.13
// @description animates /r/MarvelStudio's Snoo
// @author hypd09
// @match *://*.reddit.com/r/marvelstudios/*
// @grant none
// ==/UserScript==
== Normal order ==
-- Movies --
Iron Man 2008
The Incredible Hulk 2008
Iron Man 2 2010
Thor 2011
Captain America: The First Avenger 2011
Marvel's The Avengers 2012
Iron Man 3 2013
@masterofpun
masterofpun / kat_magnet_pi.user.js
Last active December 23, 2015 11:21
Adds a button to kickass to copy magnet link and open transmission web interface
// ==UserScript==
// @name kat.cr magnet link fixer
// @namespace http://tampermonkey.net/
// @version 0.1
// @description construct a better magnet link
// @author You
// @match https://kat.cr/*
// @grant GM_setClipboard
// @grant GM_openInTab
// ==/UserScript==