The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,854 other subscribers

Archive for the ‘Chrome’ Category

Not just on a new tab: MacOS chrome crashes when command + shift + i is pressed on a new tab [333424895] – Chromium

Posted by jpluimers on 2024/11/23

April 2024 this bug was reported: [Wayback/Archive] chrome crashes when command + shift + i is pressed on a new tab [333424895] – Chromium

That one was fixed, but it looks shortcuts like Command (⌘) + Shift + I still break Chrome when used on a tab pointing to a web-site.

Hopefully the original fix at [Wayback/Archive] Fix crash in sharing menu (5449679) · Gerrit Code Review will help people fixing the standing issue as well.

Related (I plan to file a bug report when the number of my open tabs is closer to zero from the current 200+):

Read the rest of this entry »

Posted in Apple, Chrome, Google, Mac, Mac OS X / OS X / MacOS, Power User | Leave a Comment »

On my list of tools to try: zhot and tweetzhot (both by Rop Gongrijp and based on puppeteer) to create browser screenshots from the terminal

Posted by jpluimers on 2024/07/17

The feature reminds me on how archive.today saves content.

Both the zhot and tweetzhot repositories are on my list of tools to try. They might make writing blog posts easier.

They are both based on [Wayback/Archive] puppeteer/puppeteer: Headless Chrome Node.js API

Puppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol. Puppeteer runs headless by default, but can be configured to run full (non-headless) Chrome or Chromium.

It demonstrates headless browser usage and can for instance:

  • Generate screenshots and PDFs of pages.
  • Crawl a SPA (Single-Page Application) and generate pre-rendered content (i.e. “SSR” (Server-Side Rendering)).
  • Automate form submission, UI testing, keyboard input, etc.
  • Create an up-to-date, automated testing environment. Run your tests directly in the latest version of Chrome using the latest JavaScript and browser features.
  • Capture a timeline trace of your site to help diagnose performance issues.
  • Test Chrome Extensions.

Note any headless browser will have some trouble rendering single-page applications.

Repositories:

Read the rest of this entry »

Posted in Chrome, Chrome, Development, Google, JavaScript/ECMAScript, Power User, Puppeteer, Scripting, Software Development, Web Browsers | Leave a Comment »

Google Search Location Changers for Chrome and Firefox (via Henk van Ess)

Posted by jpluimers on 2024/06/03

Very useful Web Browser extensions (which you can also use in Edge, see [Wayback/Archive] Add, turn off, or remove extensions in Microsoft Edge – Microsoft Support).

Via [Wayback/Archive] 𝚑𝚎𝚗𝚔 𝚟𝚊𝚗 𝚎𝚜𝚜 on X: “Sick of seeing the web just locally when using Google? Use Google Search location changer to end this problem. Chrome: … Firefox: …”

--jeroen

Posted in Chrome, Chrome, Firefox, Google, Power User, Web Browsers | Leave a Comment »

Is uBlock Origin Lite an alternative to keep using Chrome with manifest V2 deprecated?

Posted by jpluimers on 2024/05/31

Having been a avid uBlock Origin user since when it came out in 2014 even before both Adblock and Adblock Plus headed over to the dark side.

I need to check out if [Wayback/Archive] uBlock Origin Lite is good enough now that Google is phasing out Manifest V2 (on which uBlock Origin and other ad blockers depend to provide full functionality).

When it isn’t, I might switch to Firefox or Brave as it should still support Manifest V2 as per

Firefox for instance has some drawbacks with input handling when editing WordPress posts which Chromium based web-browsers (including Brave) don’t have.

Via:

Related:

Read the rest of this entry »

Posted in Chrome, Chrome, Firefox, Google, Power User, Web Browsers | Leave a Comment »

Some notes on Fierit

Posted by jpluimers on 2024/04/30

Since I had only one read-only account and the Fierit ECD system won’t sent me update notifications on that account, I have collected some links before actually doing deeper investigation to see how to build a push notification system around it.

Link dump:

Read the rest of this entry »

Posted in Bookmarklet, Chrome, Development, Google, JavaScript/ECMAScript, Power User, Scripting, Software Development, Web Browsers, Web Development | Leave a Comment »

Parameter you should add to most of your Google queries: “before:2023” (thanks Grant Gulovsen on Mastodon)

Posted by jpluimers on 2024/04/29

[Wayback/Archive] Grant Gulovsen: “Someone recently posted a hot tip about adding “before:2023” to Google web searches and I forget who it was but wow what a huge difference it makes. So thank you to whoever that was. It gets rid of so much AI-generated SEO crap.” – Mastodon

The actual source seemed to be either of these:

Read the rest of this entry »

Posted in Chrome, Chrome, Firefox, Google, GoogleSearch, Power User, Web Browsers | Leave a Comment »

Skip line while debugging in Chrome developer tools – Stack Overflow

Posted by jpluimers on 2024/03/27

[Wayback/Archive] Skip line while debugging in Chrome developer tools – Stack Overflow (thanks [Wayback/Archive] Matas Vaitkevicius for both asking and answering):

Last comment from dev says:
We’re going to hold off on this feature for now. It’s complexity is high and it’s not common enough a workflow. One could also just comment out the lines and hit ctrl-s to get the same effect, pretty much. Status: WontFix –
The workaround is to comment out the line you want to skip and press Ctrl+S.

The problem is that the workaround fails when you have used the Chrome Dev Tools to format the source code: then you cannot edit the formatted code.

The workaround for that is cumbersome, but doable as in this bug report:

Read the rest of this entry »

Posted in Chrome, Debugging, Development, Google, JavaScript/ECMAScript, Power User, Scripting, Software Development, Web Development | Leave a Comment »

firebug – Google Developer Tools “Network” Tab clears after redirect – Stack Overflow

Posted by jpluimers on 2024/02/29

With the ever changing Google Developer UI it is sometimes hard to track where things moved or what functionality is available.

I needed the “Network” tab to preserve the connections even after a redirect and this is indeed possible as per [Wayback/Archive] firebug – Google Developer Tools “Network” Tab clears after redirect – Stack Overflow (thanks [Wayback/Archive] Rodrigo Graça for asking and [Wayback/Archive] Snuffleupagus for answering):

Read the rest of this entry »

Posted in Chrome, Development, Google, Power User, Software Development, Web Development | Leave a Comment »

Walls and Ladders when pasting e-mail on account sign-up forms: Paste It – Chrome Web Store

Posted by jpluimers on 2024/02/06

In a game of Walls and Ladders (similar to Arms Race), the Ladders usually win, see the references at the end of the post.

The actual “game” in this case is more and more sites trying to build walls prevent pasting credential related information like user IDs (often e-mail addresses) or passwords often citing “more safety” or “less security risks”, and users get taller ladders wanting to do just that because of their own security concerns:

[Wayback/Archive] Stef 🎈 on Twitter: “Dear mobile/web-apps, please never never disable copy and paste “due to security reasons”. -everybody with a password manager.”

The walls will always loose so it is better to invest the money for the walls into other security measures.

Given that most of the risks are web-sites getting that information exfiltrated, I wish they put more energy into bolting down that side of the security risk side than the hampering legitimate users entering that information in the first place.

Since so many of these sites have leaked my information in the past, any email address I use for activating an account is like 50 characters long. Something I am not going to type once (because of typing mistakes) and definitely not twice (to confirm I did not make typing mistakes).

Read the rest of this entry »

Posted in Authentication, Chrome, Clipboard, Development, Google, HTML, JavaScript/ECMAScript, Power User, Scripting, Security, Software Development, Web Development | Leave a Comment »

Weer een site waar je geen email addressen mag plakken: Kruidvat. Makkelijk te omzeilen.

Posted by jpluimers on 2024/01/08

De blokkade van @KruidvatService tegen plakken van email adressen op kruidvat.nl/login/checkout is makkelijk te omzeilen:

  1. JavaScript uitzetten
  2. email plakken
  3. JavaScript aanzetten
  4. “account aanmaken” klikken
  5. rode velden spatie erbij en meteen spatie weg
  6. stap 4.

Bron: [Wayback/Archive] Jeroen Wiert Pluimers on Twitter: “De blokkade van @KruidvatService tegen plakken van email adressen op kruidvat.nl is makkelijk te omzeilen: 1. JavaScript uitzetten 2. email plakken 3. JavaScript aanzetten 4. “account aanmaken” klikken 5. rode velden spatie erbij en meteen spatie weg 6. stap 4.”

Gerelateerd:

Read the rest of this entry »

Posted in Chrome, Chrome, Google, Power User, Web Browsers | Leave a Comment »