Cambiar tabs sin mostrar 'video-1' en la barra de direcciones

kanikase Seguir

Préstamo
Ómicron
Programador
Verificación en dos pasos activada
Verificado por Whatsapp
¡Ha verificado su Paypal!
Desde
22 Feb 2014
Mensajes
4.716
Hola, necesito ayuda, que tengo que utilizar en un blog que estoy haciendo de videos, para que cuando cambie de "tab" no salga en la barra de direcciones "video-1", "Video-2" etc, este es el blog: Videos de risa

Y este es el script

HTML:
<script>
v.prototype = {
        init: function() {
            var r = this;
            var i = r.options.deepLinks && t.location.hash.indexOf("#video-") !== -1 ? t.location.hash : null;
            var s = function() {
                e(r.element).find("li").each(function(t) {
                    var n = e(this),
                        s = t + 1;
                    n.find("a:first").each(function() {
                        var t = e(this),
                            i = u(t.attr("href")),
                            l = n.text();
                        t.data("yt-href", t.attr("href"));
                        t.attr("href", "#video-" + s);
                        t.data("yt-id", i);
</script>
 
Arriba