Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ isMsgIdStr
Function
isMsgIdStr
scripts/fb_revealDeletedMessages.js:58–58 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
56
const
WebSocketOrig = window.WebSocket;
57
window.WebSocket =
function
fakeConstructor(dt, config) {
58
const
isMsgIdStr = (str) => str?.startsWith?.(
"mid.$"
);
59
60
// recursive find all array in payload
61
const
findArray = (obj) => {
Callers
1
findMessageData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected