Find the CSS code to hide anything using Opera Dragonfly
Thursday, September 29, 2011 10:43:47 AM
User style sheet can be used to modify the look of a website. Even if you don't know anything about CSS you can find code to hide anything using Opera Dragonfly
as shown below.
-
Right click on the item you want to hide and select 'Inspect Element' from the context menu. Opera Dragonfly will open and highlight the element with blue color depending on where you clicked.

Ad is highlighted but the text 'Ad' is not highlighted - Click one by one (in this example li.tas, ol, div#tads.c, ...) from bottom right side until everything you want to hide is highlighted.

Both Ad and text 'Ad' are highlighted - Select and copy code from bottom and add the following at the end.
{display:none !important;}The final code looks like the following.div#tads.c {display:none !important;} - Save the CSS code to a file with css extension.
- Close Opera Dragonfly.
- Reload page to apply the style sheet.









Sami Serolaserola # Thursday, September 29, 2011 10:51:19 AM
Abdulaziz Noratabdulaziznorat # Thursday, September 29, 2011 10:55:58 AM
Daniel Herzogdanfoooo # Thursday, September 29, 2011 2:25:08 PM
d4rkn1ght # Thursday, September 29, 2011 2:37:35 PM
Angelikiellinidata # Thursday, September 29, 2011 4:39:18 PM
Charles SchlossChas4 # Thursday, September 29, 2011 6:19:39 PM
Robson Cordeirorobsonpc # Thursday, September 29, 2011 7:12:04 PM
Abhinavdecodedthought # Friday, September 30, 2011 6:29:29 AM
Unregistered user # Friday, October 7, 2011 11:42:29 AM
Unregistered user # Saturday, October 8, 2011 9:36:04 PM
Mad Scientistqlue # Sunday, October 9, 2011 8:25:33 PM
But you can get the latest Operamini from:
http://m.opera.com/
Unregistered user # Friday, October 14, 2011 4:13:39 AM
Tamil # Friday, October 14, 2011 8:10:41 AM
Unregistered user # Sunday, October 16, 2011 8:59:19 PM
Unregistered user # Tuesday, October 18, 2011 11:23:43 PM
Tamil # Tuesday, October 18, 2011 11:34:04 PM
Unregistered user # Wednesday, October 19, 2011 9:49:33 PM
Tamil # Wednesday, October 19, 2011 11:38:40 PM
Unregistered user # Thursday, October 20, 2011 12:31:45 AM
Unregistered user # Thursday, October 20, 2011 7:44:34 PM
Tamil # Thursday, October 20, 2011 8:57:18 PM
Unregistered user # Friday, October 21, 2011 4:07:30 AM
Tamil # Friday, October 21, 2011 7:12:17 AM
PhotMSupportLab # Sunday, November 6, 2011 1:42:03 PM
For some reason your caption is covering up the buttons for me??? This is the only way I have to subscribe to this post. O.o
Tamil # Sunday, November 6, 2011 1:59:51 PM
PhotMSupportLab # Sunday, November 6, 2011 2:15:55 PM
http://files.myopera.com/crystalacey/Smilies_Emoticons/Hope_Lovely_Sunday.gif -
Swapnil RustagiSwapnil99pro # Friday, December 2, 2011 10:17:19 AM
Tamil # Friday, December 2, 2011 10:21:07 AM
Unregistered user # Thursday, December 8, 2011 1:40:40 AM
Tamil # Thursday, December 8, 2011 1:48:36 AM
Kevin Luukevinluu2003 # Thursday, December 8, 2011 11:21:19 AM
Random User 648432054o234733455 # Thursday, December 8, 2011 8:52:29 PM
I've got no idea where to write the {display:none !important;}.
The dragonfly was all down. PICTURE !
Rand # Sunday, December 11, 2011 9:08:55 AM
A hugely beneficial advantage to Opera, and one which I wouldn't have known how to take advantage of without this post.
Random User 648432054o234733455 # Monday, December 12, 2011 1:36:03 PM
Originally posted by Rand:
I can't take advantage w this post, cause I didn't got where to put the don't show code.Tamil # Monday, December 12, 2011 2:03:59 PM
Random User 648432054o234733455 # Monday, January 2, 2012 7:01:24 PM
How do you block the entire square from this page:
Opera
Opera is a fast and safe web browser.
It's a "li>". So then, how do I pinpoint it? The Dragonfly has a tree, I have to include the tree, so the thing knows at which branch my code is.
Random User 648432054o234733455 # Monday, January 2, 2012 8:11:06 PM
div class="comment1 ownercomment" id="comment77081142">{display:none !important;}
it doesn't work for me.
It should block Tamil's comment on Monday, December 12, 2011 3:03:59 PM.
Tamil # Tuesday, January 3, 2012 4:40:11 AM
Originally posted by o234733455:
Which square do you want to hide?Originally posted by o234733455:
Nope.div#comment77081142.comment1.ownercomment { display:none !important }ordiv#comment77081142 { display:none !important }Random User 648432054o234733455 # Friday, January 6, 2012 12:46:21 AM
Originally posted by Tamil:
Random User 648432054o234733455 # Wednesday, January 18, 2012 9:47:31 PM
Nothing works.
I can't select code from the crumb bar. It's not mouse selectable and the right click doesn't do anything.
I can't do anything with the code from the "Documents" tab, because...
Any code I write in the css file it doesn't block anything.
I tried code + {display:none !important;}, any code, it doesn't do anything.
Plugins are enabled, also javascript, usermode, css is selected in page preferences. Popup blocker turned off.
I tried a clean version of opera, all the same.
I don't know what to do.
Tamil # Thursday, January 19, 2012 2:44:29 PM
Originally posted by o234733455:
Select code and use shortcut ctrl+c to copy.Originally posted by o234733455:
You are doing something wrong.Random User 648432054o234733455 # Tuesday, January 24, 2012 11:19:58 PM
Originally posted by Tamil:
Hmm. Please make a movie of the procedure. Nothing fancy, just quick to the point.
Would you?
Tamil # Wednesday, January 25, 2012 4:15:43 PM
Abdulaziz Noratabdulaziznorat # Thursday, January 26, 2012 2:57:42 AM
Alienzalienyd # Wednesday, February 1, 2012 7:09:18 PM
But when I tried this:
#comment79243352 {display: none !important;}it worked fine!
Probably you've got the wrong name (id, class) from Dragonfly. Note that:
- For 'id', use #
- For 'class', use .
So, in case you want to try,
.comment1, .comment2 {display: none !important;}will hide all comments here.
Have fun!
Unregistered user # Monday, February 20, 2012 10:43:05 AM
Tamil # Monday, February 20, 2012 11:15:15 AM
Unregistered user # Saturday, March 24, 2012 12:49:58 AM