j4k0xb
j4k0xb
Hooks the parse function instead so it also applies when editing your own messages
*Describe your idea:* Right-click a java constructor/method/field -> "Go to smali declaration" and the other way around Should work in both single and split view and optionally have a keybind....
# Feature request ## Summary Add permalinks to allow sharing/bookmarking specific sections. Should change the style when hovering. ## Examples  ```[tasklist] ### Tasks ```
https://github.com/AurityLab/recaptcha-v3/blob/b95a42c421c86e311fe65c1fb4176cabab7b1805/src/ReCaptchaLoader.ts#L204-L216 If this library get's invoked inside tampermonkey, the `window` object is a different one than the main website's one. It doesn't have the grecaptcha property and thus waits infinitely...
### Type Cosmetic ### Bug description YouTube does A/B testing of a new layout/UI which causes RYD to break for some users. - [x] ~~The like button displays the dislike...
## Describe what's missing `Convert to forEach` isn't available for many types of for-of loops. ## How would it work Allow any kind of expression instead of https://github.com/nicoespeon/abracadabra/blob/main/src/refactorings/convert-for-to-for-each/convert-for-to-for-each.ts#L113-L119 Edit: special...
## Describe the bug Some refactorings delete leading/trailing comments in the current block. This breaks userscripts where they are necessary: https://wiki.greasespot.net/Metadata_Block. ## How to reproduce ```js // some comment const...
## Describe the bug The `Toggle braces (loop)` and `Convert to forEach` refactorings always change the outer-most loop, regardless of the cursor position. ## How to reproduce ### Toggle braces...
**Describe the bug** It's not possible to save or update snippets when the code is empty. I wanna bookmark them to paste the code later. > Error: Unable to create...
gdb 13.1 gef 2023.08 ghidra 10.4 It can't connect to ghidra when gdb is launched from https://github.com/Gallopsled/pwntools. Only with `gdb ./test` or `gdb --pid $(pidof test)` it works. Reproduction: ```c...