Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Guides
Programming Guides & Questions
Turn off likes
Message
<blockquote data-quote="AlanOstaszewski" data-source="post: 790210" data-attributes="member: 64646"><p>Reaction to the post from @Genux: <a href="https://malwaretips.com/threads/can-i-turn-off-or-hide-post-likes.88681/" target="_blank">Suggestion - Can I turn off or hide post Likes?</a></p><p></p><p>In this topic I would like to explain how to completely disable the like system on MalwareTips locally for yourself.</p><p></p><p>If you want to, you will have to do <strong>three main steps</strong>: You will need to set some settings and you will need to install an addon and include a script.</p><p></p><p>This guide is primarily intended for people who don't like the like system.</p><p></p><p><strong>>> Step 1: Disable Like notifications in the MalwareTips settings:</strong></p><p>Go to the settings (<a href="https://malwaretips.com/account/preferences" target="_blank">https://malwaretips.com/account/preferences</a>) and deactivate:</p><ul> <li data-xf-list-type="ul">Receive an alert when someone...<ul> <li data-xf-list-type="ul">Likes your message</li> <li data-xf-list-type="ul">Likes your resource</li> <li data-xf-list-type="ul">Likes your profile post</li> <li data-xf-list-type="ul">Likes your profile post comment</li> <li data-xf-list-type="ul">Likes your message in a conversation</li> </ul></li> </ul><p></p><p><strong>>> Step 2: Install a user script manager to remove Likes in Posts</strong></p><p></p><p>Which user script manager you can use depends on which browser you use. I use Violentmonkey</p><ul> <li data-xf-list-type="ul">Chrome: <a href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo" target="_blank">Tampermonkey</a> or <a href="https://chrome.google.com/webstore/detail/violent-monkey/jinjaccalgkegednnccohejagnlnfdag" target="_blank">Violentmonkey</a></li> <li data-xf-list-type="ul">Firefox: <a href="https://addons.mozilla.org/firefox/addon/greasemonkey/" target="_blank">Greasemonkey</a>, <a href="https://addons.mozilla.org/firefox/addon/tampermonkey/" target="_blank">Tampermonkey</a>, or <a href="https://addons.mozilla.org/firefox/addon/violentmonkey/" target="_blank">Violentmonkey</a></li> <li data-xf-list-type="ul">Safari: <a href="http://tampermonkey.net/?browser=safari" target="_blank">Tampermonkey</a></li> <li data-xf-list-type="ul">Microsoft Edge: <a href="https://www.microsoft.com/store/p/tampermonkey/9nblggh5162s" target="_blank">Tampermonkey</a></li> <li data-xf-list-type="ul">Opera: <a href="https://addons.opera.com/extensions/details/tampermonkey-beta/" target="_blank">Tampermonkey</a> or <a href="https://addons.opera.com/extensions/details/violent-monkey/" target="_blank">Violentmonkey</a></li> <li data-xf-list-type="ul">Maxthon: <a href="http://extension.maxthon.com/detail/index.php?view_id=1680" target="_blank">Violentmonkey</a></li> <li data-xf-list-type="ul">Dolphin: <a href="https://play.google.com/store/apps/details?id=net.tampermonkey.dolphin" target="_blank">Tampermonkey</a></li> <li data-xf-list-type="ul">UC: <a href="https://play.google.com/store/apps/details?id=net.tampermonkey.uc" target="_blank">Tampermonkey</a></li> </ul><p></p><p><strong>>> Step 3: Go to the settings of the currently installed addon and create a user script with the following code:</strong></p><p></p><p>[CODE]// ==UserScript==</p><p>// @name Anti-Likes for MalwareTips</p><p>// @include https://malwaretips.com/*</p><p>// @description Hide likes in posts on MalwareTips</p><p>// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js</p><p>// @author @askalan</p><p>// ==/UserScript==</p><p></p><p>$('.likesBar').remove();</p><p>$('.message-responseRow--likes').remove();</p><p>$('.comment-likes').remove();[/CODE]</p><p></p><p>Before:</p><p>[ATTACH]205791[/ATTACH]</p><p></p><p>After:</p><p>[ATTACH]205792[/ATTACH]</p><p></p><p>That's it. But, I don't recommend turning off the like system, as you won't be able to see the community's reaction.</p></blockquote><p></p>
[QUOTE="AlanOstaszewski, post: 790210, member: 64646"] Reaction to the post from @Genux: [URL='https://malwaretips.com/threads/can-i-turn-off-or-hide-post-likes.88681/']Suggestion - Can I turn off or hide post Likes?[/URL] In this topic I would like to explain how to completely disable the like system on MalwareTips locally for yourself. If you want to, you will have to do [B]three main steps[/B]: You will need to set some settings and you will need to install an addon and include a script. This guide is primarily intended for people who don't like the like system. [B]>> Step 1: Disable Like notifications in the MalwareTips settings:[/B] Go to the settings ([URL]https://malwaretips.com/account/preferences[/URL]) and deactivate: [LIST] [*]Receive an alert when someone... [LIST] [*]Likes your message [*]Likes your resource [*]Likes your profile post [*]Likes your profile post comment [*]Likes your message in a conversation [/LIST] [/LIST] [B]>> Step 2: Install a user script manager to remove Likes in Posts[/B] Which user script manager you can use depends on which browser you use. I use Violentmonkey [LIST] [*]Chrome: [URL='https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo']Tampermonkey[/URL] or [URL='https://chrome.google.com/webstore/detail/violent-monkey/jinjaccalgkegednnccohejagnlnfdag']Violentmonkey[/URL] [*]Firefox: [URL='https://addons.mozilla.org/firefox/addon/greasemonkey/']Greasemonkey[/URL], [URL='https://addons.mozilla.org/firefox/addon/tampermonkey/']Tampermonkey[/URL], or [URL='https://addons.mozilla.org/firefox/addon/violentmonkey/']Violentmonkey[/URL] [*]Safari: [URL='http://tampermonkey.net/?browser=safari']Tampermonkey[/URL] [*]Microsoft Edge: [URL='https://www.microsoft.com/store/p/tampermonkey/9nblggh5162s']Tampermonkey[/URL] [*]Opera: [URL='https://addons.opera.com/extensions/details/tampermonkey-beta/']Tampermonkey[/URL] or [URL='https://addons.opera.com/extensions/details/violent-monkey/']Violentmonkey[/URL] [*]Maxthon: [URL='http://extension.maxthon.com/detail/index.php?view_id=1680']Violentmonkey[/URL] [*]Dolphin: [URL='https://play.google.com/store/apps/details?id=net.tampermonkey.dolphin']Tampermonkey[/URL] [*]UC: [URL='https://play.google.com/store/apps/details?id=net.tampermonkey.uc']Tampermonkey[/URL] [/LIST] [B]>> Step 3: Go to the settings of the currently installed addon and create a user script with the following code:[/B] [CODE]// ==UserScript== // @name Anti-Likes for MalwareTips // @include https://malwaretips.com/* // @description Hide likes in posts on MalwareTips // @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js // @author @askalan // ==/UserScript== $('.likesBar').remove(); $('.message-responseRow--likes').remove(); $('.comment-likes').remove();[/CODE] Before: [ATTACH]205791[/ATTACH] After: [ATTACH]205792[/ATTACH] That's it. But, I don't recommend turning off the like system, as you won't be able to see the community's reaction. [/QUOTE]
Insert quotes…
Verification
Post reply
Top