James Kupczak

Results 23 comments of James Kupczak

I was thinking... Left pane | | Right pane | | ---- | ----- | ------- | --- Original Source | Original Preview | Transformed Source | Transformed Preview ![image](https://user-images.githubusercontent.com/455221/65974480-dd568780-e421-11e9-85eb-712500f30d9c.png)...

I've successfully included it in my Chrome extensions. Do you get that same console error in the background page console AND in the normal console when you load it as...

Same way you did it. ``` "content_scripts": [ { "matches": ["file:///*.html*"], "js": ["js/libs/findAndReplaceDOMText.js", "js/script.js"] } ] ``` I'm using version 0.4.5 of the script, not minified.

I'd love to be able to get a count of how many replacements happened once my script is done.

Has any more talk been done about making this work in the browser? I assume not but I wanted to ask before I attempt to make my own solution. I...

> Hasn't this always been the case? I feel like it was a choice from the beginning, not a bug. Happy to be corrected and even happier if Outlook changed!...

@darienallen How does the "Second alternative option" you mentioned in your update work? I was able to use your first solution, but I don't understand the second solution.

I only just learned about this today. I found the Pine Email Framework which mentions it under their Meta tags section here: https://thememountain.github.io/pine/index.html#meta-tags They don't go into a lot of...

@dudeonthehorse Which clients are you losing the `` in? I use MailChimp as well and it works fine for me on the Gmail website in Google Chrome as well as...