<div dir="ltr"><div dir="ltr">On Fri, Oct 30, 2020 at 11:34 AM @lbutlr <<a href="mailto:kremels@kreme.com">kremels@kreme.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On 30 Oct 2020, at 11:57, Aki Tuomi <<a href="mailto:aki.tuomi@open-xchange.com" target="_blank">aki.tuomi@open-xchange.com</a>> wrote:<br>
> But I think the sed here is missing 's' from start, so this does not actually do anything...<br>
<br>
Copy/paste/edit error. The s is there in the file.<br>
<br>
darkmode.sh:<br>
#!/bin/sh<br>
echo $1 | sed -e 's|</head>|<style>* {color:white !important; background-color: black !important; } </style></head>|'<br>
<br>
I am not sure about the $1. I think filter just pipes the message (or part of the message.<br>
<br>
I will see what happens without the echo I suppose.<br>
<br>
Nope, still the same.<br>
<br>
  32:   starting `:contains' match with `i;ascii-casemap' comparator:<br>
  32:   matching value `<!DOCTYPE html><html lang="en"><head><title>29-Oct-2020 ""</title> <style>?? ...'<br>
  32:     with key `</head>' => 1<br>
  32:   finishing match with result: matched<br>
  32: jump if result is false<br>
  32:   not jumping<br>
  34: filter action<br>
  34:   execute program `darkmode.sh'<br>
  34:   [[EXECUTION ABORTED]]<br>
<br><br></blockquote><div><br></div><div><br></div><div>Not a fix (just a debug step), but I'm curious what happens if you explicitly set 'exit 0' at the end of the shell script. </div><div> </div></div></div>