Tim Nguyen
Tim Nguyen
5 minutes/2 hours/X hours is not enough. I wanted to clear for only the last 30 minutes (which is why I tried installing this add-on in the first place). I...
Firefox supports the chrome theme api, yet installation does not work because there's an unexpected update_url field in the manifest
@pxlcoder and I were looking into those in the context of Interop 2022: * css/css-ui/compute-kind-widget-no-fallback-props-001.html * css/css-ui/compute-kind-widget-fallback-props-revert-001.html
Given this example: `data:text/html,input:in-range { appearance: none; border: 1px solid red; }` `:in-range` seems to be affected by whether an input is readonly, which makes sense when you read: >...
Right now, the steps you need to put your tabs in a group is: - Open the tab group view - drag the tab - locate the group It would...
New builds of edge have a very handy feature, you can press a button to set all your tabs aside: https://youtu.be/fNOr0FN79YU?t=6m10s It'd be nice if with a simple button you...
Input: ``` var promise = function() { return new Promise((resolve) => function() { setTimeout(resolve, 200, 4); }); }; var aF = function() { return new Promise(resolve => { promise.then((data) =>...
Example: https://poll.qu.edu/images/polling/us/us12192018_ulfj59.pdf/ This is because "Page header accent color" continuously screenshots the 200 top pixels of a page and computes the dominant color which changes as the PDF loads. I...