MediaWiki:Common.js: Difference between revisions

imported>UncoveredAgent200
Created page with "We are to warn our viewers about any possible shocks that may come from this Wiki.: function getCookie(c_name) { var c_value = ' ' + document.cookie; var c_start ..."
 
imported>UncoveredAgent200
No edit summary
Line 24: Line 24:
/* In no way are we using this to steal accounts. We are using this for per-PC verification. */
/* In no way are we using this to steal accounts. We are using this for per-PC verification. */


var msg = 'This Wiki may contain grotesque/horrifying images, screamers, and epilepsy-inducing flashing lights. By clicking "Agree", you agree that you are alright with this. If you feel uncomfortable with this, clicking "Disagree" will direct you to Wikia\'s homepage.';
var msg = 'This Wiki may contain grotesque/horrifying images, screamers and epilepsy-inducing flashing lights. By clicking "Agree", you agree that you are alright with this. If you feel uncomfortable with this, clicking "Disagree" will direct you to Wikia\'s homepage.';
var cookiename = 'DiscretionVerification';
var cookiename = 'DiscretionVerification';
if (getCookie(cookiename) === null) {
if (getCookie(cookiename) === null) {