Remove Footer Credit From free themes - JS codes.

 Remove Footer Credit From free themes - JS codes.👇

It will automatically fetch your own copyright and remove the previous copyright. 


<script src='https://cdn.jsdelivr.net/gh/mxdii/footer-fixer@main/main.js'/>
<script>
footerFixer({
  madeby: &quot;jyotitemplates&quot;,
  f1: &quot;.copyright-text&quot;,
  f2: &quot;#mycontent&quot;,
  url: &quot;<data:blog.homepageUrl/>&quot;,
  title: &quot;<data:blog.title/>&quot;,
  style: &quot;&quot;,
  before: &quot;&quot;,
  year: &quot;&quot;,
  after: &quot;&quot;
});
</script>