diff options
| -rw-r--r-- | global.txt | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -15,4 +15,10 @@ strip_image_src: doubleclick.net #find_string: <script #replace_string: <div style="display:none" #find_string: </script> -#replace_string: </div>
\ No newline at end of file +#replace_string: </div> + +# convert amp image tag to html image tag +find_string: <amp-img +replace_string: <img +find_string: </amp-img> +replace_string: |
