Minecraft Wiki
m (Fixed typo in ad blocker.)
(Removed bit about keeping toolbox open.)
Line 2: Line 2:
 
a.promotions, .t-netbar-discover, div[id^="ad-"], #curse-panel, #ft, .show-ads, .atflb, .btflb, .atfmrec, #p-sharing, #p-socialProfiles {
 
a.promotions, .t-netbar-discover, div[id^="ad-"], #curse-panel, #ft, .show-ads, .atflb, .btflb, .atfmrec, #p-sharing, #p-socialProfiles {
 
display: none;
 
display: none;
}
 
 
/* Make toolbox permanently open */
 
#p-tb div.body {
 
display: block !important;
 
}
 
#mw-panel.collapsible-nav div#p-tb.portal h5 {
 
background-image: url("http://hydra-media.cursecdn.com/minecraft.gamepedia.com/f/fb/Arrow-down.png") !important;
 
 
}
 
}

Revision as of 04:00, 3 April 2015

/* Hide ads and Curse stuff */
a.promotions, .t-netbar-discover, div[id^="ad-"], #curse-panel, #ft, .show-ads, .atflb, .btflb, .atfmrec, #p-sharing, #p-socialProfiles {
    display: none;
}