Skip to content

Instantly share code, notes, and snippets.

View splorp's full-sized avatar
🎧

Grant Hutchinson splorp

🎧
View GitHub Profile
@splorp
splorp / discogs.css
Created December 24, 2018 00:05
Discogs Bo Diddley
/* ============================================================================ */
/* Custom styles for discogs.com */
/* Grant Hutchinson (@splorp) */
/* */
/* Adjust the width of lists on release pages. */
/* ============================================================================ */
ol, ul, p {
max-width: none;
}
@splorp
splorp / fontsinuse.css
Created November 12, 2018 19:11
Fonts In Use Ads In Trash
/* ============================================================================ */
/* Custom styles for fontsinuse.com */
/* Grant Hutchinson (@splorp) */
/* */
/* Remove inline ads and sponsor banners. Sorry, Stewf. */
/* ============================================================================ */
.fiu-sponsor,
.fiu-gallery-ad {
display: none !important;
@splorp
splorp / canadapost.css
Last active November 13, 2018 17:14
Canada Post Form Field Font Fix
/* ============================================================================ */
/* Custom styles for canadapost.ca */
/* Grant Hutchinson (@splorp) */
/* */
/* Set the font-family for printable form fields so the text doesn’t get */
/* borked when the user (me) has changed the default system font. Also, */
/* change some of the nearly unreradable grey text to black for printing. */
/* ============================================================================ */
input {
@splorp
splorp / wired.css
Created July 4, 2018 05:48
Wired Evil Veil Remover
#veil {
display: none;
}
@splorp
splorp / obfucate.md
Last active October 22, 2021 12:57
Regex Email Address Obfuscation

Find:

([a-zA-Z0-9])[a-zA-Z0-9\.\-\+\_\$]+\@([a-zA-Z0-9])[a-zA-Z0-9\.\-\+\_]+\.([a-zA-Z0-9]+)

Replace:

\1____@\2____.\3
@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;
}
@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 / 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 / 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,