.looping-rhombuses-spinner { width: calc(15px * 4); height: 15px; position: relative; }
.looping-rhombuses-spinner .rhombus { height: 15px; width: 15px; background-color: #377dff; left: calc(15px * 4); position: absolute; margin: 0 auto; border-radius: 2px; transform: translateY(0) rotate(45deg) scale(0); animation: looping-rhombuses-spinner-animation 2500ms linear infinite; }
.looping-rhombuses-spinner .rhombus:nth-child(1) { animation-delay: calc(2500ms * 1 / -1.5); }
.looping-rhombuses-spinner .rhombus:nth-child(2) { animation-delay: calc(2500ms * 2 / -1.5); }
.looping-rhombuses-spinner .rhombus:nth-child(3) { animation-delay: calc(2500ms * 3 / -1.5); }
@keyframes looping-rhombuses-spinner-animation { 0% { transform: translateX(0) rotate(45deg) scale(0); } 50% { transform: translateX(-233%) rotate(45deg) scale(1); } 100% { transform: translateX(-466%) rotate(45deg) scale(0); } }
#result {display: none;}
J2TEAM URL Shortener
Phát triển bởi JUNO_OKYO dành riêng cho J2TEAM Community.
Rút gọn liên kết mới
Thông tin liên kết
ID | part1-linux-structure |
Mật khẩu | Không có |
Lượt truy cập | 715 |
Thời gian tạo | 3 tuần trước |
J2TEAM Community, nhưng bất cứ ai cũng có thể sử dụng.
J2TEAM Cookies
Share online accounts without revealing your password.

try { // add UTM let url = new URL(decodedUrl); url.searchParams.set('utm_source', 'j2team'); url.searchParams.set('utm_medium', 'url_shortener'); url.searchParams.set('utm_campaign', 'part1-linux-structure');
decodedUrl = url.toString(); } catch (e) { console.error(e.message); }
$btnShare.on('click', () => { let url = `https://www.facebook.com/sharer.php?display=popup&u=${encodeURIComponent(decodedUrl)}"e=${encodeURIComponent('Chia sẻ từ J2TEAM.')}&hashtag=${encodeURIComponent('#j2team_share')}`, options = 'toolbar=0,status=0,resizable=1,width=626,height=436';
return window.open(url, 'sharer', options); });
$modalQr.on('show.bs.modal', () => { if (qr) return;
let img = `https://chart.apis.google.com/chart?cht=qr&chs=200x200&chl=${encodeURIComponent(decodedUrl)}&chld=|0`;
$modalQr.find('.modal-body').html(``);
qr = true;
});
// const afterRedirectUrl = 'https://shopee.j2team.dev/?utm_source=j2team&utm_medium=url_shortener&utm_campaign=part1-linux-structure'; const afterRedirectUrl = 'https://shope.ee/L8noTXMix';
$target.on('click', () => { // document.querySelector('#cta').scrollIntoView(); window.setTimeout(() => { window.top.location.href = afterRedirectUrl; }, 5000); });
setTimeout(() => { let $loading = $('#loading'), $result = $('#result');
$loading.fadeOut('fast', () => { $target.attr('href', decodedUrl);
$result.fadeIn('fast', () => {
$loading.remove();
});
});
}, 1000);
});
// initialization of go to
$('.js-go-to').each(function () {
new HSGoTo($(this)).init();
});
});
gtag('config', 'UA-45794712-28');