File size: 732 Bytes
471d19e | 1 2 3 4 5 6 7 8 | /**
* V.AI STUDIO Excel Fix v2.0 - Bookmarklet version
* Bookmarklet: V.AISTUDIO Excel Fix v2.0
*
* Dán URL sau vào bookmark:
* javascript:(function(){try{var s=document.createElement('script');s.src='/vai-excel-fix-v2.js?v='+Date.now();s.onload=function(){alert('✅ Excel Fix v2.0 đã tải!\n📌 Báo giá & Đơn hàng Excel tải được nhiều lần!');};document.head.appendChild(s);}catch(e){alert('Lỗi: '+e);}})();
*/
(function(){try{var s=document.createElement('script');s.src='/vai-excel-fix-v2.js?v='+Date.now();s.onload=function(){alert('✅ Excel Fix v2.0 đã tải!\n📌 Báo giá & Đơn hàng Excel tải được nhiều lần!');};document.head.appendChild(s);}catch(e){alert('Lỗi: '+e);}})(); |