UPDATE mới giao diện?

Cập nhật những thay đổi, cập nhật mới trên blogphuongmy

Tool get Links mới

Nhanh tay tải tool get links mới nhất về

Bạn đã biết Zalo Marketing?

Giải pháp bán hàng tự động trên zalo

Tri Ân Độc Giả

Tặng theme blogspot Blogphuongmy V.0.99 thiết kế bởi Blogphuongmy

Tạo trang chuyển hướng ra trang bên ngoài trên blogspot thật chuyên nghiệp

Qua tham khảo một vài nơi và Google thấy có rất nhiều tìm kiếm cách tạo một trang chuyển tiếp cho Blogger / Blogspot. Nay mình chia sẻ mọi người cách tạo trang chuyển hướng tự động .
Trang chuyển hướng tự động không những giúp cho blog của bạn thêm tính chuyên nghiệp mà còn giúp người đọc có thêm tùy chọn xác nhận có chuyển hướng hay không? Nếu bạn muốn tạo một trang như vậy thì dưới đây là hướng dẫn cách tạo trang chờ chuyển hướng tự động cho blogspot với giao diện đơn giản load nhanh với thời gian chờ tự động 30 giây ( thời gian bạn có thể tin chỉnh nhanh hơn hay chậm nhé ... ).
XEM DEMO NHANH

MỘT SỐ TÍNH NĂNG






  • Tự động kích hoạt/ nhận diện trang chuyển tiếp với những đường link đi ra ngoài trang web.
  • Trang chuyển tiếp nằm trên chính blog của bạn
  • Tự động mở tab mới với liên kết ngoài
  • Hiển thị thông báo chuyển trang, có đếm thời gian
  • Hiện thời gian đếm ngược giống như các trang lớn : Sforum, Sinhvietit,...
  • Giao diện dễ dàng tùy chỉnh

    CÁCH THỰC HIỆN


    Bước 1: Tạo một trang mới
    Đăng nhập vào Blogger truy cập Trang Trang mới đặt tên cho trang mới này, sau đó chuyển sang khung soạn thảo HTML Dán code bên dưới vào :
    <style>
    #button1 {
        background-color: #4CAF50;
        border: none;
        border-radius: 4px;
        color: white;
        padding: 7px 14px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        cursor: pointer;
    }

    #button2 {
        background-color: #008CBA;
        border: none;
        border-radius: 4px;
        color: white;
        padding: 7px 14px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        cursor: pointer;
    }
    .footer-credits{display:none;}
    </style>

    <script>
     function getQueryVariable(variable)
    {
           var query = window.location.search.substring(1);
           var vars = query.split("&");
           for (var i=0;i<vars.length;i++) {
                   var pair = vars[i].split("=");
                   if(pair[0] == variable){return pair[1];}
           }
           return(false);
    }

    var time = 30;
    var page = getQueryVariable("pms");
    function countDown(){
    time--;
    gett("timecount").innerHTML = time;
    if(time == 0){
    window.location = page;
    }
    }
    function gett(id){
    if(document.getElementById) return document.getElementById(id);
    if(document.all) return document.all.id;
    if(document.layers) return document.layers.id;
    if(window.opera) return window.opera.id;
    }
    function init(){
    if(gett('timecount')){
    setInterval(countDown, 1000);
    gett("timecount").innerHTML = time;
    }
    else{
    setTimeout(init, 50);
    }
    }
    document.onload = init();

    $(document).ready(function(){
     $('.link-out-btn').click(function(){
        window.location = page;
     });
     $('#linkout').text(page);
    });
    </script>

    <script>
    function closeWindow() {
            window.open('','_parent','');
            window.close();
        }
    </script>

    <br />
    Bạn vừa nhấp vào một liên kết không thuộc <b><a href="https://www.phuong-my.com/">www.phuong-my.com</a></b><br />
    Trang sẽ tự chuyển sang liên kết bạn vừa nhấp sau
    <span id="timecount"></span> giây!
    <br />
    <br />
    Liên kết bạn muốn đến: <span id="linkout"></span><br />
    <br />
    <div style="text-align: center;">
    <button class="link-out-btn" id="button1">Đồng ý</button>
    <button id="button2" onclick="javascript:closeWindow();">Từ chối</button>
    </div>

    Lưu ý:
    - Bạn có thể thay dòng var time = 30; số 30 bằng số thời gian mà bạn muốn trang chờ này hiển thị. Thời gian được tính bằng giây.
    - Thay www.phuong-my.com bằng tên blog của bạn và link https://phuong-my.com bằng link truy cập blog của bạn.
    - Thay các chữ Đồng ý và Từ chối theo ý bạn
    Bước 2 :Tạo request link không thuộc blog tự động , Bằng cách thêm code bên dưới trước thẻ </head> nhé bạn.
    &lt;!-- Code tự động chuyển trang link ngoài --&gt;
    &lt;script&gt;
    var redirect = &amp;#39;int&amp;#39;;
    var exclude_domains = [&amp;#39;phuong-my.com&amp;#39;, &amp;#39;www.phuong-my.com&amp;#39;,&amp;#39;bp.blogspot.com&amp;#39;,];
    //&lt;![CDATA[
    var DOMAssistant=function(){var G=function(){};var C=/*@cc_on!@*/false;var F=C&amp;&amp;parseFloat(navigator.appVersion)&lt;6;var B={},K={},A=true;var J={accesskey:&quot;accessKey&quot;,&quot;class&quot;:&quot;className&quot;,colspan:&quot;colSpan&quot;,&quot;for&quot;:&quot;htmlFor&quot;,maxlength:&quot;maxLength&quot;,readonly:&quot;readOnly&quot;,rowspan:&quot;rowSpan&quot;,tabindex:&quot;tabIndex&quot;,valign:&quot;vAlign&quot;,cellspacing:&quot;cellSpacing&quot;,cellpadding:&quot;cellPadding&quot;};var I={rules:/\s*(,)\s*/g,selector:/^(\w+)?(#[\w\u00C0-\uFFFF\-\_]+|(\*))?((\.[\w\u00C0-\uFFFF\-_]+)*)?((\[\w+\s*(\^|\$|\*|\||~)?(=\s*([\w\u00C0-\uFFFF\s\-\_\.]+|&quot;[^&quot;]*&quot;|&#39;[^&#39;]*&#39;))?\]+)*)?(((:\w+[\w\-]*)(\((odd|even|\-?\d*n?((\+|\-)\d+)?|[\w\u00C0-\uFFFF\-_\.]+|&quot;[^&quot;]*&quot;|&#39;[^&#39;]*&#39;|((\w*\.[\w\u00C0-\uFFFF\-_]+)*)?|(\[#?\w+(\^|\$|\*|\||~)?=?[\w\u00C0-\uFFFF\s\-\_\.\&#39;\&quot;]+\]+)|(:\w+[\w\-]*))\))?)*)?(&gt;|\+|~)?/,id:/^#([\w\u00C0-\uFFFF\-\_]+)$/,tag:/^(\w+)/,relation:/^(&gt;|\+|~)$/,pseudo:/^:(\w[\w\-]*)(\((.+)\))?$/,pseudos:/:(\w[\w\-]*)(\(([^\)]+)\))?/g,attribs:/\[(\w+)\s*(\^|\$|\*|\||~)?=?\s*([\w\u00C0-\uFFFF\s\-_\.]+|&quot;[^&quot;]*&quot;|&#39;[^&#39;]*&#39;)?\]/g,classes:/\.([\w\u00C0-\uFFFF\-_]+)/g,quoted:/^[&quot;&#39;](.*)[&quot;&#39;]$/,nth:/^((odd|even)|([1-9]\d*)|((([1-9]\d*)?)n([\+\-]\d+)?)|(\-(([1-9]\d*)?)n\+(\d+)))$/};var E=function(M,L){M.push.apply(M,[].slice.apply(L));return M};if(C){E=function(N,M){if(M.slice){return N.concat(M)}var L=0,O;while((O=M[L++])){N[N.length]=O}return N}}var D=function(O,N){if(O.indexOf){return O.indexOf(N)&gt;=0}for(var M=0,L=O.length;M&lt;L;M++){if(O[M]===N){return true}}return false};var H=function(N,L){var M=N.parentNode;return L===document||M===L||(M!==document&amp;&amp;H(M,L))};return{isIE:C,camel:J,allMethods:[],publicMethods:[&quot;cssSelect&quot;,&quot;elmsByClass&quot;,&quot;elmsByAttribute&quot;,&quot;elmsByTag&quot;],initCore:function(){this.applyMethod.call(window,&quot;$&quot;,this.$);this.applyMethod.call(window,&quot;$$&quot;,this.$$);window.DOMAssistant=this;if(C){G=Array}G.prototype=[];G.prototype.each=function(N){for(var M=0,L=this.length;M&lt;L;M++){N.call(this[M])}return this};G.prototype.first=function(){return(typeof this[0]!==&quot;undefined&quot;)?DOMAssistant.addMethodsToElm(this[0]):null};G.prototype.end=function(){return this.previousSet};this.attach(this)},addMethods:function(L,M){if(typeof this.allMethods[L]===&quot;undefined&quot;){this.allMethods[L]=M;this.addHTMLArrayPrototype(L,M)}},addMethodsToElm:function(M){for(var L in this.allMethods){if(typeof this.allMethods[L]!==&quot;undefined&quot;){this.applyMethod.call(M,L,this.allMethods[L])}}return M},applyMethod:function(M,L){if(typeof this[M]!==&quot;function&quot;){this[M]=L}},attach:function(N){var L=N.publicMethods;if(typeof L===&quot;undefined&quot;){for(var P in N){if(P!==&quot;init&quot;&amp;&amp;typeof N[P]!==&quot;undefined&quot;){this.addMethods(P,N[P])}}}else{if(L.constructor===Array){for(var M=0,O;(O=L[M]);M++){this.addMethods(O,N[O])}}}if(typeof N.init===&quot;function&quot;){N.init()}},addHTMLArrayPrototype:function(L,M){G.prototype[L]=function(){var P=new G();P.previousSet=this;var Q;for(var O=0,N=this.length;O&lt;N;O++){Q=M.apply(this[O],arguments);if(!!Q&amp;&amp;Q.constructor===Array){P=E(P,Q)}else{P.push(Q)}}return P}},clearHandlers:function(){var Q=this.all||this.getElementsByTagName(&quot;*&quot;);for(var P=0,R,L;(R=Q[P++]);){if((L=R.attributes)){for(var N=0,O=L.length,M;N&lt;O;N++){M=L[N].nodeName.toLowerCase();if(typeof R[M]===&quot;function&quot;){R[M]=null}}}}},setCache:function(L){A=L},$:function(){var O=arguments[0];if(arguments.length===1&amp;&amp;(typeof O===&quot;object&quot;||(typeof O===&quot;function&quot;&amp;&amp;!!O.nodeName))){return DOMAssistant.$$(O)}var Q=new G();for(var M=0,L,P;(L=arguments[M]);M++){if(typeof L===&quot;string&quot;){L=L.replace(/^[^#]*(#)/,&quot;$1&quot;);if(I.id.test(L)){if((P=DOMAssistant.$$(L.substr(1),false))){Q.push(P)}}else{var N=(document.all||document.getElementsByTagName(&quot;*&quot;)).length;Q=(!document.querySelectorAll&amp;&amp;A&amp;&amp;K.rule&amp;&amp;K.rule===L&amp;&amp;K.doc===N)?K.elms:E(Q,DOMAssistant.cssSelection.call(document,L));K={rule:L,elms:Q,doc:N}}}}return Q},$$:function(Q,N){var P=(typeof Q===&quot;object&quot;||(typeof Q===&quot;function&quot;&amp;&amp;!!Q.nodeName))?Q:document.getElementById(Q);var O=N||true;if(typeof Q===&quot;string&quot;&amp;&amp;P&amp;&amp;P.id!==Q){P=null;for(var L=0,M;(M=document.all[L]);L++){if(M.id===Q){P=M;break}}}if(P&amp;&amp;O){DOMAssistant.addMethodsToElm(P)}return P},getSequence:function(P){var Q,O=2,M=-1,L=-1,N=I.nth.exec(P.replace(/^0n\+/,&quot;&quot;).replace(/^2n$/,&quot;even&quot;).replace(/^2n+1$/,&quot;odd&quot;));if(!N){return null}if(N[2]){Q=(N[2]===&quot;odd&quot;)?1:2;L=(Q===1)?1:0}else{if(N[3]){Q=parseInt(N[3],10);O=0;M=Q}else{if(N[4]){O=N[6]?parseInt(N[6],10):1;Q=N[7]?parseInt(N[7],10):0;while(Q&lt;1){Q+=O}L=(Q&gt;O)?(Q-O)%O:((Q===O)?0:Q)}else{if(N[8]){O=N[10]?parseInt(N[10],10):1;Q=M=parseInt(N[11],10);while(Q&gt;O){Q-=O}L=(M&gt;O)?(M-O)%O:((M===O)?0:M)}}}}return{start:Q,add:O,max:M,modVal:L}},cssByDOM:function(L){var AL=L.replace(I.rules,&quot;$1&quot;).split(&quot;,&quot;);var AD=new G(),At=[],AI=[];var y,AU,X,T,d,Ax,N,Ak,Q,Z,M,Au,AO,O,AK;try{y=new RegExp(&quot;(?:\\[[^\\[]*\\]|\\(.*\\)|[^\\s\\+&gt;~\\[\\(])+|[\\+&gt;~]&quot;,&quot;g&quot;)}catch(Am){y=/[^\s]+/g}function AR(i){i=i||At;for(var e=0,a=i.length;e&lt;a;e++){i[e].added=null}}function S(){for(var e=0,a=AU.length;e&lt;a;e++){AU[e].childElms=null}}function Aq(k,a){for(var l=0,o;(o=k[l]);l++){var n=false;for(var e=0,m;(m=a[e]);e++){if(m===o){n=true;a.splice(e,1);break}}if(n){k.splice(l--,1)}}return k}function U(e,a){return C?e[J[a.toLowerCase()]||a]:e.getAttribute(a,2)}function g(a,e){a=a?a.replace(I.quoted,&quot;$1&quot;).replace(/\./g,&quot;\\.&quot;):null;switch(e){case&quot;^&quot;:return&quot;^&quot;+a;case&quot;$&quot;:return a+&quot;$&quot;;case&quot;*&quot;:return a;case&quot;|&quot;:return&quot;^&quot;+a+&quot;(\\-\\w+)*$&quot;;case&quot;~&quot;:return&quot;\\b&quot;+a+&quot;\\b&quot;;default:return a?&quot;^&quot;+a+&quot;$&quot;:null}}function v(a,e){return F?((a===&quot;*&quot;)?e.all:e.all.tags(a)):e.getElementsByTagName(a)}function AM(a,e){a=a||&quot;*&quot;;e=e||document;return(e===document||e.lastModified)?B[a]||(B[a]=v(a,document)):v(a,e)}function Av(m,A5,j){AU=[];var k=A5.split(&quot;-&quot;),r=[],AW=0,A4,AV;var l=(A4=/\-of\-type$/.test(A5))?&quot;nodeName&quot;:&quot;nodeType&quot;;function A6(A8){var A7=A4?A8.nodeName:1;while((A8=A8.previousSibling)&amp;&amp;A8[l]!==A7){}return A8}function q(A8){var A7=A4?A8.nodeName:1;while((A8=A8.nextSibling)&amp;&amp;A8[l]!==A7){}return A8}var o={first:function(A7){return !A6(A7)},last:function(A7){return !q(A7)},empty:function(A7){return !A7.childNodes.length},enabled:function(A7){return !Q.disabled&amp;&amp;Q.type!==&quot;hidden&quot;},disabled:function(A7){return Q.disabled},checked:function(A7){return Q.checked},contains:function(A7){return(Q.innerText||Q.textContent||&quot;&quot;).indexOf(j.replace(I.quoted,&quot;$1&quot;))&gt;-1},other:function(A7){return U(Q,A5)===j}};function i(A7){while((Q=m[AW++])){if(o[A7](Q)){r[r.length]=Q}}return r}var A1=k[0]||null;if(A1&amp;&amp;o[A1]){return i(A1)}switch(A1){case&quot;only&quot;:var s;while((Q=m[AW++])){Z=Q.parentNode;if(Z!==s){if(!A6(Q)&amp;&amp;!q(Q)){r[r.length]=Q}s=Z}}break;case&quot;nth&quot;:if(/^n$/.test(j)){r=m}else{var A3=(k[1]===&quot;last&quot;)?[&quot;lastChild&quot;,&quot;previousSibling&quot;]:[&quot;firstChild&quot;,&quot;nextSibling&quot;];AK=DOMAssistant.getSequence.call(this,j);if(AK){while((Q=m[AW++])){Z=Q.parentNode;if(!Z.childElms){var A0=0,AX=Q.nodeName;AO=AK.start;O=Z[A3[0]];while(O&amp;&amp;(AK.max&lt;0||AO&lt;=AK.max)){var A2=O.nodeName;if((A4&amp;&amp;A2===AX)||(!A4&amp;&amp;O.nodeType===1)){if(++A0===AO){if(A2===AX){r[r.length]=O}AO+=AK.add}}O=O[A3[1]]}Z.childElms=true;AU[AU.length]=Z}}S()}}break;case&quot;target&quot;:var e=document.location.hash.slice(1);if(e){while((Q=m[AW++])){if(U(Q,&quot;name&quot;)===e||U(Q,&quot;id&quot;)===e){r[r.length]=Q;break}}}break;case&quot;not&quot;:if((AV=I.pseudo.exec(j))){r=Aq(m,Av(m,AV[1]?AV[1].toLowerCase():null,AV[3]||null))}else{for(var AY in I){if(I[AY].lastIndex){I[AY].lastIndex=0}}j=j.replace(I.id,&quot;[id=$1]&quot;);var u=I.tag.exec(j);var n=I.classes.exec(j);var t=I.attribs.exec(j);var a=new RegExp(t?g(t[3],t[2]):&quot;(^|\\s)&quot;+(u?u[1]:n?n[1]:&quot;&quot;)+&quot;(\\s|$)&quot;,&quot;i&quot;);while((M=m[AW++])){Au=null;if(u&amp;&amp;!a.test(M.nodeName)){Au=M}else{if(n&amp;&amp;!a.test(M.className)){Au=M}else{if(t){var AZ=U(M,t[1]);if(!AZ||!a.test(AZ)){Au=M}}}}if(Au&amp;&amp;!Au.added){Au.added=true;r[r.length]=Au}}}break;default:return i(&quot;other&quot;)}return r}for(var Ao=0;(X=AL[Ao]);Ao++){if(Ao&amp;&amp;D(AL.slice(0,Ao),X)){continue}At=[this];T=X.match(y);for(var Al=0,V;(V=T[Al]);Al++){AI=[];if(Al&gt;0&amp;&amp;I.relation.test(V)){if((d=I.relation.exec(V))){var Ar=null,AS=T[Al+1];if((Ax=I.tag.exec(AS))){Ax=Ax[1];N=new RegExp(&quot;(^|\\s)&quot;+Ax+&quot;(\\s|$)&quot;,&quot;i&quot;)}else{if(I.id.test(AS)){Ar=DOMAssistant.$(AS)||null}}for(var Aj=0,c;(c=At[Aj]);Aj++){switch(d[0]){case&quot;&gt;&quot;:var AF=Ar||AM(Ax,c);for(var Ah=0,AA;(AA=AF[Ah]);Ah++){if(AA.parentNode===c){AI[AI.length]=AA}}break;case&quot;+&quot;:while((c=c.nextSibling)&amp;&amp;c.nodeType!==1){}if(c){if((Ar&amp;&amp;Ar[0]===c)||(!Ar&amp;&amp;(!Ax||N.test(c.nodeName)))){AI[AI.length]=c}}break;case&quot;~&quot;:while((c=c.nextSibling)&amp;&amp;!c.added){if((Ar&amp;&amp;Ar[0]===c)||(!Ar&amp;&amp;(!Ax||N.test(c.nodeName)))){c.added=true;AI[AI.length]=c}}break}}At=AI;AR();V=T[++Al];if(/^\w+$/.test(V)||I.id.test(V)){continue}At.skipTag=true}}var Aw=I.selector.exec(V);var AH={tag:(!Aw[1]||Aw[3]===&quot;*&quot;)?&quot;*&quot;:Aw[1],id:(Aw[3]!==&quot;*&quot;)?Aw[2]:null,allClasses:Aw[4],allAttr:Aw[6],allPseudos:Aw[11]};if(AH.id){var f=0,Ap=document.getElementById(AH.id.replace(/#/,&quot;&quot;));if(Ap){while(At[f]&amp;&amp;!H(Ap,At[f])){f++}AI=(f&lt;At.length)?[Ap]:[]}At=AI}else{if(AH.tag&amp;&amp;!At.skipTag){if(Al===0&amp;&amp;!AI.length&amp;&amp;At.length===1){At=AI=E([],AM(AH.tag,At[0]))}else{for(var Ag=0,AP=At.length,AB,Ay;Ag&lt;AP;Ag++){AB=AM(AH.tag,At[Ag]);for(var Ad=0;(Ay=AB[Ad]);Ad++){if(!Ay.added){Ay.added=true;AI[AI.length]=Ay}}}At=AI;AR()}}}if(!AI.length){break}At.skipTag=false;if(AH.allClasses){var Ac=0,Ae=[],Y=AH.allClasses.split(&quot;.&quot;).slice(1);while((Ak=At[Ac++])){var Ai=true,Az=Ak.className;if(Az&amp;&amp;Az.length){Az=Az.split(&quot; &quot;);for(var Aa=0,Ab=Y.length;Aa&lt;Ab;Aa++){if(!D(Az,Y[Aa])){Ai=false;break}}if(Ai){Ae[Ae.length]=Ak}}}At=AI=Ae}if(AH.allAttr){var w=0,AE=[],Af=[],AJ=AH.allAttr.match(/\[[^\]]+\]/g);for(var z=0,P=AJ.length,x,AQ;z&lt;P;z++){I.attribs.lastIndex=0;x=I.attribs.exec(AJ[z]);AQ=g(x[3],x[2]||null);AE[z]=[(AQ?new RegExp(AQ):null),x[1]]}while((Ak=AI[w++])){for(var p=0,AG=AE.length;p&lt;AG;p++){var R=true,AC=AE[p][0],An=U(Ak,AE[p][1]);if(!AC&amp;&amp;An===true){continue}if((!AC&amp;&amp;(!An||typeof An!==&quot;string&quot;||!An.length))||(!!AC&amp;&amp;!AC.test(An))){R=false;break}}if(R){Af[Af.length]=Ak}}At=AI=Af}if(AH.allPseudos){var W=AH.allPseudos.match(I.pseudos);for(var h=0,As=W.length;h&lt;As;h++){I.pseudos.lastIndex=0;var AT=I.pseudos.exec(W[h]);var b=AT[1]?AT[1].toLowerCase():null;var AN=AT[3]||null;AI=Av(AI,b,AN);AR(AI)}At=AI}}AD=E(AD,At)}return AD},cssByXpath:function(M){var N={xhtml:&quot;http://www.w3.org/1999/xhtml&quot;};var O=(document.documentElement.namespaceURI===N.xhtml)?&quot;xhtml:&quot;:&quot;&quot;;var L=function P(Q){return N[Q]||null};DOMAssistant.cssByXpath=function(l){if(/:checked/.test(l)){return DOMAssistant.cssByDOM.call(this,l)}var X=l.replace(I.rules,&quot;$1&quot;).split(&quot;,&quot;);var W=new G();var p,r,f,U,V,Z;var q=new RegExp(&quot;(?:\\[[^\\[]*\\]|\\(.*\\)|[^\\s\\+&gt;~\\[\\(])+|[\\+&gt;~]&quot;,&quot;g&quot;);function h(i,t,k,j){j=j?j.replace(I.quoted,&quot;$1&quot;):j;switch(k){case&quot;^&quot;:return&quot;starts-with(@&quot;+t+&#39;, &quot;&#39;+j+&#39;&quot;)&#39;;case&quot;$&quot;:return&quot;substring(@&quot;+t+&quot;, (string-length(@&quot;+t+&quot;) - &quot;+(j.length-1)+&quot;), &quot;+j.length+&#39;) = &quot;&#39;+j+&#39;&quot;&#39;;case&quot;*&quot;:return&#39;contains(concat(&quot; &quot;, @&#39;+t+&#39;, &quot; &quot;), &quot;&#39;+j+&#39;&quot;)&#39;;case&quot;|&quot;:return&quot;(@&quot;+t+&#39;=&quot;&#39;+j+&#39;&quot; or starts-with(@&#39;+t+&#39;, &quot;&#39;+j+&#39;-&quot;))&#39;;case&quot;~&quot;:return&#39;contains(concat(&quot; &quot;, @&#39;+t+&#39;, &quot; &quot;), &quot; &#39;+j+&#39; &quot;)&#39;;default:return&quot;@&quot;+t+(j?&#39;=&quot;&#39;+j+&#39;&quot;&#39;:&quot;&quot;)}}function T(i,t,k,j){return&quot;[&quot;+h(i,t,k,j)+&quot;]&quot;}function n(y,x,k){y=/\-child$/.test(x)?&quot;*&quot;:y;var t=&quot;&quot;,v=x.split(&quot;-&quot;),u;switch(v[0]){case&quot;nth&quot;:if(!/^n$/.test(k)){var j=((v[1]===&quot;last&quot;)?&quot;(count(following-sibling::&quot;:&quot;(count(preceding-sibling::&quot;)+y+&quot;) + 1)&quot;;if((Z=DOMAssistant.getSequence.call(this,k))){t=(Z.start===Z.max)?j+&quot; = &quot;+Z.start:j+&quot; mod &quot;+Z.add+&quot; = &quot;+Z.modVal+((Z.start&gt;1)?&quot; and &quot;+j+&quot; &gt;= &quot;+Z.start:&quot;&quot;)+((Z.max&gt;0)?&quot; and &quot;+j+&quot; &lt;= &quot;+Z.max:&quot;&quot;)}}break;case&quot;not&quot;:var w=(u=I.pseudo.exec(k))?n(y,u[1]?u[1].toLowerCase():null,u[3]||null):k.replace(I.id,&quot;[id=$1]&quot;).replace(I.tag,&quot;self::$1&quot;).replace(I.classes,&#39;contains(concat(&quot; &quot;, @class, &quot; &quot;), &quot; $1 &quot;)&#39;).replace(I.attribs,h);t=&quot;not(&quot;+w+&quot;)&quot;;break;case&quot;first&quot;:return&quot;not(preceding-sibling::&quot;+y+&quot;)&quot;;case&quot;last&quot;:return&quot;not(following-sibling::&quot;+y+&quot;)&quot;;case&quot;only&quot;:return&quot;not(preceding-sibling::&quot;+y+&quot; or following-sibling::&quot;+y+&quot;)&quot;;case&quot;empty&quot;:return&quot;count(child::*) = 0 and string-length(text()) = 0&quot;;case&quot;contains&quot;:return&#39;contains(., &quot;&#39;+k.replace(I.quoted,&quot;$1&quot;)+&#39;&quot;)&#39;;case&quot;enabled&quot;:return&#39;not(@disabled) and not(@type=&quot;hidden&quot;)&#39;;case&quot;disabled&quot;:return&quot;@disabled&quot;;case&quot;target&quot;:var i=document.location.hash.slice(1);return&#39;@name=&quot;&#39;+i+&#39;&quot; or @id=&quot;&#39;+i+&#39;&quot;&#39;;default:return&quot;@&quot;+x+&#39;=&quot;&#39;+k+&#39;&quot;&#39;}return t}for(var m=0;(p=X[m]);m++){if(m&amp;&amp;D(X.slice(0,m),p)){continue}r=p.match(q);f=&quot;.&quot;;for(var g=0,o=r.length;g&lt;o;g++){U=I.selector.exec(r[g]);V={tag:O+((!U[1]||U[3]===&quot;*&quot;)?&quot;*&quot;:U[1]),id:(U[3]!==&quot;*&quot;)?U[2]:null,allClasses:U[4],allAttr:U[6],allPseudos:U[11],tagRelation:U[23]};if(V.tagRelation){var a={&quot;&gt;&quot;:&quot;/child::&quot;,&quot;+&quot;:&quot;/following-sibling::*[1]/self::&quot;,&quot;~&quot;:&quot;/following-sibling::&quot;};f+=a[V.tagRelation]||&quot;&quot;}else{f+=(g&gt;0&amp;&amp;I.relation.test(r[g-1]))?V.tag:(&quot;/descendant::&quot;+V.tag)}if(V.id){f+=&#39;[@id = &quot;&#39;+V.id.replace(/^#/,&quot;&quot;)+&#39;&quot;]&#39;}if(V.allClasses){f+=V.allClasses.replace(I.classes,&#39;[contains(concat(&quot; &quot;, @class, &quot; &quot;), &quot; $1 &quot;)]&#39;)}if(V.allAttr){f+=V.allAttr.replace(I.attribs,T)}if(V.allPseudos){var Y=V.allPseudos.match(I.pseudos);for(var e=0,R=Y.length;e&lt;R;e++){I.pseudos.lastIndex=0;var S=I.pseudos.exec(Y[e]);var s=S[1]?S[1].toLowerCase():null;var Q=S[3]||null;var b=n(V.tag,s,Q);if(b.length){f+=&quot;[&quot;+b+&quot;]&quot;}}}}var d=document.evaluate(f,this,L,0,null),c;while((c=d.iterateNext())){W.push(c)}}return W};return DOMAssistant.cssByXpath.call(this,M)},cssSelection:function(M){DOMAssistant.cssSelection=document.evaluate?DOMAssistant.cssByXpath:DOMAssistant.cssByDOM;if(document.querySelectorAll){var L=DOMAssistant.cssSelection;DOMAssistant.cssSelection=function(N){try{var P=new G();return E(P,this.querySelectorAll(N))}catch(O){return L.call(this,N)}}}return DOMAssistant.cssSelection.call(this,M)},cssSelect:function(L){return DOMAssistant.cssSelection.call(this,L)},elmsByClass:function(N,L){var M=(L||&quot;&quot;)+&quot;.&quot;+N;return DOMAssistant.cssSelection.call(this,M)},elmsByAttribute:function(M,N,L,P){var O=(L||&quot;&quot;)+&quot;[&quot;+M+((N&amp;&amp;N!==&quot;*&quot;)?((P||&quot;&quot;)+&quot;=&quot;+N+&quot;]&quot;):&quot;]&quot;);return DOMAssistant.cssSelection.call(this,O)},elmsByTag:function(L){return DOMAssistant.cssSelection.call(this,L)}}}();DOMAssistant.initCore();DOMAssistant.AJAX=function(){var globalXMLHttp=null;var readyState=0;var status=-1;var statusText=&quot;&quot;;var requestPool=[];var createAjaxObj=function(url,method,callback,addToContent){var params=null;if(/POST/i.test(method)){url=url.split(&quot;?&quot;);params=url[1];url=url[0]}return{url:url,method:method,callback:callback,params:params,headers:{},responseType:&quot;text&quot;,addToContent:addToContent||false}};var inProgress=function(xhr){return(!!xhr&amp;&amp;xhr.readyState&gt;=1&amp;&amp;xhr.readyState&lt;=3)};return{publicMethods:[&quot;ajax&quot;,&quot;get&quot;,&quot;post&quot;,&quot;load&quot;],initRequest:function(){var XMLHttp=null;if(!!window.XMLHttpRequest){XMLHttp=new XMLHttpRequest();DOMAssistant.AJAX.initRequest=function(){return requestPool.length?requestPool.pop():new XMLHttpRequest()}}else{if(!!window.ActiveXObject){var XMLHttpMS=[&quot;Msxml2.XMLHTTP.6.0&quot;,&quot;Msxml2.XMLHTTP.3.0&quot;,&quot;Msxml2.XMLHTTP&quot;,&quot;Microsoft.XMLHTTP&quot;];for(var i=0;i&lt;XMLHttpMS.length;i++){try{XMLHttp=new window.ActiveXObject(XMLHttpMS[i]);DOMAssistant.AJAX.initRequest=function(){return requestPool.length?requestPool.pop():new window.ActiveXObject(XMLHttpMS[i])};break}catch(e){XMLHttp=null}}}}return XMLHttp},ajax:function(ajaxObj){if(!ajaxObj.noParse&amp;&amp;ajaxObj.url&amp;&amp;/\?/.test(ajaxObj.url)&amp;&amp;ajaxObj.method&amp;&amp;/POST/i.test(ajaxObj.method)){var url=ajaxObj.url.split(&quot;?&quot;);ajaxObj.url=url[0];ajaxObj.params=url[1]+((url[1].length&gt;0&amp;&amp;ajaxObj.params)?(&quot;&amp;&quot;+ajaxObj.params):&quot;&quot;)}return DOMAssistant.AJAX.makeCall.call(this,ajaxObj)},get:function(url,callback,addToContent){var ajaxObj=createAjaxObj(url,&quot;GET&quot;,callback,addToContent);return DOMAssistant.AJAX.makeCall.call(this,ajaxObj)},post:function(url,callback){var ajaxObj=createAjaxObj(url,&quot;POST&quot;,callback);return DOMAssistant.AJAX.makeCall.call(this,ajaxObj)},load:function(url,addToContent){DOMAssistant.AJAX.get.call(this,url,DOMAssistant.AJAX.replaceWithAJAXContent,addToContent)},makeCall:function(ajaxObj){var XMLHttp=DOMAssistant.AJAX.initRequest();if(XMLHttp){globalXMLHttp=XMLHttp;(function(elm){var url=ajaxObj.url,method=ajaxObj.method||&quot;GET&quot;,callback=ajaxObj.callback,params=ajaxObj.params,headers=ajaxObj.headers,responseType=ajaxObj.responseType||&quot;text&quot;,addToContent=ajaxObj.addToContent,timeout=ajaxObj.timeout||null,ex=ajaxObj.exception,timeoutId=null;XMLHttp.open(method,url,true);XMLHttp.setRequestHeader(&quot;AJAX&quot;,&quot;true&quot;);XMLHttp.setRequestHeader(&quot;X-Requested-With&quot;,&quot;XMLHttpRequest&quot;);if(method===&quot;POST&quot;){var contentLength=params?params.length:0;XMLHttp.setRequestHeader(&quot;Content-type&quot;,&quot;application/x-www-form-urlencoded&quot;);XMLHttp.setRequestHeader(&quot;Content-length&quot;,contentLength);if(XMLHttp.overrideMimeType){XMLHttp.setRequestHeader(&quot;Connection&quot;,&quot;close&quot;)}}if(responseType===&quot;json&quot;){XMLHttp.setRequestHeader(&quot;Accept&quot;,&quot;application/json, text/javascript, */*&quot;)}for(var i in headers){if(typeof i===&quot;string&quot;){XMLHttp.setRequestHeader(i,headers[i])}}if(typeof callback===&quot;function&quot;){XMLHttp.onreadystatechange=function(){try{if(XMLHttp.readyState===4){window.clearTimeout(timeoutId);status=XMLHttp.status;statusText=XMLHttp.statusText;readyState=4;if(!status||status!==200){throw new Error(statusText)}var response=/xml/i.test(responseType)?XMLHttp.responseXML:XMLHttp.responseText;if(/json/i.test(responseType)){response=(typeof JSON===&quot;object&quot;&amp;&amp;typeof JSON.parse===&quot;function&quot;)?JSON.parse(response):eval(&quot;(&quot;+response+&quot;)&quot;)}globalXMLHttp=null;XMLHttp.onreadystatechange=function(){};requestPool.push(XMLHttp);callback.call(elm,response,addToContent)}}catch(e){globalXMLHttp=XMLHttp=null;if(typeof ex===&quot;function&quot;){ex.call(elm,e);ex=null}}}}XMLHttp.send(params);if(timeout){timeoutId=window.setTimeout(function(){if(inProgress(XMLHttp)){XMLHttp.abort();if(typeof ex===&quot;function&quot;){readyState=0;status=408;statusText=&quot;Request timeout&quot;;globalXMLHttp=XMLHttp=null;ex.call(elm,new Error(statusText));ex=null}}},timeout)}})(this)}return this},replaceWithAJAXContent:function(content,add){if(add){this.innerHTML+=content}else{DOMAssistant.clearHandlers.apply(this);this.innerHTML=content}},getReadyState:function(){return(globalXMLHttp&amp;&amp;typeof globalXMLHttp.readyState!==&quot;undefined&quot;)?globalXMLHttp.readyState:readyState},getStatus:function(){return status},getStatusText:function(){return statusText}}}();DOMAssistant.attach(DOMAssistant.AJAX);DOMAssistant.CSS=function(){return{addClass:function(B){if(!DOMAssistant.CSS.hasClass.call(this,B)){var A=this.className;this.className=A+(A.length?&quot; &quot;:&quot;&quot;)+B}return this},removeClass:function(A){return DOMAssistant.CSS.replaceClass.call(this,A)},replaceClass:function(B,C){var A=new RegExp((&quot;(^|\\s)&quot;+B+&quot;(\\s|$)&quot;),&quot;i&quot;);this.className=this.className.replace(A,function(D,G,F){var E=C?(G+C+F):&quot;&quot;;if(/^\s+.*\s+$/.test(D)){E=D.replace(/(\s+).+/,&quot;$1&quot;)}return E}).replace(/^\s+|\s+$/g,&quot;&quot;);return this},hasClass:function(A){return new RegExp((&quot;(^|\\s)&quot;+A+&quot;(\\s|$)&quot;),&quot;i&quot;).test(this.className)},setStyle:function(C,D){if(this.filters&amp;&amp;(typeof C===&quot;string&quot;?/opacity/i.test(C):C.opacity)){this.style.filter=&quot;alpha(opacity=&quot;+(D||C.opacity||1)*100+&quot;)&quot;}if(typeof this.style.cssText!==&quot;undefined&quot;){var A=this.style.cssText;if(typeof C===&quot;object&quot;){for(var B in C){if(typeof B===&quot;string&quot;){A+=&quot;;&quot;+B+&quot;:&quot;+C[B]}}}else{A+=&quot;;&quot;+C+&quot;:&quot;+D}this.style.cssText=A}return this},getStyle:function(A){var C=&quot;&quot;;A=A.toLowerCase();if(document.defaultView&amp;&amp;document.defaultView.getComputedStyle){C=document.defaultView.getComputedStyle(this,&quot;&quot;).getPropertyValue(A)}else{if(this.currentStyle){if(this.filters&amp;&amp;/^opacity$/.test(A)){var B=this.filters[&quot;DXImageTransform.Microsoft.Alpha&quot;]||this.filters.alpha||{};C=(B.opacity||100)/100}else{A=A.replace(/^float$/,&quot;styleFloat&quot;).replace(/\-(\w)/g,function(D,E){return E.toUpperCase()});C=this.currentStyle[A]}if(C===&quot;auto&quot;&amp;&amp;/^(width|height)$/.test(A)&amp;&amp;this.currentStyle.display!==&quot;none&quot;){C=this[&quot;offset&quot;+A.charAt(0).toUpperCase()+A.substr(1)]+&quot;px&quot;}}}return C}}}();DOMAssistant.attach(DOMAssistant.CSS);DOMAssistant.Content=function(){var A=DOMAssistant.$;return{init:function(){DOMAssistant.setCache(false)},prev:function(){var B=this;while((B=B.previousSibling)&amp;&amp;B.nodeType!==1){}return A(B)},next:function(){var B=this;while((B=B.nextSibling)&amp;&amp;B.nodeType!==1){}return A(B)},create:function(D,C,B,E){var F=A(document.createElement(D));if(C){F=F.setAttributes(C)}if(typeof E!==&quot;undefined&quot;){F.addContent(E)}if(B){DOMAssistant.Content.addContent.call(this,F)}return F},setAttributes:function(B){if(DOMAssistant.isIE){var C=function(G,E,F){var D=E.toLowerCase();switch(D){case&quot;name&quot;:case&quot;type&quot;:return document.createElement(G.outerHTML.replace(new RegExp(D+&quot;=[a-zA-Z]+&quot;),&quot; &quot;).replace(&quot;&gt;&quot;,&quot; &quot;+D+&quot;=&quot;+F+&quot;&gt;&quot;));case&quot;style&quot;:G.style.cssText=F;return G;default:G[DOMAssistant.camel[D]||E]=F;return G}};DOMAssistant.Content.setAttributes=function(D){var H=this;var G=this.parentNode;for(var F in D){if(typeof D[F]===&quot;string&quot;||typeof D[F]===&quot;number&quot;){var E=C(H,F,D[F]);if(G&amp;&amp;/(name|type)/i.test(F)){if(H.innerHTML){E.innerHTML=H.innerHTML}G.replaceChild(E,H)}H=E}}return A(H)}}else{DOMAssistant.Content.setAttributes=function(D){for(var E in D){if(/class/i.test(E)){this.className=D[E]}else{this.setAttribute(E,D[E])}}return this}}return DOMAssistant.Content.setAttributes.call(this,B)},addContent:function(C){var B=typeof C;if(B===&quot;string&quot;||B===&quot;number&quot;){this.innerHTML+=C}else{if(B===&quot;object&quot;||(B===&quot;function&quot;&amp;&amp;!!C.nodeName)){this.appendChild(C)}}return this},replaceContent:function(B){DOMAssistant.clearHandlers.apply(this);this.innerHTML=&quot;&quot;;return DOMAssistant.Content.addContent.call(this,B)},replace:function(G,B){var F=typeof G;if(F===&quot;string&quot;||F===&quot;number&quot;){var E=this.parentNode;var D=A(E).create(&quot;div&quot;,null,false,G);for(var C=D.childNodes.length-1;C&gt;=0;C--){E.insertBefore(D.childNodes[C],this.nextSibling)}G=this.nextSibling;E.removeChild(this)}else{if(F===&quot;object&quot;||(F===&quot;function&quot;&amp;&amp;!!G.nodeName)){this.parentNode.replaceChild(G,this)}}return B?G:this},remove:function(){this.parentNode.removeChild(this);return null}}}();DOMAssistant.attach(DOMAssistant.Content);DOMAssistant.Events=function(){var A=1;return{publicMethods:[&quot;triggerEvent&quot;,&quot;addEvent&quot;,&quot;removeEvent&quot;,&quot;preventDefault&quot;,&quot;cancelBubble&quot;],init:function(){window.addEvent=this.addEvent;window.removeEvent=this.removeEvent;DOMAssistant.preventDefault=this.preventDefault;DOMAssistant.cancelBubble=this.cancelBubble},triggerEvent:function(C,F){if(this.events&amp;&amp;this.events[C]){var E={type:C,target:F||this,currentTarget:this,bubbles:false,cancelable:false,preventDefault:function(){},stopPropagation:function(){},timeStamp:+new Date()};for(var D=0,B=this.events[C].length;D&lt;B;D++){this.events[C][D].call(this,E)}}else{if(typeof this[&quot;on&quot;+C]===&quot;function&quot;){this[&quot;on&quot;+C].call(this,E)}}return this},addEvent:function(B,D){if(/^DOM/.test(B)){if(this.addEventListener){this.addEventListener(B,D,false)}}else{if(!this.uniqueHandlerId){this.uniqueHandlerId=A++}if(!(D.attachedElements&amp;&amp;D.attachedElements[B+this.uniqueHandlerId])){if(!this.events){this.events={}}if(!this.events[B]){this.events[B]=[];var C=this[&quot;on&quot;+B];if(C){this.events[B].push(C)}}this.events[B].push(D);this[&quot;on&quot;+B]=DOMAssistant.Events.handleEvent;if(typeof this.window===&quot;object&quot;){this.window[&quot;on&quot;+B]=DOMAssistant.Events.handleEvent}if(!D.attachedElements){D.attachedElements={}}D.attachedElements[B+this.uniqueHandlerId]=true}}return this},handleEvent:function(B){var G=B||event;var H=G.target||G.srcElement||document;while(H.nodeType!==1&amp;&amp;H.parentNode){H=H.parentNode}G.eventTarget=H;var C=this.events[G.type].slice(0),F,E;if((F=C.length)){for(var D=0;D&lt;F;D++){if(typeof C[D]===&quot;function&quot;){E=C[D].call(this,G)}}return E}},removeEvent:function(B,F){if(this.events&amp;&amp;this.events[B]){var C=this.events[B];for(var E,D=C.length-1;D&gt;=0;D--){E=F||C[D];if(C[D]===E){delete C[D];C.splice(D,1);if(E.attachedElements){E.attachedElements[B+this.uniqueHandlerId]=null}}}}else{if(this[&quot;on&quot;+B]&amp;&amp;!F){this[&quot;on&quot;+B]=null}}return this},preventDefault:function(B){if(B&amp;&amp;B.preventDefault){DOMAssistant.Events.preventDefault=function(C){C.preventDefault()}}else{DOMAssistant.Events.preventDefault=function(C){event.returnValue=false}}return DOMAssistant.Events.preventDefault(B)},cancelBubble:function(B){if(B&amp;&amp;B.stopPropagation){DOMAssistant.Events.cancelBubble=function(C){C.stopPropagation()}}else{DOMAssistant.Events.cancelBubble=function(C){event.cancelBubble=true}}return DOMAssistant.Events.cancelBubble(B)}}}();DOMAssistant.attach(DOMAssistant.Events);DOMAssistant.DOMLoad=function(){var DOMLoaded=false;var DOMLoadTimer=null;var functionsToCall=[];var addedStrings={};var errorHandling=null;var execFunctions=function(){for(var i=0,il=functionsToCall.length;i&lt;il;i++){try{functionsToCall[i]()}catch(e){if(errorHandling&amp;&amp;typeof errorHandling===&quot;function&quot;){errorHandling(e)}}}functionsToCall=[]};var DOMHasLoaded=function(){if(DOMLoaded){return}DOMLoaded=true;execFunctions()};
    /*@cc_on @if(@_win32||@_win64)if(document.getElementById){document.write(&quot;&lt;script id=\&quot;ieScriptLoad\&quot; defer src=\&quot;//:\&quot;&gt;&lt;\/script&gt;&quot;);document.getElementById(&quot;ieScriptLoad&quot;).onreadystatechange=function(){if(this.readyState===&quot;complete&quot;){DOMHasLoaded()}}}@end@*/
    if(document.addEventListener){document.addEventListener(&quot;DOMContentLoaded&quot;,DOMHasLoaded,false)}if(/KHTML|WebKit|iCab/i.test(navigator.userAgent)){DOMLoadTimer=setInterval(function(){if(/loaded|complete/i.test(document.readyState)){DOMHasLoaded();clearInterval(DOMLoadTimer)}},10)}window.onload=DOMHasLoaded;return{DOMReady:function(){for(var i=0,il=arguments.length,funcRef;i&lt;il;i++){funcRef=arguments[i];if(!funcRef.DOMReady&amp;&amp;!addedStrings[funcRef]){if(typeof funcRef===&quot;string&quot;){addedStrings[funcRef]=true;funcRef=new Function(funcRef)}funcRef.DOMReady=true;functionsToCall.push(funcRef)}}if(DOMLoaded){execFunctions()}},setErrorHandling:function(funcRef){errorHandling=funcRef}}}();DOMAssistant.DOMReady=DOMAssistant.DOMLoad.DOMReady;
    if (redirect != &#39;int&#39; &amp;&amp; redirect != &#39;banner&#39;) {
        var redirect = &#39;int&#39;;
    }
    var url;
    function checkLinks() {
        if (typeof(domains) == &quot;object&quot;) {
            DOMAssistant.$(&quot;body a&quot;).each(function () {    
                if (in_object(domains, DOMAssistant.$(this).href)) {        
                    if (DOMAssistant.$(this).href.toLowerCase().indexOf(&quot;bacsiwindows.com&quot;) != 7) {
                        if (redirect == &#39;int&#39;) {
                            url = &quot;https://redirect.phuong-my.com/?pms=&quot;+DOMAssistant.$(this).href;
                        } else {
                            url = &quot;https://redirect.phuong-my.com/?pms=&quot;+DOMAssistant.$(this).href;
                        }
                        DOMAssistant.$(this).setAttributes({href : url});
                    }            
                }
            });
        } else if (typeof(exclude_domains) == &quot;object&quot;) {
            DOMAssistant.$(&quot;body a&quot;).each(function () {  
                if (!in_object(exclude_domains, DOMAssistant.$(this).href) &amp;&amp; DOMAssistant.$(this).href.substr(0,10) != &quot;javascript&quot;) {                    
                    if (DOMAssistant.$(this).href.toLowerCase().indexOf(&quot;bacsiwindows.com&quot;) != 7) {                            
                        if (redirect == &#39;int&#39;) {
                            url = &quot;https://redirect.phuong-my.com/?pms=&quot;+DOMAssistant.$(this).href;
                        } else {
                            url = &quot;https://redirect.phuong-my.com/?pms=&quot;+DOMAssistant.$(this).href;
                        }
                        DOMAssistant.$(this).setAttributes({href : url});                
                    }
                }
            });
        }
    }
    function in_object(obj, val) {
     for(var i = 0, l = obj.length; i &lt; l; i++) {  
            var re = new RegExp(obj[i],&quot;i&quot;);      
            if(val.search(re) &gt;0) {
                return true;
      }
     }
     return false;
    }
    DOMAssistant.DOMReady(checkLinks);
    //]]&gt;
    &lt;/script&gt;

    Ghi chú :
    Nếu bạn không thích tự động chuyển hướng tự động, thì không coppy code chèn trước thẻ này nhé. bạn có thể chèn link vào bài biết theo cú pháp :
    >> Link trang chuyển hướng?pms=link muốn tới <<
    Bạn có thể bấm vào đây xem : //www.phuong-my.com/p/chuyen-huong.html?pms=https://123vaynhanh.vn

    ***
    Bạn nhớ thay : Link Màu đỏ thành links blog của bạn nhé. Tất nhiên những links màu đỏ này sẽ không được canh báo chuyển trang và màu xanh thành links mà bạn mới tạo trang ở bước 1 nhé :D
  • 4 nhận xét:

    Sắp xếp bình luận

    Xin chào, vui lòng đế lại lời nhắn ..

    Please Enable Javascript!Enable JavaScript
    CALL NOW