File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
userscripts/FansDB_Submission_Helper Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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 : / ( ^ h t t p s ? : \/ \/ (?: w w w .) ? f a n s o d a \. c o m \/ [ ^ ? ] + ) / ,
302302 site : "Fansoda" ,
303303 } ,
304+ {
305+ pattern : / ( ^ h t t p s ? : \/ \/ (?: w w w .) ? f a n s o n e \. c o \/ [ ^ ? ] + ) / ,
306+ site : "FansOne" ,
307+ } ,
304308 {
305309 pattern : / ( ^ h t t p s ? : \/ \/ (?: w w w .) ? f a n s p i c y \. c o m \/ [ ^ ? ] + ) / ,
306310 site : "Fanspicy" ,
@@ -386,6 +390,10 @@ const urlPatterns = [
386390 pattern : / ( ^ h t t p s ? : \/ \/ (?: w w w .) ? j v i d \. c o m \/ [ ^ ? ] + ) / ,
387391 site : "JVID" ,
388392 } ,
393+ {
394+ pattern : / ( ^ h t t p s ? : \/ \/ (?: w w w .) ? k e e n d o m \. c o \/ [ ^ ? ] + ) / ,
395+ site : "keendom" ,
396+ } ,
389397 {
390398 pattern : / ( ^ h t t p s ? : \/ \/ (?: w w w .) ? k i c k \. c o m \/ [ ^ ? ] + ) / ,
391399 site : "Kick" ,
You can’t perform that action at this time.
0 commit comments