xxxxxxxxxx
$('.main .title .t1').first();
//You can also use the `:first` selector to achieve the same result:
$('.main .title .t1:first');
//If you want to select all elements that match the selector and then get the first element from the resulting set, you can use the `eq` method:
$('.main .title .t1').eq(0);
//This will select all elements that match the selector and then return the first element from the resulting set. If no elements match the selector, the result will be an empty jQuery object.
xxxxxxxxxx
ou need John the Ripper jumbo release to crack hashes generated from zip2john (https://www.openwall.com/john/doc/FAQ.shtml). You could download John the Ripper jumbo release from this webpage: https://www.openwall.com/john/ .