()
| 71 | } |
| 72 | |
| 73 | function onDestroy() { |
| 74 | off(); |
| 75 | if (currentProvider?.integration) { |
| 76 | currentProvider.integration.deactivate(); |
| 77 | } |
| 78 | // re-init provider specific content scripts |
| 79 | init(prefs, watchList); |
| 80 | } |
| 81 | |
| 82 | function detectHost() { |
| 83 | for (const site of watchList) { |
nothing calls this directly
no test coverage detected