Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- if(/\/profile\//.test(location.href)){
- $('.c_desc').next(':contains(class)').each(function(){
- var $this = $(this);
- $this.html($this.html().replace(/\[class=(.+?)\](.+?)\[\/class\]/g,"<span class='bbcode_$1'>$2</span>"));
- });
- };
- </script>
Advertisement
Add Comment
Please, Sign In to add comment