Justin Wasack
Justin Wasack
Notes from #349 (from @turkishmaid): > Regarding what to be documented, my suggestion was not so much to explain about the user script itself (that's JavaScript, nuff said), but about...
@michael1900 I can not tell when this will get worked on. Please remember, this is an open source project. We work on it in our spare time. Anyone (including you)...
Feel free to make a pull request @michael1900
I took a quick look at this and it *looks* the root Sidebar elements are populated by the `noFolders` array in [`Sidebar.svelte`](https://github.com/evidence-dev/evidence/blob/main/sites/example-project/src/components/ui/Sidebar.svelte). `noFolders` seems derived from the `menu` prop, which...
@TS6ix2GaH3q679h5 You shouldn't be trying to call `window.close()` unless [you've programmatically opened the window](https://developer.mozilla.org/en-US/docs/Web/API/Window/close) you are trying to close. > US.closeTab() The [method was renamed](https://github.com/quoid/userscripts#api) to `GM.closeTab` which may be...
> Could you help me understand why the following notation is not solving this request? That approach is viable and something I've personally used but I do think a dedicated...
@Citizen2023 v5 is in progress and will take many months to complete. Feel free to clone and build on your own system. Please keep comments in the PR thread specific...
@kainankidd > Could you add the option to group/folder scripts by site? The interface's quite a mess when you've installed a multitude of scripts in the settings. To be clear...
Thanks for the feedback @ppixiv > if an update causes permissions to change (changes to grant, connect, etc.) I like this idea. > just asking asking users to review source...
I tested, it see the reload message. Weird. Can you check this one and see if the message still appears when getting redirected from ddg to example.com? ``` // ==UserScript==...