📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

Finally found a solution to remove the annoying thread preview in chrome

If you don't know what I'm referring to I am talking about this:

http://i.imgur.com/CFtuT.png

Step 1) Install this Addon https://chrome.google.com/webstore/detail/blank-canvas-script-handl/pipnnjjknlabchljabhmnpdfpdobpnkk

Step 2) Copy this:
// ==UserScript==
// @name           xda-developer Mouseover Remover
// @namespace      Jackalo
// @description    Remove 'title' mouseover tooltips from the forum thread lists to prevent them from blocking your view
// @version        1.0
// @updateURL      http://userscripts.org/scripts/source/116101.meta.js?1.0
// @include        http://forums.moneysavingexpert.com/*
// ==/UserScript==

// id = td_threadtitle_######, where # is a unique numeric number for each thread

// querySelectorAll allows regular expression matching!  Match and make a list of any ID that starts with 'td_threadtitle_'
var idToFix = document.querySelectorAll('[id^=td_threadtitle_]');

// Iterate through that list of ID's that need to be fixed
for (i = 0; i < idToFix.length; i++)
{
	// Make a backup copy of the data in case someone needs to view it from the source code for whatever reason
	idToFix[i].setAttribute('title-backup', idToFix[i].title);

	// Remove the 'title' attribute from the <td>
	idToFix[i].removeAttribute('title');
}

Step 3) Click the newly created icon for Blank Canvas Script Handler in the top right and click the settings icon

Step 4) Click new script

Step 5) Paste in the above script from Step 2

Step 6) Click Save and Close

Step 7) Close all your moneysavingexpert tabs and re-open to find the tooltips have forever gone.
If my post helped you in anyway, please hit the "Thanks" button! Please note any advice I give is followed at your own risk!

Comments

  • Figment
    Figment Posts: 2,643 Forumite
    Part of the Furniture Combo Breaker
    an easier way - switch to a different browser!
    How do I add a signature?
  • kwikbreaks
    kwikbreaks Posts: 9,187 Forumite
    I find it useful rather than annoying....

    I suspect useful/annoying may depend on screen resolution - mine is 1920x1080 and the popup doesn't cover anything much up.
  • After spending some time on the site using a laptop on 1366x768 I too was getting annoyed with the mouseover and remembered this thread. I've added the script now too so thanks for posting it.
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 350.5K Banking & Borrowing
  • 252.9K Reduce Debt & Boost Income
  • 453.3K Spending & Discounts
  • 243.5K Work, Benefits & Business
  • 598.2K Mortgages, Homes & Bills
  • 176.7K Life & Family
  • 256.6K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.