Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 89 additions & 18 deletions userscripts/FansDB_Submission_Helper/fansdb_submission_helper.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name FansDB Submission Helper
// @author mmenanno, DogmaDragon
// @version 0.8.3
// @version 0.8.4
// @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
Expand Down Expand Up @@ -178,7 +178,7 @@ const urlPatterns = [
site: "AdmireMe",
},
{
pattern: /(^https?:\/\/(?:www.)?allmylinks\.com\/[^?]+)/,
pattern: /(^https?:\/\/(?:www.)?(?:allmylinks\.com|my\.bio)\/[^?]+)/,
site: "AllMyLinks",
},
{
Expand All @@ -189,6 +189,10 @@ const urlPatterns = [
pattern: /(^https?:\/\/(?:www.)?apclips\.com\/[^?]+)/,
site: "APClips",
},
{
pattern: /(^https?:\/\/(?:www.)?arsmate\.com\/[^?]+)/,
site: "Arsmate",
},
{
pattern: /(^https?:\/\/(?:www.)?arousetv.\.vip\/[^?]+)/,
site: "ArouseTV",
Expand Down Expand Up @@ -217,6 +221,10 @@ const urlPatterns = [
pattern: /(^https?:\/\/(?:www.)?cam4\.com\/[^?]+)/,
site: "Cam4",
},
{
pattern: /(^https?:\/\/(?:www.)?cameraprive\.com\/[^?]+)/,
site: "Camera Prive",
},
{
pattern: /(^https?:\/\/(?:www.)?campsite\.bio\/[^?]+)/,
site: "Campsite",
Expand All @@ -226,12 +234,12 @@ const urlPatterns = [
site: "CamSoda",
},
{
pattern: /(^https?:\/\/(?:www.)?(?:.+)\.carrd\.to)/,
site: "Carrd",
pattern: /(^https?:\/\/(?:www.)?candfans\.jp\/[^?]+)/,
site: "CandFans",
},
{
pattern: /(^https?:\/\/(?:www.)?chaturbate\.com\/[^?]+)/,
site: "Chaturbate",
pattern: /(^https?:\/\/(?:www.)?(?:.+)\.carrd\.to)/,
site: "Carrd",
},
{
pattern: /(^https?:\/\/(?:www.)?chaturbate\.com\/[^?]+)/,
Expand Down Expand Up @@ -313,6 +321,10 @@ const urlPatterns = [
pattern: /(^https?:\/\/(?:www.)?adult\.contents\.fc2\.com\/[^?]+)/,
site: "FC2",
},
{
pattern: /(^https?:\/\/(?:www.)?fikfap\.com\/[^?]+)/,
site: "FikFap",
},
{
pattern: /(^https?:\/\/(?:www.)?findrow\.com\/[^?]+)/,
site: "Findrow",
Expand Down Expand Up @@ -342,7 +354,7 @@ const urlPatterns = [
site: "Hoo",
},
{
pattern: /(^https?:\/\/(?:www.)?hubzter\.com\/[^?]+)/,
pattern: /(^https?:\/\/(?:www.)?hubzter\.(?:com|pro)\/[^?]+)/,
site: "Hubzter",
},
{
Expand Down Expand Up @@ -379,12 +391,12 @@ const urlPatterns = [
site: "Kick",
},
{
pattern: /(^https?:\/\/(?:www.)?linkin\.bio\/[^?]+)/,
site: "Later",
pattern: /(^https?:\/\/(?:www.)?kinkyclips\.com\/[^?]+)/,
site: "KinkyClips",
},
{
pattern: /(^https?:\/\/(?:www.)?lemmynsfw\.com\/[^?]+)/,
site: "LemmyNSFW",
pattern: /(^https?:\/\/(?:www.)?linkin\.bio\/[^?]+)/,
site: "Later",
},
{
pattern: /(^https?:\/\/(?:www.)?lemmynsfw\.com\/[^?]+)/,
Expand Down Expand Up @@ -435,8 +447,7 @@ const urlPatterns = [
site: "MemberMe",
},
{
pattern:
/(^https?:\/\/(?:www.)?(?:profiles|share)\.myfreecams\.com\/[^?]+)/,
pattern: /(^https?:\/\/(?:www.)?share)\.myfreecams\.com\/[^?]+)/,
site: "MFC Share",
},
{
Expand All @@ -463,6 +474,18 @@ const urlPatterns = [
pattern: /(^https?:\/\/(?:www.)?mydirtyhobby\.(?:com|de)\/[^?]+)/,
site: "MyDirtyHobby",
},
{
pattern: /(^https?:\/\/(?:www.)?myfans\.jp\/[^?]+)/,
site: "myfans",
},
{
pattern: /(^https?:\/\/(?:www.)?myfreecams\.com\/[^?]+)/,
site: "MyFreeCams",
},
{
pattern: /(^https?:\/\/(?:www.)?mym\.fans\/[^?]+)/,
site: "MYM",
},
{
pattern: /(^https?:\/\/(?:www.)?mynx\.co\/[^?]+)/,
site: "Mynx",
Expand All @@ -471,6 +494,14 @@ const urlPatterns = [
pattern: /(^https?:\/\/(?:www.)?myurl\.bio\/[^?]+)/,
site: "myurlbio",
},
{
pattern: /(^https?:\/\/(?:www.)?ohh\.bio\/[^?]+)/,
site: "Ohh",
},
{
pattern: /(^https?:\/\/(?:www.)?okfans\.com\/[^?]+)/,
site: "Okfans",
},
{
pattern: /(^https?:\/\/(?:www.)?onlyfans\.com\/[^?]+)/,
site: "OnlyFans",
Expand All @@ -483,6 +514,10 @@ const urlPatterns = [
pattern: /(^https?:\/\/(?:www.)?legacy\.peach\.com\/[^?]+)/,
site: "Peach (legacy)",
},
{
pattern: /(^https?:\/\/(?:www.)?playboy\.com\/[^?]+)/,
site: "Playboy Club",
},
{
pattern: /(^https?:\/\/(?:www.)?pornhub\.com\/[^?]+)/,
site: "Pornhub",
Expand All @@ -499,6 +534,10 @@ const urlPatterns = [
pattern: /(^https?:\/\/(?:www.)?redgifs\.com\/[^?]+)/,
site: "RedGIFs",
},
{
pattern: /(^https?:\/\/(?:www.)?reelme\.com\/[^?]+)/,
site: "ReelMe",
},
{
pattern: /(^https?:\/\/(?:www.)?revealme\.com\/[^?]+)/,
site: "RevealMe",
Expand All @@ -508,13 +547,25 @@ const urlPatterns = [
site: "Rumble",
},
{
pattern: /(^https?:\/\/(?:www.)?scatbook\.Com\/[^?]+)/,
pattern: /(^https?:\/\/(?:www.)?scatbook\.com\/[^?]+)/,
site: "Scatbook",
},
{
pattern: /(^https?:\/\/(?:www.)?sextpanther\.com\/[^?]+)/,
site: "SextPanther",
},
{
pattern: /(^https?:\/\/(?:www.)?sxyvip\.com\.br\/[^?]+)/,
site: "SexyVip",
},
{
pattern: /(^https?:\/\/(?:www.)?sheer\.com\/[^?]+)/,
site: "Sheer",
},
{
pattern: /(^https?:\/\/(?:www.)?sinparty\.com\/[^?]+)/,
site: "SinParty",
},
{
pattern: /(^https?:\/\/(?:www.)?myslink\.app\/[^?]+)/,
site: "Slink",
Expand Down Expand Up @@ -548,14 +599,22 @@ const urlPatterns = [
/(^https:\/\/stashdb\.org\/performers\/[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12})/,
site: "StashDB",
},
{
pattern: /(^https?:\/\/(?:www.)?swag\.live\/[^?]+)/,
site: "SWAG",
},
{
pattern: /(^https?:\/\/(?:www.)?stripchat\.com\/[^?]+)/,
site: "Stripchat",
},
{
pattern: /(^https?:\/\/(?:www.)?sugarfans\.com\/[^?]+)/,
site: "Sugarfans",
},
{
pattern: /(^https?:\/\/(?:www.)?suicidegirls\.com\/[^?]+)/,
site: "SuicideGirls",
},
{
pattern: /(^https?:\/\/(?:www.)?swag\.live\/[^?]+)/,
site: "SWAG",
},
{
pattern: /(^https?:\/\/(?:www.)?swame\.com\/[^?]+)/,
site: "Swame",
Expand All @@ -576,6 +635,10 @@ const urlPatterns = [
pattern: /(^https?:\/\/(?:www.)?tiktok\.com\/[^?]+)/,
site: "TikTok",
},
{
pattern: /(^https?:\/\/(?:www.)?tolinkme\.com\/[^?]+)/,
site: "Tolinkme",
},
{
pattern: /(^https?:\/\/(?:www.)?tumblr\.com\/[^?]+)/,
site: "Tumblr",
Expand All @@ -588,6 +651,10 @@ const urlPatterns = [
pattern: /(^https?:\/\/(?:www.)?(?:twitter|x)\.com\/[^?]+)/,
site: "Twitter",
},
{
pattern: /(^https?:\/\/(?:www.)?umate\.me\/[^?]+)/,
site: "Umate",
},
{
pattern: /(^https?:\/\/(?:www.)?unlockedxx\.com\/[^?]+)/,
site: "UnlockedXX",
Expand All @@ -604,6 +671,10 @@ const urlPatterns = [
pattern: /(^https?:\/\/(?:www.)?wetspace\.com\/[^?]+)/,
site: "WetSpace",
},
{
pattern: /(^https?:\/\/(?:www.)?xhamster\.com\/[^?]+)/,
site: "xHamster",
},
{
pattern: /(^https?:\/\/(?:www.)?xhamsterlive\.com\/[^?]+)/,
site: "xHamsterLive",
Expand Down
Loading