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

Function getFbdtsg

scripts/test.js:407–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405 return null;
406 }
407 function getFbdtsg() {
408 return (
409 require("DTSGInitialData").token ||
410 document.querySelector('[name="fb_dtsg"]').value
411 );
412 }
413
414 function getToken2() {
415 return new Promise((resolve, reject) => {

Callers 5

getPostReactionsCountFunction · 0.90
fetchGraphQlFunction · 0.70
loadModalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected