javascript:window.bitly_callback = function(response){;if(response.errorCode){alert("An error occured: " + response.errorMessage);}else{prompt('', response.results[window.location.href].shortCNAMEUrl);}}; var s = document.createElement("script"); s.src = "http://api.bit.ly/shorten?version=2.0.1&longUrl=" + encodeURIComponent(window.location.href) + "&login=bitlyapidemo&apiKey=R_0da49e0a9118ff35f52f629d2d71bf07&callback=bitly_callback"; void(document.body.appendChild(s));
Source: https://habr.com/ru/post/81366/
All Articles