MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / isFbUid

Function isFbUid

scripts/ufs_statistic_old.js:662–667  ·  view source on GitHub ↗
(uid)

Source from the content-addressed store, hash-verified

660}
661
662function isFbUid(uid) {
663 return (
664 /\d+/.test(uid) &&
665 (uid?.startsWith("100") || (uid?.length && uid?.length != 13))
666 );
667}
668
669const CACHED = {
670 fbProfile: null,

Callers 1

onDocumentEndFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected