Created
February 14, 2019 11:05
This file contains hidden or 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