Advertisement
rowrz

noPo for rowrz/neutral themes

Jan 16th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">//<![CDATA[
  2. /**-ignore this stuff-**/
  3. $.fn.noPo=function(a){if($(location).prop("pathname").split("/")[1]!="tagged"){$(".nopo").siblings(a).each(function(){$(this).remove()})}};
  4. /**---**/
  5.  
  6. $(document).ready(function() {
  7.      $().noPo('.x'); //change the 'x' to whatever you want the tag to be, remember to keep the '.'
  8. });
  9. //]]</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement