mataharikemalaman

Untitled

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