commit all archived files

This commit is contained in:
mappu 2013-09-21 05:50:46 +00:00
parent 12fd318504
commit 67e59e5c29
2 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# trademe-image-expand
![](https://img.shields.io/badge/written%20in-Javascript-blue)
A bookmarklet to enhance the website trademe.co.nz.
Replaces null-images on search results with loading the image from the auction listing page.
Tags: browser-extension
<html>
<a href="javascript:$(&quot;img[src$=hasPhoto_160x120\\.png]&quot;).each(function(){var e=$(this),t=e.parent().attr(&quot;href&quot;);e.css({height:&quot;120px&quot;,width:&quot;160px&quot;});$.get(t,function(t){var n=$(t).find(&quot;#mainImage&quot;);if(!n.length)return;e.attr(&quot;src&quot;,n.attr(&quot;src&quot;))})})">Drag to bookmarks bar</a>
</html>
## Download
- [⬇️ trademe.js.zip](dist-archive/trademe.js.zip) *(498B)*

BIN
dist-archive/trademe.js.zip Normal file

Binary file not shown.