Use FontAwesome on CDN to override the design of reddit for web (mobile view)
(function(d){
if (!/reddit\.com.+\.compact/.test(location.href)) return;
var fontLink = d.createElement('link');
fontLink.rel = 'stylesheet';
fontLink.href = '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css';
var themeDark1 = "body {background: #000000 !important;}a {color: #acf !important;}#topbar h1 a {color: #333 !important;}#top_menu {background: #333 !important;color: #aaa !important;}.subtoolbar {height: auto !important;background: #444 !important;}.subtoolbar li {margin: 2px 0 !important;}.subtoolbar>ul>li.selected a {background: #666 !important;box-shadow: 0 0 0 !important;}.topbar-options {background: none !important;text-align: center !important;text-decoration: none !important;font-family: 'FontAwesome' !important;font-size: 22px !important;color: #517191 !important;}.topbar-options:before {content: '\\f085';}#topbar>.right>#mail {background: none !important;text-align: center !important;text-decoration: none !important;font-family: 'FontAwesome' !important;font-size: 22px !important;color: rgba(255, 120, 0, 1) !important;}#topbar>.right>#mail:before {content: '\\f003';}#topbar>.right>#mail.nohavemail {color: #517191 !important;}.menuarea.subtoolbar {height: auto !important;}#searchexpando {background: #333 !important;color: #eee !important;}.link {color: #fff !important;}.link:nth-child(odd) {background-color: #222 !important;}.link:nth-child(even) {background-color: #373636 !important;}.link>.expando {background: none !important;}.commentcount>.comments {position: absolute !important;top: 32px !important;right: 12px !important;border: 0 !important;border-radius: 5px !important;background-color: rgb(42, 108, 182) !important;width: auto !important;min-width: 25px !important;height: 30px !important;padding: 0 3px !important;line-height: 30px !important;text-align: center !important;display: block !important;color: #eee !important;}.options_link {position: absolute !important;top: 0px !important;right: 12px !important;background: none !important;text-align:center !important;line-height: 28px !important;text-decoration: none !important;font-family: 'FontAwesome' !important;font-size:22px !important;color: #517191 !important;}.options_link:before {content:'\\f013' !important;}.link .expando-button {background: rgba(255, 255, 255, 0.5) !important;border-radius: 5px !important;text-align: center !important;line-height: 32px !important;font-weight: bold !important;color: #000 !important;}.link .expando-button:before {content: 'Aa' !important;}.link .arrow,.comment .arrow,.message .arrow {font-family: 'FontAwesome' !important;background: none !important;text-align: center !important;color: #aaa !important;font-size:22px !important;}.link .arrow.up:before,.comment .arrow.up:before,.message .arrow.up:before,.link .arrow.upmod:before,.comment .arrow.upmod:before,.message .arrow.upmod:before {content: '\\f062';}.link .arrow.upmod,.comment .arrow.upmod,.message .arrow.upmod {color: orange !important;}.link .arrow.down:before,.comment .arrow.down:before,.message .arrow.down:before,.link .arrow.downmod:before,.comment .arrow.downmod:before,.message .arrow.downmod:before {content: '\\f063';}.link .arrow.downmod,.comment .arrow.downmod,.message .arrow.downmod {color: orange !important;}.comment {border-radius: 4px !important;border: 1px solid #555 !important;background: #222 !important;color: #eeeeee !important;}.newbutton {background: #444 !important;border-image: none !important;border-radius: 4px !important;color: #CFCFCF !important;text-shadow: 0 0 0 !important;}.morechildren a {color: #949494 !important;font-weight: normal !important;}a.author {color: rgb(253, 253, 253) !important;text-decoration: none !important;}.flair, .linkflair {background: #555 !important;color: #FFF !important;border: none !important;box-shadow: 0 0 0 !important;padding: 0px 3px !important;border-radius: 4px !important;}.tagline .submitter {color: #acf !important;}.commentarea>.usertext textarea {background: #666 !important;border-bottom: 1px solid #999 !important;color: #eee !important;}.commentarea>.usertext {background: #888 !important;border: 1px solid #999 !important;}.link.stickied p.title>a {color: #bfb !important;}.link .tagline {color: #eee !important;}";
var css = d.createElement('style'),
rule = d.createTextNode(themeDark1);
css.media = 'screen';
css.type = 'text/css';
if (css.styleSheet) {
css.styleSheet.cssText = rule.nodeValue;
} else {
css.appendChild(rule);
};
d.getElementsByTagName('html')[0].appendChild(fontLink);
d.getElementsByTagName('html')[0].appendChild(css);
})(document);
/* for bookmarklet */
// javascript:(function(d){if%20(!/reddit\.com.+\.compact/.test(location.href))%20return;var%20fontLink%20=%20d.createElement('link');fontLink.rel%20=%20'stylesheet';fontLink.href%20=%20'//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css';var%20themeDark1%20=%20"body%20{background:%20#000000%20!important;}a%20{color:%20#acf%20!important;}#topbar%20h1%20a%20{color:%20#333%20!important;}#top_menu%20{background:%20#333%20!important;color:%20#aaa%20!important;}.subtoolbar%20{height:%20auto%20!important;background:%20#444%20!important;}.subtoolbar%20li%20{margin:%202px%200%20!important;}.subtoolbar>ul>li.selected%20a%20{background:%20#666%20!important;box-shadow:%200%200%200%20!important;}.topbar-options%20{background:%20none%20!important;text-align:%20center%20!important;text-decoration:%20none%20!important;font-family:%20'FontAwesome'%20!important;font-size:%2022px%20!important;color:%20#517191%20!important;}.topbar-options:before%20{content:%20'\\f085';}#topbar>.right>#mail%20{background:%20none%20!important;text-align:%20center%20!important;text-decoration:%20none%20!important;font-family:%20'FontAwesome'%20!important;font-size:%2022px%20!important;color:%20rgba(255,%20120,%200,%201)%20!important;}#topbar>.right>#mail:before%20{content:%20'\\f003';}#topbar>.right>#mail.nohavemail%20{color:%20#517191%20!important;}.menuarea.subtoolbar%20{height:%20auto%20!important;}#searchexpando%20{background:%20#333%20!important;color:%20#eee%20!important;}.link%20{color:%20#fff%20!important;}.link:nth-child(odd)%20{background-color:%20#222%20!important;}.link:nth-child(even)%20{background-color:%20#373636%20!important;}.link>.expando%20{background:%20none%20!important;}.commentcount>.comments%20{position:%20absolute%20!important;top:%2032px%20!important;right:%2012px%20!important;border:%200%20!important;border-radius:%205px%20!important;background-color:%20rgb(42,%20108,%20182)%20!important;width:%20auto%20!important;min-width:%2025px%20!important;height:%2030px%20!important;padding:%200%203px%20!important;line-height:%2030px%20!important;text-align:%20center%20!important;display:%20block%20!important;color:%20#eee%20!important;}.options_link%20{position:%20absolute%20!important;top:%200px%20!important;right:%2012px%20!important;background:%20none%20!important;text-align:center%20!important;line-height:%2028px%20!important;text-decoration:%20none%20!important;font-family:%20'FontAwesome'%20!important;font-size:22px%20!important;color:%20#517191%20!important;}.options_link:before%20{content:'\\f013'%20!important;}.link%20.expando-button%20{background:%20rgba(255,%20255,%20255,%200.5)%20!important;border-radius:%205px%20!important;text-align:%20center%20!important;line-height:%2032px%20!important;font-weight:%20bold%20!important;color:%20#000%20!important;}.link%20.expando-button:before%20{content:%20'Aa'%20!important;}.link%20.arrow,.comment%20.arrow,.message%20.arrow%20{font-family:%20'FontAwesome'%20!important;background:%20none%20!important;text-align:%20center%20!important;color:%20#aaa%20!important;font-size:22px%20!important;}.link%20.arrow.up:before,.comment%20.arrow.up:before,.message%20.arrow.up:before,.link%20.arrow.upmod:before,.comment%20.arrow.upmod:before,.message%20.arrow.upmod:before%20{content:%20'\\f062';}.link%20.arrow.upmod,.comment%20.arrow.upmod,.message%20.arrow.upmod%20{color:%20orange%20!important;}.link%20.arrow.down:before,.comment%20.arrow.down:before,.message%20.arrow.down:before,.link%20.arrow.downmod:before,.comment%20.arrow.downmod:before,.message%20.arrow.downmod:before%20{content:%20'\\f063';}.link%20.arrow.downmod,.comment%20.arrow.downmod,.message%20.arrow.downmod%20{color:%20orange%20!important;}.comment%20{border-radius:%204px%20!important;border:%201px%20solid%20#555%20!important;background:%20#222%20!important;color:%20#eeeeee%20!important;}.newbutton%20{background:%20#444%20!important;border-image:%20none%20!important;border-radius:%204px%20!important;color:%20#CFCFCF%20!important;text-shadow:%200%200%200%20!important;}.morechildren%20a%20{color:%20#949494%20!important;font-weight:%20normal%20!important;}a.author%20{color:%20rgb(253,%20253,%20253)%20!important;text-decoration:%20none%20!important;}.flair,%20.linkflair%20{background:%20#555%20!important;color:%20#FFF%20!important;border:%20none%20!important;box-shadow:%200%200%200%20!important;padding:%200px%203px%20!important;border-radius:%204px%20!important;}.tagline%20.submitter%20{color:%20#acf%20!important;}.commentarea>.usertext%20textarea%20{background:%20#666%20!important;border-bottom:%201px%20solid%20#999%20!important;color:%20#eee%20!important;}.commentarea>.usertext%20{background:%20#888%20!important;border:%201px%20solid%20#999%20!important;}.link.stickied%20p.title>a%20{color:%20#bfb%20!important;}.link%20.tagline%20{color:%20#eee%20!important;}";var%20css%20=%20d.createElement('style'),rule%20=%20d.createTextNode(themeDark1);css.media%20=%20'screen';css.type%20=%20'text/css';if%20(css.styleSheet)%20{css.styleSheet.cssText%20=%20rule.nodeValue;}%20else%20{css.appendChild(rule);};d.getElementsByTagName('html')[0].appendChild(fontLink);d.getElementsByTagName('html')[0].appendChild(css);})(document);