baskervillles

remove source: and via

Aug 16th, 2012
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(window).load(function(){
  3. $("p").remove(":contains('Source:')");
  4. $("p").remove(":contains('(via')");
  5. });
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment