External CSS Remover (XCSSremover)
Jamie Johnson
July 3, 2018
Recently, I ran into an issue in a CMS where the CSS of the template was causing malfunction in the CMS. Eventually, the solution was to remove a rule from one of several external CSS files. I decided I would write my XCSSremover tool to find the external CSS files referenced on a webpage and remove all of them or any number of them depending on what the user wants. Look in the upper right hand corner at the External CSS Remover button. Click it and you can remove external CSS references from this page. To use this, simply add the following to your page:
<script src="http://tech.beacondeacon.com/xcssremover.js"></script>
That's it!