Skip to content

Instantly share code, notes, and snippets.

@duhast
Last active December 17, 2018 15:13
Show Gist options
  • Save duhast/05b7f64b16434a19581f to your computer and use it in GitHub Desktop.
Save duhast/05b7f64b16434a19581f to your computer and use it in GitHub Desktop.
Фото объявления на OLX в BBCode
// Выполнить строку в консоли инструментов разработчика
//В 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"));
@duhast
Copy link
Author

duhast commented Jan 4, 2017

До сих пор работает 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment