j4k0xb

Results 35 issues of 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....

new feature
GUI

# Feature request ## Summary Add permalinks to allow sharing/bookmarking specific sections. Should change the style when hovering. ## Examples ![image](https://user-images.githubusercontent.com/55899582/180239449-639b3645-c39a-4f3f-9f07-c6765131a750.png) ```[tasklist] ### Tasks ```

feature

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...

bug

## 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...

:muscle: Improvement

## 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...

:bug: Bug

## 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...

:bug: Bug

**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...

bug