diff --git a/options.js b/options.js index 72b33b04..89560792 100644 --- a/options.js +++ b/options.js @@ -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