HOME | DD

Published: 2013-01-24 18:17:27 +0000 UTC; Views: 36517; Favourites: 478; 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
abeamofsunlight In reply to ??? [2013-01-25 12:44:18 +0000 UTC]
I love you for this... SO much
👍: 0 ⏩: 0
Woffan2021 In reply to parallellogic [2022-05-21 13:14:34 +0000 UTC]
👍: 0 ⏩: 0
Arisu-Ami-Chan In reply to ??? [2013-01-25 07:25:59 +0000 UTC]
Would this work on Google Chrome at all? I'm using Chrome and want to see no more of the MLT box on the side!
...
Damn. Now I'll be faving those Avatar Nation icons that keep spinning by my comment.
👍: 0 ⏩: 1
parallellogic In reply to Arisu-Ami-Chan [2013-01-25 07:32:24 +0000 UTC]
I tried it in Chrome and I couldn't get it to work. If you find a way to make it work, please let me know
Heh, those are so old...
👍: 0 ⏩: 1
Arisu-Ami-Chan In reply to parallellogic [2013-01-25 07:36:21 +0000 UTC]
Have you tried posting a journal asking for help with it? I have a couple Stylish add-ons faved on dA that work with Chrome, so maybe someone can help you out.
👍: 0 ⏩: 1
parallellogic In reply to Arisu-Ami-Chan [2013-01-25 07:42:34 +0000 UTC]
I don't have the time to dig around on this issue. If you have some Stylish add-ons you think would help, please send me a link to them or a folder where you keep them and I'll look into integrating my code with those scripts.
👍: 0 ⏩: 1
Arisu-Ami-Chan In reply to parallellogic [2013-01-25 07:56:17 +0000 UTC]
The Smaller Thumbs Add-On: [link]
Tiny Birthdays Script: [link]
Huge dA Thumbs: [link]
I hope you can access those...
👍: 0 ⏩: 1
parallellogic In reply to Arisu-Ami-Chan [2013-01-25 08:22:13 +0000 UTC]
There, does that work?
👍: 0 ⏩: 1
Arisu-Ami-Chan In reply to parallellogic [2013-01-25 16:15:49 +0000 UTC]
All three scripts should work. `rotane has updated the tiny thumbs to work with all the new stuff dA's done, if it helps.
👍: 0 ⏩: 1
parallellogic In reply to Arisu-Ami-Chan [2013-01-25 16:55:10 +0000 UTC]
Ok. Did you try the updated MLT-removal process with Chrome?
👍: 0 ⏩: 1
Arisu-Ami-Chan In reply to parallellogic [2013-01-25 17:00:21 +0000 UTC]
I added to Stylish, but do I need to restart Chrome in order for it to load properly? The box is still there even with the script.
👍: 0 ⏩: 1
parallellogic In reply to Arisu-Ami-Chan [2013-01-25 19:13:56 +0000 UTC]
I don't know then, others using Chrome have gotten it to work, perhaps you should ask them for help
👍: 0 ⏩: 1
Arisu-Ami-Chan In reply to parallellogic [2013-01-25 19:15:25 +0000 UTC]
Okie dokie. Thank you, though for this!
👍: 0 ⏩: 0
Powerwing-Amber In reply to ??? [2013-01-25 01:28:12 +0000 UTC]
Oh! Thank you so much for sharing this! I've been looking for something like this for awhile now. It works wonderfully!
👍: 0 ⏩: 0
parallellogic In reply to dhik-a [2013-01-25 08:47:20 +0000 UTC]
I put a section in for Chrome
👍: 0 ⏩: 0
parallellogic In reply to dhik-a [2013-01-25 02:37:40 +0000 UTC]
Sorry, I tried it in Chrome and it didn't work. If you find a way to get it to work, please let me know
👍: 0 ⏩: 0
RennardX In reply to ??? [2013-01-24 18:44:53 +0000 UTC]
Great job, works very well. Would it be difficult to make a script to remove the "more like this" when hovering over thumbnails? I always click that damn thing instead of the deviation for some reason.
Good stuff.
👍: 0 ⏩: 1
parallellogic In reply to RennardX [2013-01-24 20:04:27 +0000 UTC]
~Would it be difficult to make a script to remove the "more like this" when hovering over thumbnails?
Done, use the updated text. Hopefully that should work, please let me know if you have issues
👍: 0 ⏩: 1
TaruKitsune In reply to ??? [2013-01-24 18:19:26 +0000 UTC]
More like this such and it don't work
👍: 0 ⏩: 1
parallellogic In reply to TaruKitsune [2013-01-24 18:21:02 +0000 UTC]
You tried the procedure I described above and the 'More Like This' section still appeared?
👍: 0 ⏩: 1
TaruKitsune In reply to parallellogic [2013-01-24 18:22:49 +0000 UTC]
no before the post XD
all work perfectly :3
👍: 0 ⏩: 0
<= Prev |