KamilTheDev
KamilTheDev
It's much more convenient and fast to "toggle on/off for this website" in just a single button press. Especially for iOS. Dark-mode script as one example: I'm doing a quick...
Another idea, is that the **"Matched Userscripts List for current page"** act as the current website toggle, and the **"all scripts view" (folder button on iOS)** act as the global...
This is the last thing needed to be perfect, so I hope it can be explored. Just some ideas to find the window if it were plausible: - Hook into...
It looks like the issue is the drag preview item is using a wrong positioning system. If I drag the item, and put my mouse at the very top left...
Fixed thanks to https://github.com/atlassian/react-beautiful-dnd/issues/2056 : > Ok I've just solved my problem by overriding the left/top definitions of my Draggable to auto: > > `left: auto !important; top: auto !important;`...
I imagine it might be from having one `socket.emit` being executed in Unity thread, and the other `socket.emit` is not. I was playing around with different ways. ```cs void Start()...
> 1. Adjust `exampleVirtual` to `return undefined` if `!this.$populated('inventory')` Yes, if I were to check if `inventory` is defined before proceeding in `exampleVirtual`, there won't be an error. However, I...