()
| 55 | } |
| 56 | |
| 57 | function inject() { |
| 58 | if (document.documentElement.dataset[key] !== undefined) { |
| 59 | logInfo('MV3 proxy injector: proxy exits because everything is done.'); |
| 60 | return; |
| 61 | } |
| 62 | logInfo('MV3 proxy injector: proxy attempts to inject...'); |
| 63 | document.currentScript && regularPath(); |
| 64 | dedicatedPath(); |
| 65 | } |
| 66 | |
| 67 | inject(); |
no test coverage detected