
How to remove this from your blog. We provide the solution to how to remove the unwanted css and js file from your blogger blog. How to remove the unwanted css file from your template read this.
Here I show how to remove the plusone.js and widget Js files from your blogger.
- First, go to your blogger account and navigated to the template section and take the backup of your blogger template.
- And then press the Ctrl + f to type the plusone.js and press enter button to find the plusone.js code in your template. If you see the plusone.js url in your template means you can replace the plusone.js file entire url from template and save the template.
- If you can not see the plusone.js url in your template mean left free.
- Next again, press the ctrl+f and type </body> and press enter to find the body close tag in your template you already know mean you go to that particular location and replace the tag below.
</body>
- Replace the above tag with given below the tag.
<!--</body>--> </body>