Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandutta2007 committed Jan 31, 2024
1 parent 19bf6e7 commit 94b4dec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
"css": ["content-script.css"]
}
]
}

// TODO : deliberately failing dynamic file loads to avoid captcha (https://stackoverflow.com/a/63620236/865220)
// "web_accessible_resources": [
// {
Expand All @@ -77,4 +79,3 @@
// ]
// }
// ]
}
7 changes: 5 additions & 2 deletions src/manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,13 @@
"css": ["content-script.css"]
}
]
}



// TODO : deliberately failing dynamic file loads to avoid captcha (https://stackoverflow.com/a/63620236/865220)
// "web_accessible_resources": [
// "/js/v2/35536E1E-65B4-4D96-9D97-6ADB7EFF8147/api.js",
// "/js/setuparkose.js",
// "/js/callgeneratearkose.js"
// ]
}
// ]

0 comments on commit 94b4dec

Please sign in to comment.