Skip to content

Commit

Permalink
feat: add login helper extension (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
SudharakaP authored Apr 18, 2024
1 parent baec9bb commit 4150f31
Show file tree
Hide file tree
Showing 94 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.mjs filter=git-crypt diff=git-crypt
helpers/** filter=git-crypt diff=git-crypt
login-helper-extension/** filter=git-crypt diff=git-crypt
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore extension
login-helper-extension
Binary file modified add-to-cart.mjs
Binary file not shown.
Binary file modified check-for-changes.mjs
Binary file not shown.
Binary file modified helpers/login.mjs
Binary file not shown.
Binary file not shown.
Binary file added login-helper-extension/_locales/en/messages.json
Binary file not shown.
Binary file added login-helper-extension/_locales/es/messages.json
Binary file not shown.
Binary file added login-helper-extension/_locales/ru/messages.json
Binary file not shown.
Binary file added login-helper-extension/_locales/zh/messages.json
Binary file not shown.
Binary file added login-helper-extension/assets/config.js
Binary file not shown.
Binary file added login-helper-extension/assets/content.css
Binary file not shown.
Binary file added login-helper-extension/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 login-helper-extension/assets/inject/inject-aws.js
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added login-helper-extension/assets/inject/injected.js
Binary file not shown.
Binary file not shown.
Binary file added login-helper-extension/aws-recognition.js
Binary file not shown.
Binary file added login-helper-extension/background.js
Binary file not shown.
Binary file added login-helper-extension/core-content-script.js
Binary file not shown.
Binary file added login-helper-extension/dom.js
Binary file not shown.
Binary file not shown.
Binary file added login-helper-extension/hcaptcha-recognition.js
Binary file not shown.
Binary file added login-helper-extension/icons/icon-128x128.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 login-helper-extension/icons/icon-16x16.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 login-helper-extension/icons/icon-48x48.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 login-helper-extension/image-to-text.js
Binary file not shown.
Binary file added login-helper-extension/manifest.json
Binary file not shown.
Binary file added login-helper-extension/my-content-script.js
Binary file not shown.
Binary file added login-helper-extension/recaptcha-recognition.js
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added login-helper-extension/www/assets/Union.e4f5e32d.svg
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 login-helper-extension/www/assets/arrow.1ab57550.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 login-helper-extension/www/assets/copy.b3d46815.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 login-helper-extension/www/assets/es.6fe80291.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 login-helper-extension/www/assets/ru.6c62f886.svg
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 login-helper-extension/www/assets/zh-CN.c1f22841.svg
Binary file added login-helper-extension/www/favicon.ico
Binary file not shown.
Binary file added login-helper-extension/www/index.html
Binary file not shown.
Binary file added login-helper-extension/www/logo.png
Binary file added login.png
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"npm": "10.x"
},
"devDependencies": {
"@types/node": "^20.12.7",
"eslint": "^8.57.0",
"prettier": "3.2.5"
},
Expand All @@ -21,7 +22,7 @@
"start-checker": "node check-for-changes.mjs",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"eslint": "eslint . --ignore-path .gitignore --ext .mjs,.js",
"eslint": "eslint . --ignore-pattern .gitignore --ignore-pattern login-helper-extension --ext .mjs,.js",
"eslint:quiet": "npm run eslint -- --quiet",
"eslint:fix": "npm run eslint --fix"
}
Expand Down
Binary file added recording-Sudharaka Palamakumbura.webm
Binary file not shown.

0 comments on commit 4150f31

Please sign in to comment.