0xkg

Results 2 issues of 0xkg

**Description:** In the `getBreadcrumbCards` function, the regular expression used to match `href` attributes only accounted for double quotes (`"`) around the URL. This update modifies the regex to handle both...

**Description:** I fixed a small issue with URL validation in the script. The previous regular expression `http[s]*://` didn't work as expected. I replaced it with `https\?://`, which correctly checks for...