Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandutta2007 committed Mar 24, 2024
1 parent b7a0dab commit 126e5ae
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 27 deletions.
26 changes: 0 additions & 26 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,29 +53,3 @@
}
]
}

// TODO : deliberately failing dynamic file loads to avoid captcha (https://stackoverflow.com/a/63620236/865220)
// "web_accessible_resources": [
// {
// "resources": ["/js/v2/35536E1E-65B4-4D96-9D97-6ADB7EFF8147/api.js"],
// "matches": ["<all_urls>"]
// },
// {
// "resources": ["/js/setuparkose.js"],
// "matches": ["<all_urls>"]
// },
// {
// "resources": ["/js/callgeneratearkose.js"],
// "matches": ["<all_urls>"]
// },
// {
// "matches": [
// "https://chat.openai.com/*",
// "https://google.com/*"
// ],
// "resources": [
// "content-script/*",
// "js/v2/*"
// ]
// }
// ]
31 changes: 30 additions & 1 deletion src/manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,33 @@
// "/js/v2/35536E1E-65B4-4D96-9D97-6ADB7EFF8147/api.js",
// "/js/setuparkose.js",
// "/js/callgeneratearkose.js"
// ]
// ]




// TODO : deliberately failing dynamic file loads to avoid captcha (https://stackoverflow.com/a/63620236/865220)
// "web_accessible_resources": [
// {
// "resources": ["/js/v2/35536E1E-65B4-4D96-9D97-6ADB7EFF8147/api.js"],
// "matches": ["<all_urls>"]
// },
// {
// "resources": ["/js/setuparkose.js"],
// "matches": ["<all_urls>"]
// },
// {
// "resources": ["/js/callgeneratearkose.js"],
// "matches": ["<all_urls>"]
// },
// {
// "matches": [
// "https://chat.openai.com/*",
// "https://google.com/*"
// ],
// "resources": [
// "content-script/*",
// "js/v2/*"
// ]
// }
// ]

0 comments on commit 126e5ae

Please sign in to comment.