Remove inline CSS
-
Is it possible to remove all inline CSS injected by jQuery to avoid stuff like this:
<div id="cookie-law-info-bar" style="display: block; color: rgb(0, 0, 0); font-family: inherit; position: fixed; bottom: 0px; background-color: rgb(255, 255, 255);"><span> <a href="#" id="cookie_action_close_header" class="medium cli-plugin-button cli-plugin-main-button" style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 0);">...</a> <a href="" id="" class="cli-plugin-main-link" style="color: rgb(0, 0, 0);">...</a></span> </div> <div id="cookie-law-info-again" style="color: rgb(0, 0, 0); position: fixed; font-family: inherit; bottom: 0px; right: 100px; display: none; background-color: rgb(255, 255, 255);"><span id="cookie_hdr_showagain">Privacy & Cookies Policy</span></div>Thank you for your answer.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Remove inline CSS’ is closed to new replies.