HOME | DD

Published: 2013-01-24 18:17:27 +0000 UTC; Views: 36254; Favourites: 477; Downloads: 31
Redirect to original
Description
This is a procedure to remove the "More Like This" section next to each deviation and the "More Like This" overlay that appears at the bottom of thumbnails. I don't want to be scrolling to click the 'download' button, so this is my solutionDo not tell me this solution doesn't work for your specific browser. If you have a solution for users using a different browser, feel free to post it below. I do not want you to tell me this isn't good enough for you. I'm not here to fix dA's messes; I've provided a solution that worked for me, not a promise that I'll make everyone happy.
Install instructions - Firefox
Ensure you are using FireFox: www.mozilla.org/en-US/products…
Install Stylish: addons.mozilla.org/en-US/firef…
Restart Firefox
Left click the Stylish Icon at the bottom right of the browser to bring up the menu >> Write New Script >> Blank Style...
Name: Remove More Like This
Text Body:
Copy-paste this text:
@-moz-document domain("deviantart.com") {
div.deviation-mlt-preview { display: none !important }
a.mlt-link { display: none !important }}
div.more-from-collection-preview { display: none !important; }
Click Save
Install instructions - Chrome
Ensure you are using Chrome: www.google.com/intl/en/chrome/…
Install Stylish: chrome.google.com/webstore/det…
Right click the Stylish Icon at the top right of the browser to bring up the menu >> Options >> Write new style
Name: Remove More Like This
Enabled: Click this box
Text Body:
Copy-paste this text:
div.deviation-mlt-preview { display: none !important; }
a.mlt-link { display: none !important; }
div.more-from-collection-preview { display: none !important; }
Click Save. Click here if you are confused
Install Instructions - Opera
comments.deviantart.com/1/3502…
Install Instructions - Linux: qupzilla, rekonq and midori
doth-e-pin.deviantart.com/art/…
Details: comments.deviantart.com/1/3502…
Toggle Drop Down Option
If you wish for the "More Like This" menu to only appear when you roll over the title (otherwise it just appears as a "button"), use the code found here: comments.deviantart.com/1/3502…
Alternative Method to Hide MLT Using AdBlock
comments.deviantart.com/1/3502…
Remove all dA Promotions
Stylish script to remove banners and other promotions: userstyles.org/styles/30707/de…
Remove Just the Share Links
Follow the instructions above and replace the lines of code (lines that start with "a." and "div.") with just one line of code:
div.deviation-share { display: none !important; }
Special Thanks
plumbunnies , AnyLuck , doth-e-pin, neurotype , Morncreek
Related content
Comments: 429
CommodoreZeke In reply to ??? [2013-05-26 08:31:30 +0000 UTC]
Thank you. Thank you, thank you, thank you. Thank you, thank you, thank you, thank you, thank you, thank you.
👍: 0 ⏩: 2
CommodoreZeke In reply to CommodoreZeke [2013-05-27 00:54:08 +0000 UTC]
Rats. I have to take that back -- it's stopped working. (Suspiciously, it worked right up until an hour or so after I posted that comment.) The thank-yous still apply for the effort, of course.
👍: 0 ⏩: 1
CommodoreZeke In reply to CommodoreZeke [2013-05-27 01:03:33 +0000 UTC]
I take that back again! The problem was on my end. In case it helps others, I'll explain: when the code to hide MLT stops working, just switch it off and on again. Should fix it.
(Sorry for the double posts. If dA would let us edit comments, this wouldn't be necessary...)
👍: 0 ⏩: 0
rotane In reply to ??? [2013-03-19 20:42:18 +0000 UTC]
Nice idea!
I took it a little further and made it slide down. You know, so it doesn't "jump".
.deviation-mlt-preview .stream { height: 0 !important; overflow: hidden !important; -moz-transition: height 0.5s ease-in-out; }
.deviation-mlt-preview:hover .stream { height: 465px !important; }
(I've had to hard-code the 465px in there, which is unfortunate. Right now, every MLT box is this tall, but dA could change things around at any time.)
👍: 0 ⏩: 2
redfoxj In reply to rotane [2013-05-24 03:30:50 +0000 UTC]
This is ultra sweet! I didn't mind the MLT, but I was wishing for an option to hide/show it. Looks pretty spiffy and makes me feel like a "genius". Thanks!
👍: 0 ⏩: 1
rotane In reply to redfoxj [2013-05-24 09:27:46 +0000 UTC]
Sure! It's a bit of a dirty hack and might break at a moment's notice, but that's the case with all Styles anyway
👍: 0 ⏩: 0
neurotype-on-discord In reply to rotane [2013-03-20 03:40:06 +0000 UTC]
Ooooh fantastic, thank you! Didn't know how to do that. Although does it only work on Firefox?
👍: 0 ⏩: 1
rotane In reply to neurotype-on-discord [2013-03-20 08:49:25 +0000 UTC]
Oh, right!
Change -moz- to -webkit- up there to make it work in Chrome. This should do the trick.
👍: 0 ⏩: 1
rotane In reply to neurotype-on-discord [2013-03-26 20:12:33 +0000 UTC]
Aaaand something just changed. (Lit thumbs are now animated.) The height is now 480px instead of 465px
👍: 0 ⏩: 1
neurotype-on-discord In reply to rotane [2013-03-26 20:36:46 +0000 UTC]
Oh yeah, we were like THAT BETTER HAPPEN Thanks for the update!
👍: 0 ⏩: 1
rotane In reply to neurotype-on-discord [2013-03-26 21:05:28 +0000 UTC]
No problem. I'm still trying to find a better solution than having a fixed value in there though
👍: 0 ⏩: 1
neurotype-on-discord In reply to rotane [2013-03-26 21:19:04 +0000 UTC]
I know nothing about that tag, so I got nothing!
👍: 0 ⏩: 1
rotane In reply to neurotype-on-discord [2013-03-26 22:00:07 +0000 UTC]
Both height:auto and height:100% would work, but then the animation won't work anymore. No idea why; guess i'll have to read up on CSS transitions a little more…
👍: 0 ⏩: 1
neurotype-on-discord In reply to rotane [2013-03-27 19:58:57 +0000 UTC]
Yeah, me too! I've been holding off learning all the latest stuff because it's still kind of off.
👍: 0 ⏩: 0
TaishoBee In reply to ??? [2013-02-09 18:22:28 +0000 UTC]
It worked, in Firefox!! THANK YOUUU
👍: 0 ⏩: 0
Prue84 In reply to ??? [2013-02-09 01:17:42 +0000 UTC]
Hey, thank you so much!
By the way, should the "Toogle Drop Down Option" work on Firefox as well? Because it seems to just hide More Like This but doesn't show the button.
👍: 0 ⏩: 2
parallellogic In reply to Prue84 [2013-02-09 04:48:14 +0000 UTC]
They changed the code on the site to remove the button, now the hide-until-rolled-over code no longer works, sorry.
👍: 0 ⏩: 0
Prue84 In reply to Prue84 [2013-02-09 01:21:19 +0000 UTC]
Scratch the comment, I hadn't noticed that the button had vanished lately.
👍: 0 ⏩: 0
QVxVCTxZero In reply to ??? [2013-02-08 20:10:31 +0000 UTC]
Thanks for a nice temporary solution. now I don't have to see this AU's rivals anymore, but unfortunately others still will. Hopefully a more formal solution will come soon, and our AU will not have to suffer being viewed briefly only to be ditched for something more popular seen in More Like This
👍: 0 ⏩: 0
DaftLunch In reply to ??? [2013-02-08 19:35:54 +0000 UTC]
Thank you so very much, you bright spark!
👍: 0 ⏩: 0
Phostructor In reply to ??? [2013-02-08 14:53:02 +0000 UTC]
You are amazing!! Thank you for helping the community. You should get a Deviousness award!
👍: 0 ⏩: 1
parallellogic In reply to Phostructor [2013-02-08 15:34:53 +0000 UTC]
Thank you very much for your support
👍: 0 ⏩: 0
StarValerian [2013-02-04 02:29:00 +0000 UTC]
Though, if someone else not logged in goes through my gallery, can THEY see the "more like this"?
👍: 0 ⏩: 1
parallellogic In reply to StarValerian [2013-02-04 03:14:11 +0000 UTC]
The extension listed here only affects what you see
👍: 0 ⏩: 0
flaringweasels In reply to ??? [2013-02-03 19:43:49 +0000 UTC]
Thank you! It removed it from my screen, you are the best!
👍: 0 ⏩: 0
Skelettaa In reply to ??? [2013-01-31 17:04:37 +0000 UTC]
Thanks a ton for sharing this with us~ ^_^
👍: 0 ⏩: 0
Duzloo [2013-01-30 23:07:19 +0000 UTC]
Thank you so very much! Another very helpful skript done by you, it works perfectly fine with me
👍: 0 ⏩: 0
GeoCaecias In reply to ??? [2013-01-29 00:55:55 +0000 UTC]
Thank you so much for sharing your solution with us!
I, like some, was fine with MLT when it was a button. I find it visually distracting in its current implementation.
👍: 0 ⏩: 0
arcanetrivia In reply to ??? [2013-01-29 00:50:17 +0000 UTC]
Not directed at `parallellogic , but if anyone comes by and sees this, does anyone know if there's a way I can get this to work as a Greasemonkey script (which I already have installed) rather than having to install Stylish?
👍: 0 ⏩: 1
neurotype-on-discord In reply to arcanetrivia [2013-01-29 22:29:42 +0000 UTC]
Greasemonkey is for script add-ons. This is just a modification to the CSS so it has to be through Stylish (as far as I've ever seen, anyway).
👍: 0 ⏩: 1
arcanetrivia In reply to neurotype-on-discord [2013-01-30 02:44:39 +0000 UTC]
I know, but I've occasionally come across things like this (a tweak to deal with some website annoyance) which had instructions for using in either extension, so I wondered if it was possible to massage it into Greasemonkey-usable form in this case.
👍: 0 ⏩: 1
neurotype-on-discord In reply to arcanetrivia [2013-01-30 02:49:32 +0000 UTC]
Hmm, they might've been two different ways to fix it? I've never heard of it being an option myself.
👍: 0 ⏩: 0
riparii In reply to ??? [2013-01-28 22:45:43 +0000 UTC]
Stylish is so cool-! I was also able to get rid of the huge thumbnails and change the garish submit page back to dA green!!
👍: 0 ⏩: 0
CensoredSecret In reply to ??? [2013-01-27 21:19:28 +0000 UTC]
You guys are great XD I love seeing members like you showing up after changes/updates on dA and making code to remove the changes. People don't like change and you know how to make them happy~ Great work, man
👍: 0 ⏩: 0
orribu In reply to ??? [2013-01-27 19:08:30 +0000 UTC]
Oh god /thank you/ FHHHGHH
THIS IS PERFECT
it works like a charm. ;3;
👍: 0 ⏩: 0
TheWickedKid In reply to ??? [2013-01-27 18:40:17 +0000 UTC]
I don't understand why DA can't give us toggle options in the first place. Everyone else seems to.
👍: 0 ⏩: 0
AkaSunshine In reply to ??? [2013-01-27 18:39:31 +0000 UTC]
THANK YOU.. THANK YOU.. THANK YOU!!! Works perfectly!
👍: 0 ⏩: 0
Cup-of-Javo In reply to ??? [2013-01-27 13:11:57 +0000 UTC]
Thank you so much for this! Glad that thing is out of my sight!
👍: 0 ⏩: 0
gillianivyart In reply to ??? [2013-01-27 10:14:03 +0000 UTC]
I like with the hover. I was just going to modify to have the header only, but the hover is nicer. Thanks for this helpful style.
👍: 0 ⏩: 0
<= Prev | | Next =>