Bump version, add @supportURL

This commit is contained in:
Lukáš Kucharczyk 2021-06-23 15:19:21 +02:00
parent 0f5e0a3957
commit 692e073ae7
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 2 additions and 1 deletions

View File

@ -4,10 +4,11 @@
// @match https://animebytes.tv/collage.php // @match https://animebytes.tv/collage.php
// @match https://animebytes.tv/ // @match https://animebytes.tv/
// @grant none // @grant none
// @version 1.1 // @version 1.2
// @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 // @downloadURL https://git.kucharczyk.xyz/lukas/userscripts/raw/branch/main/animebytes_display_anime_names/display_anime_names.js
// @supportURL https://git.kucharczyk.xyz/lukas/userscripts
// ==/UserScript== // ==/UserScript==
let url_selectors = { let url_selectors = {
"^(https?://)?animebytes.tv/?$": ".aot_inner", "^(https?://)?animebytes.tv/?$": ".aot_inner",