calguyhunk Posted August 3, 2013 Share Posted August 3, 2013 I'm talking about this kind of Ad from Firefox start page.. :rolleyes:If you're talking about "about:home", it's an inbuilt page with an inbuilt image. You cannot do anything about it to the best of my knowledge ;) Quote Link to comment Share on other sites More sharing options...
Roger D Posted August 3, 2013 Share Posted August 3, 2013 (edited) I'm talking about this kind of Ad from Firefox start page.. :rolleyes:If you're talking about "about:home", it's an inbuilt page with an inbuilt image. You cannot do anything about it to the best of my knowledge ;)In previous version of Firefox i have disabled the annoying Ad from the start Inbuilt page by following the steps below..(Got the trick from somewhere surfing the internet)The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folderGo to the Firefox profile folder:Help > Troubleshooting Information > Profile Directory: Show FolderYou can hide the box that shows the snippets with code in userContent.cssSimply Copy the Code below and Open userContent.css in Notepad and Paste into them and Save @-moz-document url(about:home){/* hide snippet container on the about:home page */#snippetContainer { display: none !important; }} Done!but now in latest version, there is no Chrome folder inside the user profile folder.. :( :( Edited August 3, 2013 by Roger D Quote Link to comment Share on other sites More sharing options...
mires Posted August 4, 2013 Share Posted August 4, 2013 but now in latest version, there is no Chrome folder inside the user profile folder.. :( :(Go to your firefox profile folder (%appdata%\Mozilla\Firefox\Profiles\<randomstring>.default), and create chrome folder. Now in chrome folder, create userContent.css file. Then use him like before ;) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.