Steve Hartwell
Steve Hartwell
Here's another userscript that has a dependency on GM_getResourceText: [Feedly Filtering and Sorting](https://greasyfork.org/scripts/20483-feedly-filtering-and-sorting/code/Feedly%20filtering%20and%20sorting.user.js) It might be helpful in validating your implementation, whenever you get around to it. More info at...
Thanks @misumisumi for the ideas for a solution. I've looked at it some more and am currently trying this: ```js entryHandlers: [ // Web { target: '.w-gl > .result', url:...
Entry blocking is a really valuable feature of miniflux, so thanks very much for implementing it! As a workaround, I can test my filters by deleting the feed and adding...
I think your volume mapping `--volume=/Volumes/dev/mysql8:/var/lib/mysql` won't work if you haven't configured `colima` to mount that volume when colima starts. See the [Frequently Asked Questions: Issue with Docker bind mount...