| 1 | domainBypass(/linkvertise\.(com|net)|link-to\.net/, () => { |
| 2 | if (window.location.href.toString().indexOf("?r=") != -1) { |
| 3 | const urlParams = new URLSearchParams(window.location.search); |
| 4 | const r = urlParams.get('r') |
nothing calls this directly
no test coverage detected