Skip to content

Handling for script and style tags #51

@chrismakesstuf

Description

@chrismakesstuf

Hi @vaakash!

I've now been using your plugin quite successfully, I'm not sure if you'd like a donation that I can give somewhere to help support your project.

One remaining thing that would be very helpful, is that for some pages I have a custom browser app I import into my Wordpress pages with:
<script src="https://resources.sienci.com/wp-content/react/wizard.js"></script>
<style>@import url('https://resources.sienci.com/wp-content/react/wizard.css')</style>

Right now, GIW seems to get stuck on these and instead only brings over
@import url('https://resources.sienci.com/wp-content/react/wizard.css')
and then gets stuck and doesn't process to import the rest of the page content. Is there a simple rule that could be added to handle this type of content similar to how handling of other common HTML elements is already implemented? I just want the raw HTML to be delivered to the other side for the WordPress page to receive and host.

Many thanks,
Chris

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions