blob: 1bef95b51d976aa3a416dcc1b011dbda9346b3b7 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write('Content-Type: text/html\r\n\r\n')
print('''[
{
"trigger": {
"url-filter": "save-ping.py"
},
"action": {
"type": "css-display-none",
"selector": ".foo"
}
}
]''')