File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ See in [ruleset.yaml](ruleset.yaml) for an example.
154
154
<h1>My Custom Title</h1>
155
155
- position : .left-content article # Position where to inject the code into DOM
156
156
prepend : |
157
- <h2>Suptitle </h2>
158
- - domain : tagesspiegel.de
157
+ <h2>Subtitle </h2>
158
+ - domain : demo.com
159
159
headers :
160
160
content-security-policy : script-src 'self';
161
161
user-agent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
@@ -165,8 +165,8 @@ See in [ruleset.yaml](ruleset.yaml) for an example.
165
165
value : 1
166
166
domain :
167
167
- match : www # regex to match part of domain
168
- replace : amp # (this would modify the domain from www.tagesspiegel .de to amp.tagesspielgel .de)
168
+ replace : amp # (this would modify the domain from www.demo .de to amp.demo .de)
169
169
path :
170
170
- match : ^ # regex to match part of path
171
- replace : /amp/ # (modify the url from https://www.tagesspiegel.de/internationales / to https://www.tagesspiegel .de/amp/internationales /)
171
+ replace : /amp/ # (modify the url from https://www.demo.com/article / to https://www.demo .de/amp/article /)
172
172
` ` `
You can’t perform that action at this time.
0 commit comments