Skip to content

Conversation

ImprovedTube
Copy link

users of old browsers might not use browser extensions or know what they are doing. if you fill in the blank, i can make another PR or commit like: chrome.runtime.onInstalled.addListener(function(installed){if(installed.reason=='install'){if 116 > Number(navigator.userAgent.match(new RegExp(Chrome|Firefox + '/([0-9]+)'))){alert("[Just to make sure:] Some of our features might require chrome version 116+.... _______________________") } ( - or rather add it precisely, when that feature is first enabled as indicated by its button or storage change.)

users of old browsers might not use browser extensions or know what they are doing. if you fill in the blank, i can make another PR or commit like:  `chrome.runtime.onInstalled.addListener(function(installed){if(installed.reason=='install'){if 116 > Number(navigator.userAgent.match(new RegExp(Chrome|Firefox + '/([0-9]+)'))){alert("[Just to make sure:] Some of our features might require chrome version 116+.... _______________________") }`    ( - or rather add it precisely, when that feature is first enabled as indicated by its button or storage change.)
@ImprovedTube ImprovedTube requested a review from agjs as a code owner November 29, 2023 16:14
@agjs
Copy link
Collaborator

agjs commented Nov 30, 2023

Hey @ImprovedTube. If I recall when I was building this, the reason for that specific version is that some of the API's I used from the chrome object are only available in that version and further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants