Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon committed Dec 17, 2024
1 parent fd00a74 commit 94dc4d2
Showing 1 changed file with 2 additions and 2 deletions.
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.5
// @version 0.8.6
// @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 @@ -455,7 +455,7 @@ const urlPatterns = [
site: "MemberMe",
},
{
pattern: /(^https?:\/\/(?:www.)?share)\.myfreecams\.com\/[^?]+)/,
pattern: /(^https?:\/\/(?:www.)?share\.myfreecams\.com\/[^?]+)/,
site: "MFC Share",
},
{
Expand Down

0 comments on commit 94dc4d2

Please sign in to comment.