Skip to content

Commit fd00a74

Browse files
authored
[FansDB_Submission_Helper] Support more performer links (#474)
1 parent ca11e66 commit fd00a74

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

userscripts/FansDB_Submission_Helper/fansdb_submission_helper.user.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name FansDB Submission Helper
33
// @author mmenanno, DogmaDragon
4-
// @version 0.8.4
4+
// @version 0.8.5
55
// @description Adds button to add all unmatched aliases, measurements, and urls to a performer.
66
// @icon https://raw.githubusercontent.com/FansDB/docs/main/docs/assets/images/favicon.png
77
// @namespace FansDB-Submission-Helper
@@ -301,6 +301,10 @@ const urlPatterns = [
301301
pattern: /(^https?:\/\/(?:www.)?fansoda\.com\/[^?]+)/,
302302
site: "Fansoda",
303303
},
304+
{
305+
pattern: /(^https?:\/\/(?:www.)?fansone\.co\/[^?]+)/,
306+
site: "FansOne",
307+
},
304308
{
305309
pattern: /(^https?:\/\/(?:www.)?fanspicy\.com\/[^?]+)/,
306310
site: "Fanspicy",
@@ -386,6 +390,10 @@ const urlPatterns = [
386390
pattern: /(^https?:\/\/(?:www.)?jvid\.com\/[^?]+)/,
387391
site: "JVID",
388392
},
393+
{
394+
pattern: /(^https?:\/\/(?:www.)?keendom\.co\/[^?]+)/,
395+
site: "keendom",
396+
},
389397
{
390398
pattern: /(^https?:\/\/(?:www.)?kick\.com\/[^?]+)/,
391399
site: "Kick",

0 commit comments

Comments
 (0)