If you still can't find the source of your script, try another browser
if possible. I sometimes also had a problem with a custom Firefox,
whereas Chrome was fine. Then within the code, you should be able to
find the rule by its name.Each Rule is a JavaScript object starting with
it's id and name, followed by events, conditions and actions
arrays.{"id": "GENERATED_ID","name": "RULE_NAME","events":
[],"conditions": [],"actions": []}Within the actions array, you can see
the actions you added, but y...