Guest User

Untitled

a guest
Feb 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. (function($) {
  2. if ($('#nav a[href*="/forum/3828932/"]').length && location.href.indexOf('/1/') !== -1) {
  3. $('td.c_post:eq(0) a').each(function () {
  4. link = $(this).attr('href');
  5. if(link.match(".jpg") || link.match(".gif") || link.match(".png") || link.match(".bmp")) {
  6. $(this).html('<a href="' + link + '"><img src="' + link + '" alt="Icon" /></a>')
  7. }
  8. });
  9. }
  10. })(jQuery);
Add Comment
Please, Sign In to add comment