Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- javascript:
- //author: Quetzelcoatlus
- //name: FA-Attack-Number-Resolver
- //version: 1.0.0
- (function() {
- $("img[src*='command/attack.png']").each(function(){$(this).closest("td").append(" " + $(this).data("title"));});
- })();
Advertisement
Add Comment
Please, Sign In to add comment