/* User Content Cascading Stylesheet (chrome/userContent.css) * This file can be used to apply a style to all web pages you view * Rules without !important are overruled by author rules if the * author sets any. Rules with !important overrule author rules. * C:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\0e96fzqk.Firefox Three\chrome\userChrome.css * * Now using mostly styles see http://kb.mozillazine.org/User:Dmcritchie */ /* * hides many ads by preventing display of images that are inside * links when the link HREF contans certain substrings. You may find * the current version of this file at: http://www.floppymoose.com */ /* counteract messed up by Google - hurts use of bookmarklet and new page cursor a:visited, .fl:visited {color:#CC0000 !important;} */ /* ===== Force text to wrap when it is longer than the screen width ===== */ /* deactivate-- using style... pre {white-space:-moz-pre-wrap} */ /* disable ad iframes */ /* IFRAME[SRC*="ad."], -- taken out for GMail */ /* You can find the latest version of this ad blocking css at: * http://www.floppymoose.com * hides many ads by preventing display of images that are inside * links when the link HREF contans certain substrings. */ A:link[href*="www.projectwonderful.com/"] IMG, A:link[HREF*="javascript:void"] IMG, A:link[HREF*="addata"] IMG, A:link[HREF*="ads."] IMG, A:link[HREF*="/ad"] IMG, A:link[HREF*="/A="] IMG, A:link[HREF*="/click"] IMG, A:link[HREF*="?click"] IMG, A:link[HREF*="?banner"] IMG, A:link[HREF*="=click"] IMG, A:link[HREF*="clickurl="] IMG, A:link[HREF*=".atwola."] IMG, A:link[HREF*="spinbox."] IMG, A:link[HREF*="transfer.go"] IMG, A:link[HREF*="adfarm"] IMG, A:link[HREF*="adSpace"] IMG, A:link[HREF*="adserve"] IMG, A:link[HREF*=".banner"] IMG, A:link[HREF*="bluestreak"] IMG, A:link[HREF*="doubleclick"] IMG, A:link[HREF*="/rd."] IMG, A:link[HREF*="/0AD"] IMG, A:link[HREF*=".falkag."] IMG, A:link[HREF*="trackoffer."] IMG, A:link[HREF*="casalemedia."] IMG, A:link[HREF*="valueclick."] IMG, A:link[HREF*="betterbasketball."] IMG, A:link[HREF*="sponsors.phtml"] IMG, A:link[HREF*="realgmtix.phtml"] IMG, A:link[HREF*="BurstingPipe"] IMG, A:link[HREF*="ebayobjects"] IMG, A:link[HREF*="tracksponsor."] IMG { display: none ! important } /* disable ad iframes */ IFRAME[SRC*="addata"], IFRAME[SRC*="ads."], IFRAME[SRC*="/ad"], IFRAME[SRC*="/A="], IFRAME[SRC*="/click"], IFRAME[SRC*="?click"], IFRAME[SRC*="?banner"], IFRAME[SRC*="=click"], IFRAME[SRC*="clickurl="], IFRAME[SRC*=".atwola."], IFRAME[SRC*="spinbox."], IFRAME[SRC*="transfer.go"], IFRAME[SRC*="adfarm"], IFRAME[SRC*="adSpace"], IFRAME[SRC*="adserve"], IFRAME[SRC*="adjuggler"], IFRAME[SRC*=".banner"], IFRAME[SRC*="bluestreak"], IFRAME[SRC*="doubleclick"], IFRAME[SRC*="/rd."], IFRAME[SRC*="/0AD"], IFRAME[SRC*=".falkag."], IFRAME[SRC*="trackoffer."], IFRAME[SRC*="connextra."], IFRAME[ID*="merchandisingMERC"], IFRAME[SRC*="tracksponsor."] { display: none ! important } /* miscellaneous different blocking rules to block some stuff that gets through */ A:link[onmouseover*="AdSolution"] IMG, *[class=sponsors], *[class=sp_links], *[class=advertising], *[ID=sponsors], *[ID=ad], *[ID=inlinead], *[ID=ad_creative], *[ID=contextualLinks], IMG[SRC*=".msads."] { display: none ! important } /* turning some false positives back off */ A:link[HREF*="/add"] IMG, A:link[HREF*="/adsl"] IMG, A:link[HREF*="thread."] IMG, A:link[HREF*="download."] IMG, A:link[HREF*="downloads."] IMG, A:link[HREF*="netflix.com/AddToQueue"] IMG, A:link[HREF*="load."], A:link[HREF*="loads."], IFRAME[SRC*="load."], IFRAME[SRC*="loads."], A:link[HREF*="click.mp3"] IMG { display: inline ! important } /* * For more examples see http://www.mozilla.org/unix/customizing.html */ /* Disable marquee display */ marquee { -moz-binding: none; display: block; height: auto !important; /* This is better than just display:none !important; * because you can still see the text in the marquee, * but without scrolling. */ } /* PERSONAL TOOLBAR */ /* Select only tab group icons */ .bookmark-item.bookmark-group > .toolbarbutton-icon { display: none; } /* mark rel="nofollow" links --http://www.mattcutts.com/blog/seeing-nofollow-links/ */ a[rel~="nofollow"] { border: thin dashed #393! important; /* background-color: rgb(255, 230, 230) ! important; */ } /* * Until bugs 103843 and 105547 get fixed, a helpful workaround * to highlight some links which would pop up a new window: */ :link:hover[target="_blank"], :visited:hover[target="_blank"] { color: white !important; background: blue !important; } :link:hover[target="_new"], :visited:hover[target="_new"] { color: white !important; background: red !important; } /* Change cursor for links that open in new window http://texturizer.net/firefox/tips.html#beh_icons userContent */ :link[target="_blank"], :visited[target="_blank"], :link[target="_new"], :visited[target="_new"] { cursor: crosshair; } /* Change cursor for JavaScript links */ a[href^="javascript:"] { cursor: move; } /* Stop those tags! */ marquee { -moz-binding : none !important; display : block; height : auto !important; } body#gmail-google-com div[id="ad"] { display:none !important; } /* increase the width of the msg area so it covers where the ads were */ body#gmail-google-com div[id="ch"] + div { margin-right: 5px !important; } /* new look to Google http://groups.google.com/groups?threadm=IMSdnWxI4dPHIVrYnZ2dnUVZ_segnZ2d%40mozilla.org by Grant on 2007-02-05 -- modified to just change visited link color */ @-moz-document url-prefix(http://groups.google), domain(google.com), domain(google.com.tw), domain("google.co.uk"), domain("google.com.au"), domain("google.ca"), domain("google.de"), domain("google.fr"), domain("google.it"), domain("google.es"), domain("google.ie"), domain("google.co.in"), domain("google.ru"), domain("google.co.th"), domain("google.co.nz") { a:visited, .fl:visited {color:#CC0000 !important;} } /* dotted outline around links on mouseover - Tony Mechelynck 2007-05-28 compensate for badly designed sites w/o obvious underlined links */ a[href]:hover { outline:2px dotted red !important } /* Add an envelope symbol to mailto links */ /* http://lifehacker.com/software/ask-the-readers/best-firefox-userchromecss-tweaks-301520.php*/ /* -- a[href^="mailto:"]:before { padding:0 3px; content:url("data:image/gif;base64,R0lGODlhEAAQALMAAAT+BJSWrMTe9OT2/PT+/KyyxNTq/Oz2/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAQABAAAwREEMhJq7046817LWAojgFoDIOhCmxblERxEARqowUBGzJd2wWDLkfgHY5ImRA2kI2cy5wMST3mStNq9ZXVVkuBsHhMjgAAOw=="); } ***** */