diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..71cd4f2 Binary files /dev/null and b/icon.png differ diff --git a/icon128.png b/icon128.png new file mode 100644 index 0000000..c2a76f2 Binary files /dev/null and b/icon128.png differ diff --git a/icon48.png b/icon48.png new file mode 100644 index 0000000..deb9f87 Binary files /dev/null and b/icon48.png differ diff --git a/istest.js b/istest.js new file mode 100644 index 0000000..7aa0a97 --- /dev/null +++ b/istest.js @@ -0,0 +1,3 @@ +window.addEventListener("mousemove", event => event.stopImmediatePropagation(), true); +window.addEventListener("keyup", event => event.stopImmediatePropagation(), true); +window.addEventListener("keydown", event => event.stopImmediatePropagation(), true); \ No newline at end of file diff --git a/istestblock.zip b/istestblock.zip new file mode 100644 index 0000000..e14e44e Binary files /dev/null and b/istestblock.zip differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..cc902db --- /dev/null +++ b/manifest.json @@ -0,0 +1,16 @@ +{ + "name": "isTest Block", + "description": "Blocks isTest2 from tracking your mouse and making you able to cheat.", + "version": "0.0.1", + "manifest_version": 2, + "content_scripts": [ + { + "matches": ["https://istest2.ch/*"], + "js": ["istest.js"] + } + ], + "icons": { + "48": "icon48.png", + "128": "icon128.png" + } +} \ No newline at end of file