honorless

ugly tumblr photoset hack

Feb 2nd, 2015
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. <!-- only include the following line if you cannot find another instance of jquery in your tumblr layout. just search for 'jquery'. the version number may be different. that shouldn't matter. -->
  2. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
  3.  
  4.  
  5. <!-- below is the main dish -->
  6. <script type="text/javascript">
  7. $(function() {
  8.     $('.photoset').contents().find("img").each(function() {
  9.         $(this).attr("src", $(this).attr("src").replace(/_\d\d\d\.(\w\w\w)$/,'_1280.$1'));
  10.     });
  11. });
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment