// ==UserScript==
// @name Anti-Censure JVC 2.0
// @namespace http://tampermonkey.net/
// @version 2.1
// @description And the power they took from the people will return to the people.
// @author Lepred69 (RisitasVie) et QualityCode
// @match http://www.jeuxvideo.com/forums/*
// @grant none
// @downloadURL https://update.greasyfork.cloud/scripts/368982/Anti-Censure%20JVC%2020.user.js
// @updateURL https://update.greasyfork.cloud/scripts/368982/Anti-Censure%20JVC%2020.meta.js
// ==/UserScript==
(function(){'use strict';var stickers=`
`
var stickers2=`
`
var reference=document.getElementById("bloc-formulaire-forum");var stickersBox=document.createElement("div");stickersBox.style.border="1px solid black";stickersBox.style.width="100%";stickersBox.style.marginTop="10px";stickersBox.style.marginBottom="10px";stickersBox.style.backgroundColor="white";stickersBox.style.padding="8px";reference.insertAdjacentElement("beforebegin",stickersBox);stickersBox.insertAdjacentHTML("afterbegin",stickers);stickersBox.insertAdjacentHTML("afterbegin",stickers2);stickersBox.insertAdjacentHTML("beforebegin",'
Entrez votre message secret puis cliquez sur un sticker:¨p>
');var stickersList=document.getElementsByClassName("secret-sticker");for(let sticker of stickersList){sticker.onclick=function(){var secretValue=document.getElementById("secret-area").value;for(var i=0;i