Search results

  1. B

    Remove script

    Hello, I have a website. there is a javascript code duplicated in many files. I want to remove this script. But i don't know how to do it with sed command <script> window.onload = function() { setTimeout(() => { document.querySelector('.start').classList.add('active'); }, 3000)...
Top