How to Remove Radar from Tumblr
Tumblr includes a feature known as "Radar," which is a tool that promotes a different member blog each day. The selected blog is displayed as a large picture on the right side of your Dashboard page, and this blogging network does not give you a way to get rid of it. Instead, you can install custom code on your Firefox or Chrome Web browser to perform this task. Access your preferred browser, and install the add-on or extension that lets you add the code to remove Radar.
Instructions
-
Firefox
-
1
Launch your Firefox browser.
-
2
Click the Firefox "Tools" menu, and select the "Add-ons" option in the drop-down list. Click the "Get Add-ons" tab on the left; enter "Stylish" in the text field at the top. Press the "Return" key, and click the "Install" button to the right of this title to add it to Firefox. Restart your browser if it doesn't automatically restart after the installation.
-
-
3
Click the "Add-ons" option under the Tools menu, then click the "User Styles" tab on the left to load the Stylish add-on in the window. Click the "Write New Style" button that appears to bring up the New Style dialog window.
-
4
Enter the following code in the dialog's text box:
@namespace html url(http://www.w3.org/1999/xhtml);
@-moz-document domain(tumblr.com) {
div.radar {
display: none
}
} -
5
Type a desired file name such as "Hide Tumblr Radar" in the Name text field to identify your custom style. Click the "Save" button at the bottom of the dialog. The Radar feature is no longer visible on Tumblr.
Chrome
-
6
Start your Chrome browser.
-
7
Point your browser to Google's "Chrome Web Store" page, and enter "Stylish" in the text field in the top-right corner. Press the "Return" key, and click the "Stylish" option when it appears on the page. Click the "Add to Chrome" button on the right; click the "Install" button in the dialog that appears to finish installing Stylish.
-
8
Click the "Tools" menu, and select the "Extensions" option to bring up the Stylish feature. Click the "Write New Style" button to launch the New Style dialog.
-
9
Type the following code in the text box:
@namespace html url(http://www.w3.org/1999/xhtml);
@-moz-document domain(tumblr.com) {
div.radar {
display: none
}
} -
10
Enter a preferred title in the Name text field to identify your custom style. Click the "Save" button at the bottom to finish removing Radar on Tumblr.
-
1