Add @downloadURL
This commit is contained in:
parent
27d1f6a4bc
commit
ac174aa347
|
@ -5,7 +5,8 @@
|
|||
// @grant none
|
||||
// @version 1.0
|
||||
// @author Lukáš Kucharczyk
|
||||
// @description Displays anime titles underneath posters on the collage page.
|
||||
// @description Displays anime titles underneath posters on the collage page.
|
||||
// @downloadURL https://git.kucharczyk.xyz/lukas/userscripts/raw/branch/main/animebytes_display_anime_names/display_anime_names.js
|
||||
// ==/UserScript==
|
||||
let r = document.querySelectorAll('#collage_table tbody tr td')
|
||||
r.forEach((element) => {
|
||||
|
|
Loading…
Reference in New Issue