Clean xkcd
Maximizes focus on the comic on xkcd.com by removing everything but the comic and navigation, and displays the content of the title attribute under the image.
Tested with Opera version(s):
9.5
9.6x
10.0
10.10
10.50



Comments
New Upload
You might want to upload it again. It shows a "page not found" error. ;)
Should be working now.
Should be working now.
Intelligent alien life does exist, otherwise they would have contacted us.
Broken again
It seems that with every update the path to the file gets corrupted. I've had to upload the css files again but the .ini and .js files seem to be immune to the issue.
You seem to be right. Half
You seem to be right. Half the stuff I uploaded isn't working anymore, presumably because I added a tag or something.
Intelligent alien life does exist, otherwise they would have contacted us.
Something definitely went
Something definitely went very wrong there. The CSS folder on the server was practically empty when i looked at it just now (so it's not just the path being corrupted). Only the merriam webster file remained. I don't see how adding a tag could make the file disappear from the server. But i did install two last minute modules for Drupal. It seems unlikely but i guess that could have something to do with it. Let me know if things start disappearing again.
I actually re-uploaded the
I actually re-uploaded the mw.css a few minutes before you posted. Although I'm not sure how the xkcd.css disappeared again, since I did the same to that file.
Intelligent alien life does exist, otherwise they would have contacted us.
i think i prefer my css file
i think i prefer my css file for this site :D
div[id="ohnorobot"] {display: none !important; }
div[id="topContainer"] {display: none !important; }
div[id="middleFooter"] {display: none !important; }
h3{display: none !important; }
That's the beaty of user CSS. ;)
I'd still remove the top navigation and display the title, though. :P Actually my CSS started out roughly like yours, but then I decided I wanted to focus even more on the comic (hence the dull gray background and no further decoration).
Intelligent alien life does exist, otherwise they would have contacted us.
404
Link not working.
I uploaded it once more. I
I uploaded it once more. I hope it stays there this time. :P
Intelligent alien life does exist, otherwise they would have contacted us.
Issues with disappearing CSS
Issues with disappearing CSS files should no longer affect new uploads.
Can this work with other sites?
Would it be possible to make this work with any image? I'd like to be able to see the alt text of images in a caption on a number of sites - preferably without doing too much damage to the rest of the site.
Sure
The part of the code that takes care of that in this particular style is
How well that would work in general remains to be seen, but I imagine you should be able to work something out with that?
Don't forget that you'll need to add this to your global user stylesheet. You can find some more info on the Opera Wiki.
Intelligent alien life does exist, otherwise they would have contacted us.