From d7f5975f6686c83a630f139bca1531a551dd3e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 25 May 2021 11:37:04 +0200 Subject: [PATCH] last_fm_remove_titles.js: fix @match --- last_fm_remove_titles/last_fm_remove_titles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/last_fm_remove_titles/last_fm_remove_titles.js b/last_fm_remove_titles/last_fm_remove_titles.js index 7b05bff..8e03383 100644 --- a/last_fm_remove_titles/last_fm_remove_titles.js +++ b/last_fm_remove_titles/last_fm_remove_titles.js @@ -1,9 +1,9 @@ // ==UserScript== // @name Remove title attributes // @namespace Violentmonkey Scripts -// @match https://www.last.fm/music/ +// @match https://www.last.fm/music/* // @grant none -// @version 1.0 +// @version 1.1 // @author Lukáš Kucharczyk // @description Removes all title attributes of all tags. // @downloadURL https://git.kucharczyk.xyz/lukas/userscripts/raw/branch/main/last_fm_remove_titles/last_fm_remove_titles.js