Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezurex committed Sep 28, 2021
0 parents commit 4c47747
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
Binary file added icon.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 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 icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions istest.js
Original file line number Diff line number Diff line change
@@ -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);
Binary file added istestblock.zip
Binary file not shown.
16 changes: 16 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 4c47747

Please sign in to comment.