Last active
December 17, 2018 15:13
-
-
Save duhast/05b7f64b16434a19581f to your computer and use it in GitHub Desktop.
Фото объявления на OLX в BBCode
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
// Выполнить строку в консоли инструментов разработчика | |
//В BBCode | |
copy($('#bigGallery a').map(function(i){ return '[url='+$(this).attr('href')+'][img]'+$(this).attr('rel')+'[/img][/url]'; }).get().join("\n"));alert('Photos BBCode copied to clipboard'); | |
// Список фоток для aria2 input file | |
copy($('#bigGallery a').map(function(i){ return $(this).attr('href')+"\n out="+i+'.jpg'; }).get().join("\n")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
До сих пор работает 😉