mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
feat: WIP Engage progress
This commit is contained in:
+4
-1
@@ -6,7 +6,10 @@ function reloadSeqtaPages() {
|
||||
const result = browser.tabs.query({});
|
||||
function open(tabs: any) {
|
||||
for (let tab of tabs) {
|
||||
if (tab.title.includes("SEQTA Learn")) {
|
||||
if (
|
||||
tab.title?.includes("SEQTA Learn") ||
|
||||
tab.title?.includes("SEQTA Engage")
|
||||
) {
|
||||
browser.tabs.reload(tab.id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user