Security Warning: High Security Risk
I Love Weiqi
ID: koplcfnjhgdknjgaaleockdkelgplfbf
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- UnknownView Profile
- Privacy
- Privacy Policy
- Country
- GB
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
- Address
- 23 Stone Meadow OXFORD OX2 6TD GB
- Website
- Visit
Replace builtin Weiqi viewer with a beautiful and intuitive viewer
This Chrome extention adds a 3D board to show Weiqi games on a few popular websites, e.g. www.dragongoserver.net
The content script, which runs on ALL URLs (`<all_urls>`), fetches and injects an external JavaScript file from `http://gcao.github.io/jsgameviewer/js/test.js` — an unencrypted HTTP endpoint on a GitHub Pages account (`gcao`) that is not controlled by the publisher. A cache-busting timestamp ensures a fresh version is loaded every hour, allowing the remote payload to be silently changed and executed in the context of every webpage the user visits. This gives a third party (or any MITM attacker) the ability to run arbitrary code on every site the user browses.
var URL = "http://gcao.github.io/jsgameviewer/js/test.js";var SCRIPT_ID = "iloveweiqi-script";// Add a cache id param to url to force reload this script every hourif (URL.indexOf('?') < 0) { URL += "?";} else if (URL.indexOf('&') > 0) { URL += "&";}URL += "cacheId=" + timeToString();var script = document.createElement("script")script.setAttribute("id", SCRIPT_ID);script.type = "text/javascript";script.src = URL;document.documentElement.lastChild.appendChild(script);By severity
Versions scanned
None of the 1 scanned version has more than one unique code-review finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| No versions with multiple unique findings. | |
Files with findings
1 distinct path — top paths by unique finding count:
- iloveweiqi.js1
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.