update README

This commit is contained in:
Gianni Carafa
2023-11-03 22:47:54 +01:00
parent 67f9af0296
commit 8a6320ccca
2 changed files with 11 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
- match: <script\s+([^>]*\s+)?src="(/)([^"]*)"
replace: <script $1 script="/https://www.example.com/$3"
injections:
- position: .left-content article .post-title # Position where to inject the code
- position: .left-content article .post-title # Position where to inject the code into DOM
code: |
<script>
window.localStorage.clear();