Created
February 14, 2019 11:05
-
-
Save icodejs/c29f9019306472c6857ac5fece185f28 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSON.stringify(Array.from($('.table-data tr').map(function () { | |
return $(this).find("td:nth-child(2)").text() | |
})).filter(function (url) { | |
return url.indexOf('https://www.maxfactor.com/uk/') > -1; | |
}).sort()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment