Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
829 changes: 429 additions & 400 deletions Goko_Live_Log_Viewer.user.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Goko-Live-Log-Viewer
====================
Live Log Viewer for Goko Dominion
https://chrome.google.com/webstore/detail/goko-log-viewer/kaignighoceeemhinbbophdeogpnedjn

Code from:

nutki
https://github.com/nutki/Goko-Live-Log-Viewer

philosophyguy
http://forum.dominionstrategy.com/index.php?topic=6788.0

drheld
https://github.com/drheld/goko_dominion_extension
Binary file added icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions jquery.js

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"content_scripts": [
{
"js": ["jquery.js", "Goko_Live_Log_Viewer.user.js"],
"run_at": "document_start",
"css": [],
"matches": [
"http://play.goko.com/Dominion/gameClient.html",
"https://play.goko.com/Dominion/gameClient.html",
"http://beta.goko.com/Dominion/gameClient.html",
"https://beta.goko.com/Dominion/gameClient.html"
]
}
],
"permissions": [
"https://dominion.goko.com/",
"http://dominion.goko.com/",
"https://beta.goko.com/",
"http://beta.goko.com/"
],
"icons": { "16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png" },
"description": "Goko Log Viewer",
"name": "Goko Log Viewer",
"version": "0.101",
"manifest_version": 2
}