Steve Brudz
Steve Brudz
@kwokster10 Per our conversation, here's the experiment that I started a5dec2c59a5f4db8688ca0d406aced71dad3aa23 It uses a DOM Mutation observer to look for DIVs marked contenteditable and then applies the JustNotSorry warning checker...
Here's an update on where we're at with this feature request: * Support for outlook.com (#102) has just entered beta testing * I've done some experiments with using the extension...
Try using this GitHub action: https://github.com/marketplace/actions/chrome-addon-action
Work on this feature has been started on the following branch: https://github.com/defmethodinc/just-not-sorry/tree/automated-publish We're waiting for the Chrome Web Store to approve the private beta version of the extension. This ticket...
This would be nice to have. I'll put it on the roadmap.
Safari is finally adding support for the web extensions standard, so this feature request will be much easier to implement: https://hacks.mozilla.org/2020/06/welcoming-safari-to-the-webextensions-community/
PR #151 completes half of this request. For the other half, I need to sync up with @tamireiss about what text and source to use for "If that’s okay". The...
I agree. This could build upon the work that @steveatdm did in the [usability styling branch](https://github.com/defmethodinc/just-not-sorry/tree/usability-styling) to change the tooltip into a real floating overlay. @steveatdm would it be possible...
`@Body` is being used as a parameter decorator, which requires ["babel-plugin-parameter-decorator"](https://www.npmjs.com/package/babel-plugin-parameter-decorator) in addition to "@babel/plugin-proposal-decorators" for it to work.
Warning phrases are now listed on the justnotsorry.com web site: https://justnotsorry.com/phrases.html They're also listed on the extension options UI (via chrome://extensions or just click the JustNotSorry logo in the extension...