update google drive file link in json

This commit is contained in:
Jason Lee
2024-03-09 18:06:48 +08:00
parent d68e7369b7
commit 2291af394f
16 changed files with 117 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "99146c54-4f37-4ab8-9327-5f3291665e1e",
"snapshot": "chrome",
"instruction": "Please help me set Chrome to delete my browsing history automatically every time I close the browser.",
"instruction": "Please help me set Chrome to delete my browsing data automatically every time I close the browser.",
"source": "https://www.youtube.com/watch?v=v0kxqB7Xa6I",
"config": [
{
@@ -29,6 +29,13 @@
"chrome"
],
"evaluator": {
"postconfig":[{
"type": "execute",
"parameters": {
"command": "pkill chrome",
"shell": "true"
}
}],
"func": "exact_match",
"result": {
"type": "data_delete_automacally"
@@ -36,7 +43,7 @@
"expected": {
"type": "rule",
"rules": {
"expected": "Crashed"
"expected": "true"
}
}
}