Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name simpleplanes.com tweaks
- // @version 0.1
- // @include http://simpleplanes.com/*
- // @include https://simpleplanes.com/*
- // @include http://www.simpleplanes.com/*
- // @include https://www.simpleplanes.com/*
- // @author WNP78
- // ==/UserScript==
- $(".comment-block p").each(function (a,b) { b.innerHTML = b.innerHTML.replace(/@([A-z0-9]+)/g, "<a style=\"background-color: #CCCCCC; color:black; border-radius:5px; padding-left: 3px; padding-right: 3px;\" href=\"/u/$1\">$&</a>"); } );
- $(".post-body p").each(function (a,b) { b.innerHTML = b.innerHTML.replace(/@([A-z0-9]+)/g, "<a style=\"background-color: #CCCCCC; color:black; border-radius:5px; padding-left: 3px; padding-right: 3px;\" href=\"/u/$1\">$&</a>"); } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement