
Simply use replace while regex enabled.
Using the regex syntax:
<script\b[^>]*>.*?</script>
It can be used with different wrappers such as style. Same idea applies to pesky font-face style sheet:
@font-face\s*\{[^}]*\}
Simply use replace while regex enabled.
Using the regex syntax:
<script\b[^>]*>.*?</script>
It can be used with different wrappers such as style. Same idea applies to pesky font-face style sheet:
@font-face\s*\{[^}]*\}