JSFiddle - React, Tailwind, and code Playground
by zedsaid
JavaScript
// Provide deep linking capabilities
var ZSS_Deep = function() {
this.init = function() {
}
this.url = function() {
return [location.protocol, '//', location.host, location.pathname].join('');
}
}