Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var hoverZoomPlugins = hoverZoomPlugins || [];
  2. hoverZoomPlugins.push({
  3.     name: 'Geizhals',
  4.     version: '0.1',
  5.     prepareImgLinks: function (callback) {
  6.         var res = [];
  7.         hoverZoom.urlReplace(res,
  8.             '.productlist__image a img, .t10img img',
  9.             /(s|s2)/,
  10.             '/p/'
  11.         );
  12.  
  13.         callback($(res));
  14.     }
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement