mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 10:49:10 -06:00
[FansDB_Submission_Helper] Support more performer links (#474)
This commit is contained in:
parent
ca11e66ada
commit
fd00a747c1
@ -1,7 +1,7 @@
|
||||
// ==UserScript==
|
||||
// @name FansDB Submission Helper
|
||||
// @author mmenanno, DogmaDragon
|
||||
// @version 0.8.4
|
||||
// @version 0.8.5
|
||||
// @description Adds button to add all unmatched aliases, measurements, and urls to a performer.
|
||||
// @icon https://raw.githubusercontent.com/FansDB/docs/main/docs/assets/images/favicon.png
|
||||
// @namespace FansDB-Submission-Helper
|
||||
@ -301,6 +301,10 @@ const urlPatterns = [
|
||||
pattern: /(^https?:\/\/(?:www.)?fansoda\.com\/[^?]+)/,
|
||||
site: "Fansoda",
|
||||
},
|
||||
{
|
||||
pattern: /(^https?:\/\/(?:www.)?fansone\.co\/[^?]+)/,
|
||||
site: "FansOne",
|
||||
},
|
||||
{
|
||||
pattern: /(^https?:\/\/(?:www.)?fanspicy\.com\/[^?]+)/,
|
||||
site: "Fanspicy",
|
||||
@ -386,6 +390,10 @@ const urlPatterns = [
|
||||
pattern: /(^https?:\/\/(?:www.)?jvid\.com\/[^?]+)/,
|
||||
site: "JVID",
|
||||
},
|
||||
{
|
||||
pattern: /(^https?:\/\/(?:www.)?keendom\.co\/[^?]+)/,
|
||||
site: "keendom",
|
||||
},
|
||||
{
|
||||
pattern: /(^https?:\/\/(?:www.)?kick\.com\/[^?]+)/,
|
||||
site: "Kick",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user