Add @downloadURL

This commit is contained in:
Lukáš Kucharczyk 2021-05-24 10:15:46 +02:00
parent 27d1f6a4bc
commit ac174aa347
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 2 additions and 1 deletions

View File

@ -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) => {