Remove updateURL
This commit is contained in:
parent
c338d8cb4b
commit
3aaafff4db
|
@ -7,7 +7,6 @@
|
|||
// @author Lukáš Kucharczyk
|
||||
// @description Removes all title attributes of all <a> tags.
|
||||
// @downloadURL https://git.kucharczyk.xyz/lukas/userscripts/raw/branch/main/last_fm_remove_titles/last_fm_remove_titles.user.js
|
||||
// @updateURL https://git.kucharczyk.xyz/lukas/userscripts/raw/branch/main/last_fm_remove_titles/last_fm_remove_titles.user.js
|
||||
// ==/UserScript==
|
||||
document.querySelectorAll('a[title]').forEach((el) => {
|
||||
el.removeAttribute('title')
|
||||
|
|
Loading…
Reference in New Issue