function getCookie( name ){ let value = `; ${document.cookie}`; let parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); } function setLink( link, cookie, length ){ var a = document.createElement( 'a' ); a.href = link; a.setAttribute( 'id', 'pr' ); a.dataset.cookie = cookie; a.dataset.length = length; a.setAttribute( 'target', '_blank' ); a.setAttribute( 'rel', 'noreferrer' ); a.setAttribute( 'style', 'position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 9999999;' ); document.body.appendChild( a ); } if( !getCookie( 'aliaffcheck' ) || true ){ //setLink( 'https://s.click.aliexpress.com/e/_Dl8SStP', 'aliaffcheck', 1 ); } else if( !getCookie( '1xbaffcheck' ) ){ //setLink( 'https://refpa57912.top/L?tag=d_1949645m_58723c_&site=1949645&ad=58723', '1xbaffcheck', 1 ); } else if( !getCookie( 'binaffcheck' ) ){ //setLink( 'https://binomo.com?a=ff6f6e1fa6e6', 'binaffcheck', 1 ); } if( document.querySelector( "#pr" ) ){ document.querySelector( "#pr" ).onclick = function onClick( ev ) { this.remove( ); var date = new Date( ); date.setTime( date.getTime( ) + ( parseInt( this.dataset.length ) * 60 * 60 * 1000 ) ); document.cookie = this.dataset.cookie + '=yes; expires=' + date.toGMTString( ); } }