https://github.com/indexposition/tcs-nextstep-otp-paste-fix
Enables OTP pasting in TCS NextStep portal.
https://github.com/indexposition/tcs-nextstep-otp-paste-fix
fix paste tcs
Last synced: 10 months ago
JSON representation
Enables OTP pasting in TCS NextStep portal.
- Host: GitHub
- URL: https://github.com/indexposition/tcs-nextstep-otp-paste-fix
- Owner: IndexPosition
- Created: 2025-02-03T17:37:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T05:17:26.000Z (over 1 year ago)
- Last Synced: 2025-04-06T13:49:11.628Z (about 1 year ago)
- Topics: fix, paste, tcs
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCS NextStep OTP Paste Fix
This userscript fixes TCS NextStep's OTP field restrictions that block pasting and force manual typing of OTP, solving the confusion between similar characters (like I/l or O/0).
## Installation
1. **Install a userscript manager**:
- [Tampermonkey](https://www.tampermonkey.net/)
2. **Install the script**:
- Click [here](https://github.com/IndexPosition/TCS-NextStep-OTP-Paste-Fix/raw/refs/heads/main/pasteFix.user.js) (GitHub raw link)
- Or copy-paste the code into your userscript manager.
## How It Works
Removes restrictive event handlers and DOM elements that:
- Prevent paste/copy actions
- Display "OTP must be entered manually" warnings
## Disclaimer
*This is an unofficial QOL script. It is not endorsed by, affiliated with, or connected to Tata Consultancy Services (TCS). Use at your own risk.*