mirror of
https://github.com/Steffo99/chakra-magic.git
synced 2024-12-22 06:34:18 +00:00
Formatting changes
This commit is contained in:
parent
2d42c75f9b
commit
6ceb27b9c9
2 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
let this_browser = null;
|
||||
if(!this_browser) try { this_browser = browser; } catch(e){}
|
||||
if(!this_browser)try { this_browser = chrome; } catch(e) {}
|
||||
let thisBrowser = null;
|
||||
if(!thisBrowser) try { thisBrowser = browser; } catch(e) {}
|
||||
if(!thisBrowser) try { thisBrowser = chrome; } catch(e) {}
|
||||
|
||||
function openPage() {
|
||||
this_browser.tabs.create({
|
||||
thisBrowser.tabs.create({
|
||||
url: "https://steamcommunity.com/my/gcpd/570/?category=Account&tab=MatchPlayerReportIncoming"
|
||||
});
|
||||
}
|
||||
|
||||
this_browser.browserAction.onClicked.addListener(openPage);
|
||||
thisBrowser.browserAction.onClicked.addListener(openPage);
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
|
||||
"name": "Chakra Magic",
|
||||
"version": "2019.9.30.2",
|
||||
"version": "2019.10.2.1",
|
||||
"developer": {
|
||||
"name": "Stefano Pigozzi",
|
||||
"url": "https://github.com/Steffo99/chakra-magic"
|
||||
|
|
Loading…
Reference in a new issue