MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / TM_functionIdFix

Function TM_functionIdFix

src/environment.js:512–518  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

510};
511
512function TM_functionIdFix() {
513 if (!Function.prototype.getID) {
514
515 Function.prototype.getID = TM_functionIdFix_getID;
516 Function.prototype.setID = TM_functionIdFix_setID;
517 }
518}
519
520function TM_docEvalFix() {
521 var k = 'HTMLDocument';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…