mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-16 06:13:16 +00:00
Refresh tab after saved options
This commit is contained in:
parent
e351d3e093
commit
3712878bee
@ -25,6 +25,9 @@ function save_options() {
|
||||
window.close();
|
||||
}, 500);
|
||||
});
|
||||
|
||||
// Refresh the current tab
|
||||
browser.tabs.reload({bypassCache: true});
|
||||
}
|
||||
|
||||
//Fetch sites.json & sites_custom.json
|
||||
|
Loading…
Reference in New Issue
Block a user