Posts

Showing posts from September, 2022

sharePageLastPostToGroup_web_sharer

titles=window.document.querySelectorAll("#title")[0].value;changeCon=window.document.querySelectorAll("#changeCon")[0].value;titles=decodeHTMLEntities(titles,changeCon);titles=titles.replace(/ /g,"<sp>").replace(/\n/g,"<br>");groupID=window.document.querySelectorAll("#group_id")[0].value;groupID=groupID.replace(/ /g,"").replace(/\n/g,"");gName=window.document.querySelectorAll("#gName")[0].value;gName=gName.replace(/ /g,"<sp>").replace(/\n/g,"<br>");var setHtmlLoad='<style>.loader-small {border: 16px solid #f3f3f3;border-radius: 50%;border-top: 16px solid blue;border-right: 16px solid green;border-bottom: 16px solid red;width: 30px;height: 30px;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}.loader {border: 16px solid #f3f3f3;border-radius: 50%;border-top: 16px solid #3498db;width: 60px;height: 60px;-webkit-animation: spin ...