For Firefox users: Print and follow these steps to turn off/disable/remove Google +1 Buttons from search results with or without AdBlock or AdBlock Plus and without having to create a Google profile:
Go to Firefox Profiles folder on your hard drive.
To locate your Firefox Profiles in Windows XP, Vista, 7:
- press: Windows Key+ R
- Type in:
%APPDATA%\Mozilla\Firefox\Profiles
- Click OK
or from the Taskbar:
- Click: START → RUN
- Type in:
%APPDATA%\Mozilla\Firefox\Profiles
- Click OK
The Profiles Folder will open. There will probably be only one folder in the Profiles folder.
Open the folder with the ".default" extension name.
Look for a folder named Chrome in the .default folder. If Chrome folder does not exist, you need to create it. (If the Chrome folder exists, skip to #4).
To create the Chrome folder:
- Right-click inside the .default folder
- Select NEW FOLDER
- Type in: Chrome
Open the Chrome folder and create a text file named userContent.css. (The contents of this file tells Firefox not to display +1 Buttons on web pages.)
To create a text file named userContent.css:
- Right-click inside the Chrome folder
- Select NEW → TEXT DOCUMENT
- Type in: userContent.css
Windows will bring up "Rename" warning dialogue box that says:
If you change a file name extension, the file may become unusable. Are you sure you want to change it?
Yes No
- Select YES
Open userContent.css. (It will open in Notepad with a box titled: userContent.css - Notepad).
Paste the following into Notepad:
.esw { display:none!important; } /* Hides the +1 Button completely */
Be sure to include the period (.) before "esw" in the above.
Save the Notepad file and Close it: Select FILE → SAVE → FILE → CLOSE (or select X on folder title bar to Close)
Close remaining open folders.
If Firefox Browser is not closed, close it.
Re-open Firefox Browser. Navigate to Google's search page and perform a search. Google +1 Buttons will be gone from all future search results.