Raymond Hill
Raymond Hill
> What about using `matrix-off: behind-the-scene false` instead of behind-the-scene * * block ? He wants the ability to modify the way rules propagate on the _z_ axis (from broader...
uMatrix for Legacy Firefox is no longer maintained: see #824.
This has been the case since HTTPSB: when the matrix refreshes, the hotspots are removed from the cell under the mouse, so we need to move the mouse pointer again...
There is a [PR here](https://github.com/gorhill/PHP-FineDiff/pull/10/commits/75c95cd7cd9738804f16b31dc8e4fcbcf6c0b29a), you could try to patch it manually. I just don't maintain this project anymore, and the purpose was to have efficient diff for ASCII-based text...
It's actually very hard, because there is no way to delete all various local storages _for a specific origin_ with the chrome API. It's rather time-based, and It's all of...
I would say it's more because how the algorithm works. When the [cells are intersected with the bounding box](/gorhill/Javascript-Voronoi/blob/master/rhill-voronoi-core.js#L1474), new "border" edges are created for each cell which needs closing,...
If I look at the code (sorry it has been a while), down to Voronoi.ε -- just to be safe. Anyway, I am looking at the code now, and I...
Rules in global scope are not ubiquitous. Scopes are sandboxed, they do not share rules between each others. If you want `youtube.com` and `ytimg.com` to be ubiquitously whitelisted in all...
> only merge the whitelist rules that would have otherwise been blacklisted in the new temporary scope Wait a minute, it should: https://github.com/gorhill/httpswitchboard/blob/master/js/httpsb.js#L483 Give me a test case, what site...