Commit Graph

100 Commits

Author SHA1 Message Date
FlamedDogo99
20216ee4ad Update from 3.0.3
Decided to start over
2024-06-15 19:43:45 -06:00
FlamedDogo99
75413f5045 Update hiddenInput
insertCompositionText returns it's entire contents instead of just the new data, so we have to slice(-1)
2024-06-08 22:49:56 -06:00
FlamedDogo99
6f88bc4dfb Corrected z-index spelling 2024-06-08 22:43:23 -06:00
FlamedDogo99
cf3d005585 Hid input again 2024-06-08 22:39:00 -06:00
FlamedDogo99
bddf687e17 Found input error
Android does insertCompositionText instead of insertText
2024-06-08 22:36:10 -06:00
FlamedDogo99
be0bcc2b30 added version 2024-06-08 22:11:55 -06:00
FlamedDogo99
d171d1e7b5 Testing problem with focus 2024-06-08 22:11:11 -06:00
FlamedDogo99
b5b02fae36 Updated version 2024-06-08 20:11:10 -06:00
FlamedDogo99
8affae0fd0 Updated userscript
Edited chat button events and addeventlistener override to mimic events dispatched on a working device
2024-06-08 20:00:53 -06:00
FlamedDogo99
0bda17325d
Update README.md
Added link to contribution guidelines
2024-06-08 15:54:03 -06:00
FlamedDogo99
070263dd26 Added social.png 2024-06-08 11:28:25 -06:00
FlamedDogo99
9cb4aaeac2
Create SECURITY.md 2024-06-08 11:18:36 -06:00
FlamedDogo99
d5a6a23bfd
Create CODE_OF_CONDUCT.md 2024-06-08 11:10:53 -06:00
FlamedDogo99
3fd24c3c59
Create CONTRIBUTING.md 2024-06-08 11:07:00 -06:00
FlamedDogo99
c18a5867dc
Create pull_request_template.md 2024-06-08 10:54:37 -06:00
FlamedDogo99
b3923fb50e
Update README.md
Added more usage instructions and examples
2024-06-08 10:41:01 -06:00
FlamedDogo99
c7dcb89a6a
Update README.md
Updated version badge to read from latest release
2024-06-08 09:48:50 -06:00
FlamedDogo99
d10aaeb2c5
Merge pull request #12 from FlamedDogo99/upload-fix
Fixed File Upload Crash
2024-06-08 09:06:51 -06:00
FlamedDogo99
99faf6e5e3 Updated version 2024-06-08 09:05:39 -06:00
FlamedDogo99
57d9d158c2
Update eaglermobile.user.js 2024-06-08 09:01:59 -06:00
FlamedDogo99
84065d8573 Fixed input handling 2024-06-08 07:45:11 -06:00
FlamedDogo99
09e7789ec5
Update README.md
grammer changes 4?
2024-06-08 00:28:56 -06:00
FlamedDogo99
dd86aa535c
Update README.md
grammar update 2
2024-06-08 00:27:30 -06:00
FlamedDogo99
bd7b15af7b
Update README.md
Changed grammar
2024-06-08 00:26:45 -06:00
FlamedDogo99
c45f40ac1d
Merge pull request #10 from FlamedDogo99/keyboard-fix
Android Keyboard Fallback & Other Improvements
2024-06-08 00:21:29 -06:00
FlamedDogo99
04b086d725 Fixed even more readme links 2024-06-08 00:17:03 -06:00
FlamedDogo99
730f3c8fc6 Fixed bad quote in readme 2024-06-08 00:14:47 -06:00
FlamedDogo99
1cc60b5b14 Fixed another issue with readme link 2024-06-08 00:13:33 -06:00
FlamedDogo99
de5a15927c Fixed link in readme 2024-06-08 00:13:01 -06:00
FlamedDogo99
e7ce33edce Fixed image path 2024-06-08 00:10:50 -06:00
FlamedDogo99
0045f5a01d Version 3.0.1
Added keyboard images
Updated readme
Possibly fixed upload button crash
2024-06-08 00:10:03 -06:00
FlamedDogo99
24c963440a Update goals on readme 2024-06-06 21:39:37 -06:00
FlamedDogo99
cfe71e135c Updated ef.js from userscript 2024-06-06 21:34:56 -06:00
FlamedDogo99
4846e06d0f Fixed invalid key event 2024-06-06 21:33:25 -06:00
FlamedDogo99
e382e2c00c Fixed error for window.lastKey 2024-06-06 21:29:11 -06:00
FlamedDogo99
4c5f3ada39 Fixed autodetect 2024-06-06 21:22:12 -06:00
FlamedDogo99
293069257d
Temporary fix for null weirdness
I honestly have no idea
2024-06-06 16:10:19 -06:00
FlamedDogo99
69f8dedef5
Moved keyboardFix event listener 2024-06-06 15:56:10 -06:00
FlamedDogo99
1da82869d4
Added extra “?” 2024-06-06 15:44:09 -06:00
FlamedDogo99
df6beeaa05
Fixed backspace crash 2024-06-06 15:33:31 -06:00
FlamedDogo99
ea7ca0ae7e
Update eaglermobile.user.js 2024-06-06 11:45:25 -06:00
FlamedDogo99
3ec4bf6b6a
Changing handler back?
I keep getting an undefined error
2024-06-06 11:42:45 -06:00
FlamedDogo99
f80522aefa
Fixed event handler 2024-06-06 11:36:26 -06:00
FlamedDogo99
122d0e6f6e
Fixed equals sign 2024-06-06 11:29:13 -06:00
FlamedDogo99
f5e74945ec
Auto detect keyboard issue
First attempt:
hiddenInput saves the most recent value to window.lastKey
If we detect a keydown event with invalid key, keyCode or which, we enable window.keyboardFix, and redispatch the key from window.lastKey
The keyboard blocking function now checks for window.keyboardFix
2024-06-06 11:26:45 -06:00
FlamedDogo99
2ed6365c42 Updated from userscript 2024-06-06 09:49:08 -06:00
FlamedDogo99
5a179285e5 Added comments for keyEvent 2024-06-06 09:46:34 -06:00
FlamedDogo99
4cfbd57fb0
Replaced delete with backspace 2024-06-06 09:09:23 -06:00
FlamedDogo99
242e8d2e0c
Fixed comma issue 2024-06-06 09:03:07 -06:00
FlamedDogo99
5ae2833d66
Updating toKeyCode function 2024-06-06 08:59:54 -06:00