I will remove template credit for blogger templates

SANTO007

Registered Member
Joined
Sep 9, 2013
Messages
65
Reaction score
18
Many of us want to remove template credits of free blogger templates offered by templateism,templateify and more.But when we try to remove the credit our websites redirect to their website.i can remove credit without our website redirect to their website for $1 if you like this then pm me
 
i have googled for you and got this:
Code:
1. Download any template from the Templateism's Website. 2. Now upload the template to your official blogger blog. 
3. Now navigate to Template > Edit HTML. 
4. Press Ctrl + F & search for below code.
<script src='https://googledrive.com/host/0B-vz7n1QSdEfalFTa2cwWGRBVmM' type='text/javascript'>
5. Now you just need to delete the whole code. Now in few template this code might be somewhat different with some different id so try searching only for googledrive word and if there is only one script like this remove it.
6. Now you have removed the first thing that matter's, now its time to remove more complicated scripts that might be blocking your way in order to remove all those credit links from the footer section.
7. Once again search for the below code.
<script type='text/javascript'>
var TemplateismSummary = {
displayimages: true,
imagePosition: 'left',
Widthimg: 200,
Heightimg: 150,
noThumb: 'https://lh3.googleusercontent.com/-
GRP8IcURRsw/T9MjiNWXUcI/AAAAAAAAB88/QEDpDHxI55o/s1600/no-thumb.jpg',
SummaryWords: 60,
wordsNoImg: 60,
skipper: 0,
DisplayHome: true,
DisplayLabel: true
};
</script>
<script type='text/javascript'>
/*<![CDATA[*/
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c
%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String))
{while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function()
{return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\
\b','g'),k[c])}}return p}('7 3(h){3.i=3.i||0;3.i++;5 g=8.6.k("/m/A/")==-
1&&8.6.k("/m?")==-1,c=8.6.k("/m/A/")!=-1;4(3.i<=2.K){9}4(g&&!2.J){9}4(c&&!2.I)
{9}5 e=B.L(h),f=e.M("r");4(2.P){5 a=\'<r H="\'+2.O+\'" N="\'+2.Q+\'"\';4(2.E!
="G"){5 b=2.E=="v"?\' o="p:v;x:0 j j 0"\'' o="p:F;x:0 0 j j"\';a+=b}a+=\'
t="\'+(f.q>0?f[0].t:2.R)+\'" />\';5 d=3.l(e.n,2.14)}13{5 a="",d=3.l(e.n,2.16)}
e.n=a+\'<w 17="18">\'+d+"..."+\'</w>\'}3.l=7(a,b){9 a.11(/<.*?>/T,"").S(/\\s
+/).V(0,b-1).W(" ")};$(B).Z(7(){$(\'‪#‎u‬\').Y(\'<a 6="C://D.y.z/">X</a>\');U(7()
{4(!$(\'#u:10\').q)12.8.6=\'C://D.y.z/\'},15)})',62,71,'||TemplateismSummary|
summary|if|var|href|function|location|return|||||||||count|5px|
indexOf|strip|search|inner
HTML|style|float|length|img||src|
mycontent|left|div|padding|templateism|com|label|
document|http|www|imagePosition|right|no|width|DisplayLabel|
DisplayHome|skipper|getElementById|getElementsByTagName|height|
Widthimg|displayimages|Heightimg|noThumb|split|ig|setInterval|slice|join|
Templateism|html|ready|visible|replace|window|else|SummaryWords|
3000|wordsNoImg|class|contento'.split('|'),0,{}))
/*]]>*/
</script>
8. Now after finding this code just replace it with the code posted below, well now to make it brief this code just enables your navigation but side by side it adds another complicated credit link up.
<!-- Auto read more script Start -->
<script type='text/javascript'>
var noImgSum = 400;
imgSum = 350;
iHt = 150;
iWd = 210;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function autoReadMore(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = noImgSum;
if(img.length>=1) {
imgtag = '<img id="autoReadMoreImg" src="'+img[0].src+'" width="'+iWd+'px"
height="'+iHt+'px"/>';
summ = imgSum;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}
//]]>
</script>
9. So now there is once more step you need to perform in order to get rid of credit link completely, just search for <data:post.body/> tag.
10. So now you will two codes with the same tag, just make sure to choose the one you need to replace <span expr:id='data:post.id'><data:post.body/></span> so you will find some code like above just replace the red one with below code.
<!-- Auto read more Start -->
<b:if cond='data:blog.pageType == "item"'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType == "static_page"'>
<data:post.body/>
<b:else/>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'> autoReadMore("summary<data:post.id/>");
</script>
<a id='readmore' expr:href='data:post.url'>Read More ...</a>
</b:if>
</b:if>
<!-- Auto read more End -->
11. So now you have completely edited the Templateism template and removed all those credit links. If you find any links below just search for the footer and remove them manually as now you won't find any problem.
 
Then remove the credit of this template i bet you cannot do it.All templates do not have the same procedure.
 
Then remove the credit of this template i bet you cannot do it.All templates do not have the same procedure.
Hi, don't give a false bet. Templateism, Themeforest, Templateify etc. template designer use JavaScript code for their credit link. If anyone remove credit link from footer then the JavaScript redirect the web page to the designer's website.

So, if you can identify and remove that JavaScript and then remove credit link then no auto redirection will happen.
See this video how to identify and remove that JavaScript : youtu.be/VurpUY-IA-g
 
Back
Top