Skip to content

Instantly share code, notes, and snippets.

@niknah
Created January 14, 2023 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niknah/fc8eaa142ee38897c8d69da6b7868b4b to your computer and use it in GitHub Desktop.
Save niknah/fc8eaa142ee38897c8d69da6b7868b4b to your computer and use it in GitHub Desktop.
Get porkbun.com domain pricing in a table
// Press F12 and paste the below line...
x=[]; jQuery('.domainsPricingAllExtensionsItem').each((idx,elem) => { r=[]; jQuery('.row > div',elem).each((idx2, el2) =>{ r.push( el2.innerText.trim() ) }); x.push(r); }); x;
// Copy the result and paste into...
// https://www.convertjson.com/json-to-html-table.htm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment