shortscript addbox put the rightclick reporter, is this possible??
here is the code to addbox :idea:
var about;
try {about = document.createElement("div");}
catch (e){about = document.createElement("<div>");}
about.innerHTML = "<div class='commonbox'style='margin-botton:15px'>CONTENT HERE</div>";
document.getElementById("2").parentNode.appendChild(about);
now can you share the code for right click reporter that i can put directly in the "CONTENT HERE" many thanks