(t, p, o)
| 20 | let isGoodLink_allowSelf = false |
| 21 | //Copying important functions to avoid interference from other extensions or the page |
| 22 | const 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 |
no outgoing calls
no test coverage detected