Commit Graph

75 Commits

Author SHA1 Message Date
FlamedDogo99
0fa6519f4c Large changes, see description
Compatibility mode now supports the return key being pressed
The keyboard button's script has been reworked and improved
Viewport issues on Android Firefox and Chrome have been fixed
Many comments have been reworked or added to explain functions
2024-06-16 16:00:38 -06:00
FlamedDogo99
f684d13a40 QUICK UPDATE: Re-added button styling
Not sure why or how this was deleted but its back now
2024-06-15 21:06:22 -06:00
FlamedDogo99
3e58a4ddb8 Update eaglermobile.user.js 2024-06-15 20:37:46 -06:00
FlamedDogo99
04699b19aa Quick fix: bad quote 2024-06-15 19:35:18 -06:00
FlamedDogo99
e4b4a0be61 Fixed formatting issues
Detabbed
2024-06-15 19:22:49 -06:00
FlamedDogo99
275ed42602 Update eaglermobile.user.js 2024-06-15 19:06:14 -06:00
FlamedDogo99
6f34ca6a76 Remove temp scripts 2024-06-15 17:00:21 -06:00
FlamedDogo99
5c6b049c39 Testing duplicate input blocking 2024-06-15 16:38:50 -06:00
FlamedDogo99
693b37b7ef Trying to fix crash 2024-06-10 09:52:11 -06:00
FlamedDogo99
148885566a Removed moz-fill 2024-06-10 09:50:52 -06:00
FlamedDogo99
e58d77cf02 Removed dvh units 2024-06-10 09:47:34 -06:00
FlamedDogo99
4a786ae25c Fix for double input and view height 2024-06-10 09:44:12 -06:00
FlamedDogo99
9b19b2c01f Added warning for testing 2024-06-09 21:52:05 -06:00
FlamedDogo99
54b32e6034 Fixed type check error 2024-06-09 21:10:56 -06:00
FlamedDogo99
e4411c09a8 Detecting 229 code 2024-06-09 21:07:31 -06:00
FlamedDogo99
dc446b3176 Unethically unsafe tampermonkey hack
This is horrible and its only to test a check on Android
This will be changed to simply injecting the script, I hope
2024-06-09 20:54:38 -06:00
FlamedDogo99
2a04b33729 Reverted injection, trying unsafeWindow again 2024-06-09 20:28:00 -06:00
FlamedDogo99
42a2e8b768 Fix for escaping quotes 2024-06-09 20:19:44 -06:00
FlamedDogo99
f81d92da9d Temp fix for sandboxing 2024-06-09 20:08:00 -06:00
FlamedDogo99
3a21f56e26 Hack for unsafeWindow 2024-06-09 20:00:32 -06:00
FlamedDogo99
d1e5364bac Logger attempt 2 2024-06-09 19:39:23 -06:00
FlamedDogo99
f561557c3e Updated temp log
Sorry for the spam
2024-06-09 19:32:16 -06:00
FlamedDogo99
71571b3771 Update eaglermobile.user.js
Styling
2024-06-09 19:25:00 -06:00
FlamedDogo99
8afdb52f42 Updated height 2024-06-09 19:20:50 -06:00
FlamedDogo99
0d1e55f588 Update eaglermobile.user.js
Added temporary DOM log for troubleshooting
2024-06-09 19:12:00 -06:00
FlamedDogo99
c45e5da373 Update eaglermobile.user.js
Added console logs so I can see what is happening on Android
2024-06-09 18:05:56 -06:00
FlamedDogo99
243664634a Update eaglermobile.user.js 2024-06-09 17:51:02 -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
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
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
FlamedDogo99
180ac326fe
Updated version for testing 2024-06-06 08:45:40 -06:00
FlamedDogo99
916d73065e
Improved keyEvent function
Removed shiftKeyEvent and deleteKeyEvent
2024-06-06 08:45:05 -06:00
FlamedDogo99
5f9ebad404
Fixed keyboard override
Only injects code on keypress event listeners
2024-06-06 06:44:53 -06:00