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 […]
Tag: javascript
Restoring the Old Opera 12 Space Bar Behavior in Vivaldi
In the good old days of “The Real Opera(TM)” there was one feature for lazy people like me that I heavily used: The Space Bar! I can hear you saying “The space bar is no feature, it is a key on the keyboard!” but […]
Some quick Vivaldi Javascript hacks to add additional functions
Warning: Do not apply this code to a current version of Vivaldi. It will not work anymore because the Vivaldi code has changed! As follow-up to the previous entry about Hacking the CSS, this time we add some new functions to Vivaldi. The […]
cleanPages readability update
Sadly it is broken again since the changes in the Chromium 64 engine. I don’t know when or if I find the necessary spare time to fix it. Since cleanPages finally broke with one of the latest Chromium updates because the OEX shim I […]
PO2JSON converter for Vivaldi translation purposes
Outdated. Use André’s online converter instead. You can find it here: https://an-dz.github.io/PurePO2JSON/ Translating Vivaldi was always a bit difficult when it came to string lengths or if we needed to see exactly where the string is and if it is the right one in that […]
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 […]
CSS beautifier
I confess that am a messy coder when it comes to formatting. I edit, insert and delete until the code runs like I want to. This often leads to perfectly readable code – for machines, but not for other humans – so if I […]
Google custom search, the simple side of google
Outdated – Google switched the custom search off “Everyone” uses Google, so do I (among other search engines) but the Google page got a bit heavy over the years and I felt watched. If you look into the page source you see all kind […]
IE, generated select boxes, change event and WTF?!
While I was writing a bigger JS project, I needed a generated select box that was filled with its options from somewhere. I tested it in Opera 11 and all was good. Then I opened Firefox and it worked, as it did in Chromium. […]
Lightweight Javascript SVG Editor
Always when I needed an SVG file for something I fired up Inkscape, even if I only needed a relatively simple image. While Inkscape is quite powerful when it comes to editing importing and exporting vector graphics, it is a memory and CPU hog […]