mirror of
https://github.com/Steffo99/chakra-magic.git
synced 2024-12-22 14:44:18 +00:00
7 lines
No EOL
215 B
JavaScript
7 lines
No EOL
215 B
JavaScript
function openPage() {
|
|
browser.tabs.create({
|
|
url: "https://steamcommunity.com/my/gcpd/570/?category=Account&tab=MatchPlayerReportIncoming"
|
|
});
|
|
}
|
|
|
|
browser.browserAction.onClicked.addListener(openPage); |