Suffix Free URL Shortener 2.0
This is a free tool to shorten URLs. Create short & memorable links in seconds.
By clicking Shorten URL, you agree to Rebrandly’s Terms of Use, Privacy Policy and Cookie Policy
atOptions = {
‘key’ : ‘146d4fb656b0644a4edd000b12d75322’,
‘format’ : ‘iframe’,
‘height’ : 90,
‘width’ : 728,
‘params’ : {}
};
document.write(”);
atOptions = {
‘key’ : ‘af160aa0c51b82d227f415abeca55150’,
‘format’ : ‘iframe’,
‘height’ : 50,
‘width’ : 320,
‘params’ : {}
};
document.write(”);
![]()
A Fast And Simple URL Shortener
Free URL Shortener for converting long, monstrous links into nice, memorable and trackable short URLs. Use it to dock links for any social media platforms, blogs, SMS, emails, announcements, or enough important anywhere else you want to partake them. Twitter, Facebook, YouTube, Instagram, WhatsApp, emails, SMS,vids.RB.GY is the swish free volition to general URL shorteners like bitly and tinyurl. After shorterning the URL, check how multitudinous clicks it entered
![]()
Safe And Secure Links
This is a simple and best URL shortener that gives you high performance, you get 3 different types of short URLs and you can use them as you like, and it’s completely for your use. It’s free, you can use it anytime in your access,
var link = document.querySelector(‘.link’);
var links = document.querySelector(‘.links’);
function getData(){
url = “https://api.shrtco.de/v2/shorten?url=”
url2 = link.value;
url3 = url + url2;
console.log(url3);
fetch(url3).then((response)=>{
return response.json()
}).then((data)=>{
console.log(data);
links.classList.add(‘active’);
document.querySelector(‘.link1’).value = data.result.full_short_link;
document.querySelector(‘.link2’).value = data.result.full_short_link2;
document.querySelector(‘.link3’).value = data.result.full_short_link3;
document.querySelector(‘.link4’).value =
data.result.full_share_link;
});
}
function Shortener(){
if(link.value!= “”){
getData();
}
else{
alert(‘Enter Your Url’);
}
}
var link1 = document.querySelector(‘.link1’);
var link2 = document.querySelector(‘.link2’);
var link3 = document.querySelector(‘.link3’);
var link4 = document.querySelector(‘.link4’);
function clipboard1() {
if (link1.value != “”) {
const textarea = document.createElement(‘textarea’);
const resultE = link1.value;
if (!link1) { return; }
textarea.value = resultE;
document.body.appendChild(textarea);
textarea.select();
document.execCommand(‘copy’);
textarea.remove();
alert(‘URL Copied to Clipboard’);
}
}
function clipboard2() {
if (link2.value != “”) {
const textarea = document.createElement(‘textarea’);
const resultE = link2.value;
if (!link2) { return; }
textarea.value = resultE;
document.body.appendChild(textarea);
textarea.select();
document.execCommand(‘copy’);
textarea.remove();
alert(‘URL Copied to Clipboard’);
}
}
function clipboard3() {
if (link3.value != “”) {
const textarea = document.createElement(‘textarea’);
const resultE = link3.value;
if (!link3) { return; }
textarea.value = resultE;
document.body.appendChild(textarea);
textarea.select();
document.execCommand(‘copy’);
textarea.remove();
alert(‘URL Copied to Clipboard’);
}
}
function clipboard4() {
if (link4.value != “”) {
const textarea = document.createElement(‘textarea’);
const resultE = link4.value;
if (!link2) { return; }
textarea.value = resultE;
document.body.appendChild(textarea);
textarea.select();
document.execCommand(‘copy’);
textarea.remove();
alert(‘URL Copied to Clipboard’);
}
}