Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am angelod2022 on github.
  • I am angelod2022 (https://keybase.io/angelod2022) on keybase.
  • I have a public key ASCWE66N7hzhZUHMcVTyreG--kr54I4fy0uvIHj3FGlRfwo

To claim this, I am signing this object:

@AngeloD2022
AngeloD2022 / background.js
Last active December 16, 2023 02:30
Found inside iCloud passwords chrome extension.
var pwlog = void 0,
pwerror = void 0;
function isStringEmpty(e) {
return !e || 0 === e.length
}
function urlFromURLString(e) {
try {
return new URL(e)