Compare commits

...

1 Commits

Author SHA1 Message Date
Lukáš Kucharczyk a486e58e3e
last_fm_remove_titles.js: fix @match 2021-05-25 11:37:04 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Remove title attributes // @name Remove title attributes
// @namespace Violentmonkey Scripts // @namespace Violentmonkey Scripts
// @match https://www.last.fm/music/ // @match https://www.last.fm/music/*
// @grant none // @grant none
// @version 1.0 // @version 1.0
// @author Lukáš Kucharczyk // @author Lukáš Kucharczyk