Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Extension JavaScript Errors after Delay on ALL PAGES #5

Open
BelowZeroLH opened this issue May 2, 2021 · 0 comments
Open

Extension JavaScript Errors after Delay on ALL PAGES #5

BelowZeroLH opened this issue May 2, 2021 · 0 comments

Comments

@BelowZeroLH
Copy link

I get the following JavaScript errors on every page using this extension after a delay:

[url]:1 Unchecked runtime.lastError: The message port closed before a response was received.
[url]:1 Error handling response: TypeError: Cannot read property 'ok' of undefined
at restoreStateCallback (chrome-extension://fmiohbdblcemacakpnoinjmcelddpjbg/loadcss.js:21:15)


​My injection script is just CSS. This is its contents:

.chapter-img {
border: 0 !important;
}
.adult-content.censored .main-col .c-page__content {
opacity: 1 !important;
}
iframe[data-glx="yeap"], #_vdo_ads_player_ai_923, .toony-before_chapter_mb iframe, .toony-after_chapter iframe, iframe[sandbox="allow-same-origin allow-scripts allow-popups"] {
display: none !important; visibility: hidden !important;
}

Please fix this.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant