mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
Chrome support
This commit is contained in:
@@ -36,7 +36,7 @@ function start()
|
||||
/**
|
||||
* Save OS Version
|
||||
*/
|
||||
browser.runtime.getPlatformInfo(function(info) {
|
||||
chrome.runtime.getPlatformInfo(function(info) {
|
||||
os = info.os;
|
||||
changeIcon();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user