Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
function gform_initialize_tooltips(){var t=jQuery(".gf_tooltip");t.length&&t.tooltip({show:{effect:"fadeIn",duration:200,delay:100},position:{my:"center bottom",at:"center-3 top-11"},tooltipClass:"arrow-bottom",items:"[aria-label]",content:function(){return gform_sanitize_tooltip_html(jQuery(this).attr("aria-label"))},open:function(t,e){if(void 0===t.originalEvent)return!1;setTimeout(function(){var t=(this.getBoundingClientRect().left-(e.tooltip[0].offsetWidth/2-5)).toFixed(3);e.tooltip.css("left",t+"px")}.bind(this),100);t=e.tooltip.attr("id");jQuery("div.ui-tooltip").not("#"+t).remove()},close:function(t,e){e.tooltip.hover(function(){jQuery(this).stop(!0).fadeTo(400,1)},function(){jQuery(this).fadeOut("500",function(){jQuery(this).remove()})})}})}function gform_sanitize_tooltip_html(t){var t=(new DOMParser).parseFromString(t||"","text/html").body,e=["A","B","BR","CODE","DIV","EM","H1","H2","H3","H4","H5","H6","I","P","SPAN","STRONG"],i=["BUTTON","EMBED","FORM","IFRAME","IMG","INPUT","LINK","MATH","META","OBJECT","OPTION","SCRIPT","SELECT","STYLE","SVG","TEMPLATE","TEXTAREA"];return Array.prototype.slice.call(t.querySelectorAll("*")).forEach(function(t){if(t.parentNode)if(-1!==i.indexOf(t.tagName))t.parentNode.removeChild(t);else if(-1===e.indexOf(t.tagName)){for(;t.firstChild;)t.parentNode.insertBefore(t.firstChild,t);t.parentNode.removeChild(t)}else gform_sanitize_tooltip_attributes(t)}),t.innerHTML}function gform_sanitize_tooltip_attributes(e){var t=e.getAttribute("href"),i=e.getAttribute("target"),o=e.getAttribute("title"),r=e.getAttribute("class"),n=e.getAttribute("aria-hidden"),a=t?t.replace(/[\u0000-\u001F\u007F\s]+/g,"").toLowerCase():"";Array.prototype.slice.call(e.attributes).forEach(function(t){e.removeAttribute(t.name)}),"A"===e.tagName&&(!t||0!==a.indexOf("#")&&/^[a-z][a-z0-9+.-]*:/.test(a)&&!/^(https?:|mailto:|tel:)/.test(a)||e.setAttribute("href",t),"_blank"!==(i=i?i.toLowerCase():"")&&"_self"!==i||(e.setAttribute("target",i),"_blank"===i&&e.setAttribute("rel","noopener")),o)&&e.setAttribute("title",o),r&&e.setAttribute("class",r),"true"!==n&&"false"!==n||e.setAttribute("aria-hidden",n)}function gform_strip_scripts(t){return gform_sanitize_tooltip_html(t)}function gform_system_shows_scrollbars(){var t=document.createElement("div"),e=(t.setAttribute("style","width:30px;height:30px;"),t.classList.add("scrollbar-test"),document.createElement("div")),e=(e.setAttribute("style","width:100%;height:40px"),t.appendChild(e),document.body.appendChild(t),30-t.firstChild.clientWidth);return document.body.removeChild(t),!!e}jQuery(function(){gform_initialize_tooltips()});