kheina-com / Blue-Blocker

Blocks all Twitter Blue verified users on twitter.com
Mozilla Public License 2.0
343 stars 28 forks source link

[fix] remove reference to chrome.runtime.restartAfterDelay #271

Closed rougetimelord closed 5 months ago

rougetimelord commented 5 months ago

See title. We literally never use it, but it causes an incompatibility warning with Firefox.

Note: this is a PR against the 0.4.2 LLB. See #267 for the PR that aggregates changes to be applied to main.

cooljeanius commented 5 months ago

it causes an incompatibility warning with Firefox.

What's the text of the warning?

rougetimelord commented 5 months ago

it causes an incompatibility warning with Firefox.

What's the text of the warning?

Whoops late reply, check extensiontest.com. chrome.runtime.restartAfterDelay is Chrome exclusive, and only used for kiosk mode in ChromeOS