parallellogic on DeviantArthttps://www.deviantart.com/parallellogic/art/How-to-Remove-More-Like-This-350297521parallellogic

Deviation Actions

parallellogic's avatar

How to Remove More Like This

Published:
34.4K Views

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 solution

Do 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
Image size
99x56px 6.19 KB
© 2013 - 2024 parallellogic
Comments429
Join the community to add your comment. Already a deviant? Log In
Woffan2021's avatar

Great job, you made something... THAT DOESN'T WORK!

Also i use microsoft edge