A simple, lightweight jQuery plugin to notify users on attempts to contact.
Include script after the jQuery library:
<script src="/path/to/jquery.bad-cop.js"></script>Call the badCop method:
$(document).ready(function(){
$('.bad-cop').badCop()
})Add a empty div tag where you want the bad cop to alert the users when they are behave badly.
<div class="bad_cop_alert"></div>
alert_selector: '.bad_cop_alert',
alert_message: 'You may not communicate with users directly or provide your email, Skype, or phone number',
alert_message_colour: '#FF0000' // Red
Any suggestion, idea or pull request will be helpful