santiycr / cssify

XPATH to CSS translator
MIT License
132 stars 46 forks source link

Support for custom html tags #16

Open vazkir opened 3 years ago

vazkir commented 3 years ago

I am using cssify and ran into a problem with some rather unusual html elements, which the package doesn't not (yet) recognise. And I was wondering if this could be implemented.

For example when you visit this webpage in incognito, you'll get a cookie notice for which you can see an html element: `

......

`

Thanks in advance for any help!

pmarct commented 2 years ago

Running into the same problems, would greatly benefit from this being implemented