Skip to content

Commit

Permalink
ms-edge support
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Lammer committed Apr 18, 2019
1 parent f5904f3 commit 2fabc92
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ This webextension adds the ability to accept random challenges on [lichess](lich

[![](pictures/firefox.png)](https://addons.mozilla.org/en-US/firefox/addon/lichessarc/)

[![](pictures/chrome.png)](https://chrome.google.com/webstore/detail/lichessarc/kbfljnbakebelbhioimnbilgkplibfec)
[![](pictures/chrome.png)](https://chrome.google.com/webstore/detail/lichessarc/kbfljnbakebelbhioimnbilgkplibfec)

If you'd like to use this in another browser, let me know by [opening an issue](https://github.com/SimonLammer/lichess-accept-random-challenge/issues/new).
9 changes: 1 addition & 8 deletions lichessARC.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,4 @@ function initWhenContainerLoaded() {
}
}

oldOnload = window.onload;
window.onload = function() {
if (typeof(oldOnload) == 'function') {
oldOnload();
}

initWhenContainerLoaded();
}
initWhenContainerLoaded();
Binary file modified lichessARC.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"manifest_version": 2,
"name": "LichessARC",
"author": "Simon Lammer",
"description" : "Allows accepting a random challenge on Lichess.org",
"version": "1.1",
"version": "1.2",
"homepage_url": "https://github.com/SimonLammer/lichess-accept-random-challenge",

"icons": {
Expand Down

0 comments on commit 2fabc92

Please sign in to comment.