Skip to content

Commit ce5a9f8

Browse files
authored
Merge pull request #8 from sauravhathi/feature
bug fixed ✅
2 parents 2deb9ab + 22acb6c commit ce5a9f8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

_locales/en/messages.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let inter = null;
44

55
chrome.runtime.onMessage.addListener(function (request, sender, sendResponse) {
66

7-
if (window.location.href.includes("hitbullseye_test.php")) {
7+
if (window.location.href.includes("onlinetest.hitbullseye.com/online_load")) {
88
if (request.message === "start") {
99
if (Object.keys(request.answer_key).length === 0) {
1010
toast("Please enter the answer key", "error");

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "Hitbullseye Automation Tool",
2+
"name": "Hitbullseye Automate Tool",
33
"version": "2.0.0",
44
"homepage_url": "https://github.com/sauravhathi/Hitbullseye-Automate-Tool",
55
"description": "Attempt all the questions in a test on hitbullseye.com with a single click.",
66
"author": "Saurav Hathi",
7+
"default_locale": "en",
78
"manifest_version": 3,
89
"icons": {
910
"16": "./images/icon16.png",

0 commit comments

Comments
 (0)