()
| 330 | } |
| 331 | |
| 332 | const pdf = async () => isPDF(frameURL || await TabManager.getActiveTabURL()); |
| 333 | if (((__CHROMIUM_MV2__ || __CHROMIUM_MV3__) && await scriptPDF(tabId!, frameId!)) || await pdf()) { |
| 334 | Extension.changeSettings({enableForPDF: !UserStorage.settings.enableForPDF}); |
| 335 | } else { |
nothing calls this directly
no test coverage detected