Remove updateURL
This commit is contained in:
parent
c338d8cb4b
commit
3aaafff4db
|
@ -7,7 +7,6 @@
|
||||||
// @author Lukáš Kucharczyk
|
// @author Lukáš Kucharczyk
|
||||||
// @description Removes all title attributes of all <a> tags.
|
// @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
|
// @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==
|
// ==/UserScript==
|
||||||
document.querySelectorAll('a[title]').forEach((el) => {
|
document.querySelectorAll('a[title]').forEach((el) => {
|
||||||
el.removeAttribute('title')
|
el.removeAttribute('title')
|
||||||
|
|
Loading…
Reference in New Issue