()
| 24 | } |
| 25 | |
| 26 | async function mixdrop() { |
| 27 | const response = await fetch('https://mdfx9dc8n.net/e/3nl0j0lec477v9', { redirect: 'manual' }); |
| 28 | const url = new URL(response.headers.get('Location')); |
| 29 | |
| 30 | addPlayerUrls('mixdrop', ['*.' + url.hostname + '/e/*']); |
| 31 | } |
| 32 | |
| 33 | // pages |
| 34 |
nothing calls this directly
no test coverage detected