Add @downloadURL
This commit is contained in:
parent
27d1f6a4bc
commit
ac174aa347
|
@ -6,6 +6,7 @@
|
||||||
// @version 1.0
|
// @version 1.0
|
||||||
// @author Lukáš Kucharczyk
|
// @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==
|
// ==/UserScript==
|
||||||
let r = document.querySelectorAll('#collage_table tbody tr td')
|
let r = document.querySelectorAll('#collage_table tbody tr td')
|
||||||
r.forEach((element) => {
|
r.forEach((element) => {
|
||||||
|
|
Loading…
Reference in New Issue