Va toi cung yeu em

Cách xóa footer, dòng chữ Design by Blogger

Rất nhiều người tải template về và luôn xóa cái dòng chữ Template By, Design by, Thiết kế bởi... Có rất nhiều template các blogger có thể tự xóa một cách dễ dàng nhưng từ đầu năm 2014 tới nay thì các template đều rất khó xóa dòng chữ đáng ghét này. Bởi vì người thiết kế đã sử dụng một đoạn js được mã hóa để ngăn ngừa các blogger xóa dòng chữ này ( vả lại đây là vấn đề tôn trọng bản quyền ). Chất xám của mình lại được biến thành tác phẩm của người khác thì ai thích cơ chứ. Nhưng người Việt Nam mình lại muốn toàn quyền sở hữu và chỉnh sữa template ( All Rights Reserved ) . Chính vì thế mà mình sẽ hướng dẫn các bạn nghịch ghợm cái chữ Design by Blogger này.
thủ thuật blogspot, thiết kế weblog, vấn đề bản quyền, thiết kế bởi blogger


Template mình ví dụ: http://thietkeweblog.blogspot.com/2014/09/mot-template-chuan-responsive-html5-blogger-dep.html
Vì sao mình sử dụng template này, vì ít file js, nhiều file js tìm có mà lòi đom đóm mắt.





https://googledrive.com/host/0B7H_GQEvKCj1TDU5NWtIYnV5RXc/file/js-custom.js
Đoạn js đã giải mã của file js chứa code bản quyền :

//<![CDATA[
$(document)
.ready(function ()
{
$(".buka-navigasi")
.click(function ()
{
$(".daftar-navigasi")
.slideToggle("10")
});
$(".buka-menu")
.click(function ()
{
$(".daftar-menu")
.slideToggle("10")
});
$(".buka-pencarian")
.click(function ()
{
$(".buka-pencarian a")
.toggleClass("aktif-menu");
$(".buka-komentar a")
.removeClass("aktif-menu");
$(".search-wrapper")
.slideToggle(1000);
$(".comment-wrapper")
.hide("slow");
$("#postingan")
.removeClass("postingan-geser");
$("#sidebar-kanan")
.removeClass(
"sidebar-kanan-geser");
$("#sidebar-kiri")
.removeClass(
"sidebar-kiri-geser");
$("body")
.removeClass("hapus-scroll")
});
$(".buka-komentar")
.click(function ()
{
$(".buka-komentar a")
.toggleClass("aktif-menu");
$(".buka-pencarian a")
.removeClass("aktif-menu");
$(".search-wrapper")
.slideUp("slow");
$("#comment-wrapper")
.toggle();
$("#postingan")
.toggleClass("postingan-geser");
$("#sidebar-kanan")
.toggleClass(
"sidebar-kanan-geser");
$("#sidebar-kiri")
.toggleClass(
"sidebar-kiri-geser");
$("body")
.toggleClass("hapus-scroll")
});
$(".list")
.click(function ()
{
$(".post-outer")
.addClass("list-mode");
$(".list")
.addClass("aktif");
$(".grid")
.removeClass("aktif")
});
$(".grid")
.click(function ()
{
$(".post-outer")
.removeClass("list-mode");
$(".grid")
.addClass("aktif");
$(".list")
.removeClass("aktif")
})
});
$(function ()
{
var e = $("[class~=tooltip]"),
t = false,
n = false,
r = false;
e.bind("mouseenter", function ()
{
t = $(this);
tip = t.attr("title");
n = $('<div id="tooltip"></div>');
if (!tip || tip == "") return
false;
t.removeAttr("title");
n.css("opacity", 0)
.html(tip)
.appendTo("body");
var e = function ()
{
if ($(window)
.width() < n.outerWidth() *
1.5) n.css("max-width", $(
window)
.width() / 2);
else n.css("max-width", 340);
var e = t.offset()
.left + t.outerWidth() / 2 - n
.outerWidth() / 2,
r = t.offset()
.top - n.outerHeight() - 20;
if (e < 0)
{
e = t.offset()
.left + t.outerWidth() / 2 -
20;
n.addClass("left")
}
else n.removeClass("left");
if (e + n.outerWidth() > $(
window)
.width())
{
e = t.offset()
.left - n.outerWidth() + t.outerWidth() /
2 + 20;
n.addClass("right")
}
else n.removeClass("right");
if (r < 0)
{
var r = t.offset()
.top + t.outerHeight();
n.addClass("top")
}
else n.removeClass("top");
n.css(
{
left: e,
top: r
})
.animate(
{
top: "+=10",
opacity: 1
}, 50)
};
e();
$(window)
.resize(e);
var r = function ()
{
n.animate(
{
top: "-=10",
opacity: 0
}, 50, function ()
{
$(this)
.remove()
});
t.attr("title", tip)
};
t.bind("mouseleave", r);
n.bind("click", r)
})
})
$(document)
.ready(function ()
{
var aa = $("#copyright")
.val();
if (aa == null)
{
window.location.href =
"http://rian-nurherdian.blogspot.com/"
};
$("#copyright")
.attr("href",
"http://rian-nurherdian.blogspot.com/"
);
$("#copyright")
.text("Kang Rian");
$("#copyright")
.attr("title",
"Rian Nurherdian [ Front-End Web Design & Developer ]"
);
$("#copyright")
.attr("style",
"display: inline-block !important"
);
$("#copyright")
.attr("style",
"position:relative!important");
$("#copyright")
.attr("target", "_blank");
$("#copyright")
.css("position", "relative");
$("#copyright")
.css("zIndex", "+1000000")
});
$(document)
.ready(function ()
{
$(".kutipan blockquote")
.kutipan()
});
(function (e)
{
e.fn.kutipan = function (t, n)
{
if (!t) t = 500;
if (!n) n = 6500;
var r = t * 4;
if (r > n) n = r;
var i = e(this),
s = e(this)
.filter(":first"),
o = e(this)
.filter(":last"),
u = '<div id="quote_wrap"></div>';
e(this)
.wrapAll(u);
e(this)
.hide();
e(s)
.show();
e(this)
.parent()
.css(
{
height: e(s)
.height()
});
setInterval(function ()
{
if (e(o)
.is(":visible"))
{
var n = e(s);
var r = e(n)
.height()
}
else
{
var n = e(i)
.filter(":visible")
.next();
var r = e(n)
.height()
}
e(i)
.filter(":visible")
.fadeOut(t);
setTimeout(function ()
{
e(i)
.parent()
.animate(
{
height: r
}, t)
}, t);
if (e(o)
.is(":visible"))
{
setTimeout(function ()
{
e(s)
.fadeIn(t * 2)
}, t * 2)
}
else
{
setTimeout(function ()
{
e(n)
.fadeIn(t)
}, t * 2)
}
}, n)
}
})(jQuery)
//]]>

1 Comments

TUẤN VŨ IT May 27, 2015 at 7:07 PM

@,@



Emoticon

Cảm ơn bạn đã cho ý kiến!
 
Support By : ABC HEART
Copyright © 2014 Thủ thuật Blogger