Created
September 8, 2015 12:34
-
-
Save rennex/72790839106b489313dc to your computer and use it in GitHub Desktop.
Poistaa Verkkouutisten artikkeleista vitun ärsyttävän title-attribuutin, joka pomppaa esiin aina kun hiiri pysähtyy väärään paikkaan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Verkkouutiset title-killer | |
// @namespace Rennex | |
// @include http://www.verkkouutiset.fi/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
document.querySelector("article").removeAttribute("title") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment