Justin Wasack

Results 17 issues of Justin Wasack

- [ ] [Inject `document-start` userscripts immediately in `content.js`](https://github.com/quoid/userscripts/issues/184#issuecomment-1241346645) - [ ] Update [sort algorithm](https://github.com/quoid/userscripts/blob/e29d0a7db51a4c4f61c8a1206f2e1d635d670eac/extension/Userscripts%20Extension/Resources/background.js#L686) to sort by `run-at`, *first*, then `weight`

javascript

Take the following userscript for example: ```js // ==UserScript== // @name NewScript-fg00n069 // @description This is your new file, start writing code // @match *://*/* // @grant foo // @inject-into...

help wanted
javascript
question

Reference each commit for what was done. This PR should be rebased into `v5` to ensure each commit is present in the history.

Currently uses the same icon as Userscripts, I think it should have some different

User similar to [userscripts](https://github.com/quoid/userscripts)

When clicking the info icon it takes the user to the old repository, it should be updated with this repository

We are currently using `release-it` with great success, thank you very much for this! However we've recently updated our release process and are encountering some issues I was hoping `git.getLatestTagFromAllRefs=true`...