While testing a new Vivaldi function (which is not yet in the public builds at the time of writing), I have found a serious bug (not a real bug, but more of a serious annoyance) in connection with my Auto Discard extension: The extension […]
Category: Extensions
Auto Reload extension for Vivaldi
Does what it says and reloads tabs / pages in intervals until you hit the stop button for that page. The interval can be set individually for each page. You can choose any interval you want as default interval. Unloads if the last tab […]
Auto-Discard and Tab-Sorter-and-Duplicate-Remover
Two lightweight extensions for Vivaldi. Auto-Discard Tired of exploding your RAM and melting your CPU just because you are a committed tab hoarder like me? Give Auto-Discard a try. It hibernates all tabs that are not active, pinned, highlighted, white-listed and, optionally, do not […]
This is frustrating (small things matter)
134 lines of code, 4 normal functions, 20 calls to chrome.something APIs, some of them nested, 0 const, 0 let, 0 var, 0 ESLint errors, 0 Vivaldi debugger errors. 5h wasted with refactoring and debugging because I wanted to make it run, but it […]
Forget ALL from NOW – Extension
A lightweight extension for Vivaldi to delete all browser data in the time between two button clicks. It does not replace private windows but is a nice alternative if you e.g. don’t want to log out from a website but leave no traces of […]
EXIF Viewer Extension for Chromium Based Browsers
As an old (and long time too 😀 ) Opera user I really miss the handy images properties display in the new Chromium based browsers, especially the EXIF info, so in pure self defense I decided to modify some code taken from http://www.nihilogic.dk/labs/exif/ and […]