Skip to content

Instantly share code, notes, and snippets.

View splorp's full-sized avatar
💾

Grant Hutchinson splorp

💾
View GitHub Profile
@splorp
splorp / minigroup.css
Last active December 15, 2015 22:45
Minigroup Tidy
/* ============================================================================ */
/* Custom styles for minigroup.com */
/* Grant Hutchinson (@splorp) */
/* ============================================================================ */
div.formatted p > code,
div.formatted li > code,
div.formatted p > em > code,
div.formatted li > em > code {
display: inline;
@splorp
splorp / noisetrade.css
Last active July 2, 2017 16:14
Noisetrade Login Simplificator
/* ============================================================================ */
/* Custom styles for noisetrade.com */
/* Grant Hutchinson (@splorp) */
/* ============================================================================ */
.login_artist,
.login_author,
a + div.spacer_5 + img,
#popup_fb {
display: none;
@splorp
splorp / onename.txt
Last active January 10, 2016 07:13
Onename proof
Verifying that +splorp is my blockchain ID. https://onename.com/splorp
@splorp
splorp / gitdown.md
Last active October 9, 2016 19:14
GitHub Markdown Formatting

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Plain Text

Bold Text

@splorp
splorp / floppies.md
Last active March 6, 2017 22:39
Wanted: Floppy Disks

Floppies

This is a list of floppy disks I am interested in obtaining, in order to complete sets of software images in my compunabula collection.

See also: Wanted

If you happen to have one of these floppies kicking around, please contact me.

grant [a] splorp [dot] com

@splorp
splorp / twitter.css
Last active July 2, 2017 16:14
Twitter Decruftifier
/* ============================================================================ */
/* Custom styles for twitter.com */
/* Grant Hutchinson (@splorp) */
/* ============================================================================ */
div.module.trends,
div.module.wtf-module,
div.flex-module.Footer-adsModule,
div.promoted-tweet,
li.WtfLargeCarouselStreamItem,
@splorp
splorp / dropbox.css
Last active August 20, 2017 21:24
Dropbox Usefulness Expander
/* ============================================================================ */
/* Custom styles for dropbox.com */
/* Grant Hutchinson (@splorp) */
/* ============================================================================ */
/* Expand height of tree view modal */
.db-modal {
margin-top: 1vh;
}
@splorp
splorp / bluehost.css
Last active September 28, 2018 19:40
Bluehost Decruftifier
/* ============================================================================ */
/* Custom styles for bluehost.com cpanel */
/* Grant Hutchinson (@splorp) */
/* ============================================================================ */
/* Remove detritus */
.ad-link,
#ads,
#partners,
@splorp
splorp / github.css
Last active July 4, 2018 05:51
GitHub Better Follow Button
/* ============================================================================ */
/* Custom styles for github.com */
/* Grant Hutchinson (@splorp) */
/* ============================================================================ */
button[title~="Follow"].btn {
color: #EEF;
background-color: #4078c0;
background-image: none;
}