kawaiithug commited on
Commit
ee2b81e
·
verified ·
1 Parent(s): 679e356

Delete Scripts

Browse files
Files changed (1) hide show
  1. Scripts/hide_answer_tags.json +0 -17
Scripts/hide_answer_tags.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "id": "86ced7ce-dc99-4acc-baec-c0881ac8bcb7",
3
- "scriptName": "Strip Answer Tags",
4
- "findRegex": "/<answer>(.*?)</answer>/gis",
5
- "replaceString": "$1",
6
- "trimStrings": [],
7
- "placement": [
8
- 2
9
- ],
10
- "disabled": false,
11
- "markdownOnly": true,
12
- "promptOnly": true,
13
- "runOnEdit": false,
14
- "substituteRegex": 0,
15
- "minDepth": null,
16
- "maxDepth": null
17
- }