Skip to content

Instantly share code, notes, and snippets.

@james-s-tayler
Created May 3, 2016 01:50
Show Gist options
  • Save james-s-tayler/92954a91a36eea7a0e4bc92276a450d6 to your computer and use it in GitHub Desktop.
Save james-s-tayler/92954a91a36eea7a0e4bc92276a450d6 to your computer and use it in GitHub Desktop.
dynadot available domain name bookmarklet
javascript:(function(){$(".table-responsive").find("table tr:contains('Taken')").hide();$(".table-responsive").find("tr").find('td:nth-child(2)').nextAll().hide();$(".table-responsive").find("tr").find('td:nth-child(2)').prevAll().hide();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment