Martin Lichtblau
Martin Lichtblau
I had an external USB and Bluetooth mouse and both stopped working. Since this happened within the timeframe I assume it's because of AHI, or rather the Inception driver. I...
I have remapped all modifier keys with AHI, for instance Alt is Ctrl now. But too often I get stuck keys, pressumably when pressing multiple modifier keys at the same...
I use another Chrome extension to switch tabs, namely [Quick Tabs](https://github.com/babyman/quick-tabs-chrome-extension), and implemented some new features which proved utmost useful. For one, the ability to **open the extension from anywhere,...
Is it normal that the bottom sheet just slides over the google maps v2 view, and that the map does not adapt/scale on slide? My map stays always the same...
You have crafted a splendid extension and it looks all promising. I just wanted to let you know that there is already such an extension called [Quicktabs](https://github.com/babyman/quick-tabs-chrome-extension). Just so you...
💡 It would be useful (at times) if expression(s) would be applied on all pages/tabs you open **automatically**. This allows for many new use-cases ‒ a game changer. I already...
Would be useful if the session would directly be displayed like this on the NewTab page. This makes it transparent what session you have and allows easy access. In the...
@sylouuu I auto formatted the code and created some unnecessary changes. I also didnt't know whether the /dist needs to be generated from the /src when only the content and...
Hello @sylouuu why do you use ``window.WebKitMutationObserver`` to observe favicon and title changes, when you could use ``chrome.tabs.onUpdated`` listener instead? This is so much simpler and resource efficient.
I am a newbie. I didn't know how to write a css DOM QuerySelector and I wasted two hours fiddeling with it. Then I found tools that auto generate these...