Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- var images = $( '.mainpost-wrap a img, .new-post a img' );
- images.each( function() {
- var src = $( this ).attr( 'src' ),
- newSrc = src.substring( 46 );
- if ( $( 'body' ).hasClass( 'paged' ) ) {
- $( this ).attr( 'src', newSrc );
- }
- } )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment