Open Netario00 opened 4 days ago
Still Works on firefox. Try using that till i find time to read through the new specs.
it worked firefox but the cheat dosnt work good i cant even beat paul murphy bot you know how to fix the cheat better?
If you installed from the firefox webstore, reinstall manually by cloning this repo and adding it to firefox in dev mode. A recent pull request fixed the depth property and provides more accurate moves.
did that still loses i follow all red things and still lose it says i gonna sac my queen and its a blunder i dont win anything on it i just lose the queen
well, i guess if you want more accurate calculations, you can try to adjust the depth parameter yourself. Fork and change this code to something like this:
if(userAgent.includes("mobile"))
depth="45";
else
depth="45";
You can keep experimenting with various depths till it works well for you. Larger depths can take longer to calculate and slow your browser down.
ok thx
Manifest version 2 is deprecated, and support will be removed in 2024. See https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline for details.
{ "manifest_version": 2, "name": "Chesscheat", "version": "1.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_specific_settings": { "gecko": { "id": "chesscheatextension@gmail.com" } }, "description": "Always see the optimal move in any chess.com game. Guarantees wins almost 100% of the time", "content_scripts": [ { "js": ["scripts/main.js"], "matches": [ "https://www.chess.com/", "https://chess.com/" ] } ] }