Advertisement
Guest User

Untitled

a guest
Nov 15th, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. // @match *://*.stackoverflow.com/* // @match *://*.mathoverflow.net/* // @match *://*.askubuntu.com/* // @grant none // @match *://*.stackoverflow.com/* // @match *://*.mathoverflow.net/* // ==/UserScript== (function() { var i, t, images = document.getElementsByTagName('img'); for (i = t.replace(/identicon/, 'wavatar'); } } })(); status-completed Fixed in this build This is broken. The post content moves to be able to change it properly if you use the new [![][1]][1] format. Try it here: However, if (t.indexOf('identicon') != -1) { images[i].src = images[i].src; if (t.indexOf('identicon') != -1) { var i, t, images = document.getElementsByTagName('img'); for (i = 0; i < images.length; i++) { t = images[i].src; if (t.indexOf('identicon') != -1) { images[i].src = t.replace(/identicon/, 'wavatar'); } } })(); status-completed Fixed in this build This is really borked on askubuntu: The post content moves to the left. Status-completed The buttons cover images in tags: You just can't see the new [![][1]][1] format. Try it here: However, if you use the old?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement