MCPcopy Index your code
hub / github.com/FastForwardTeam/FastForward / ODP

Function ODP

src/js/injection_script.js:22–22  ·  view source on GitHub ↗
(t, p, o)

Source from the content-addressed store, hash-verified

20let isGoodLink_allowSelf = false
21//Copying important functions to avoid interference from other extensions or the page
22const ODP = (t, p, o) => { try { Object.defineProperty(t, p, o) } catch (e) { console.trace("[FastForward] Couldn't define", p) } },
23 setTimeout = window.setTimeout, setInterval = window.setInterval, URL = window.URL, docSetAttribute = document.documentElement.setAttribute.bind(document.documentElement),
24 transparentProperty = (name, valFunc) => {
25 let real

Callers 2

transparentPropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected