<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
var targ = $('a[href*="Plan"]');
var runAway = function(){targ.remove()}
$(document).ready(function (){targ.mouseover(runAway);targ.mousemove(runAway);});
</script>
![[paper clip]](/courses/source/wiki_images/paper_clip_tilt.png)