Advertisement
Guest User

Untitled

a guest
Apr 8th, 2021
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. [
  2. {
  3. "enabled": true,
  4. "id": "4d9e3dd9-cd89-4ace-a8a4-3bf1d3fa9aa1",
  5. "name": "Rule Group 1",
  6. "filter": {
  7. "key": "page-url",
  8. "condition": "starts-with",
  9. "value": "https://www.ros-bot.com/"
  10. },
  11. "rules": [
  12. {
  13. "enabled": true,
  14. "id": "e6e83dab-6165-4604-9aa2-11ac2cf2da46",
  15. "criteria": {
  16. "key": "url",
  17. "condition": "starts-with",
  18. "value": "https://www.ros-bot.com/misc/tableheader.js?"
  19. },
  20. "actions": [
  21. {
  22. "type": "modify-query-param",
  23. "details": {
  24. "name": "_",
  25. "value": "11"
  26. }
  27. }
  28. ]
  29. },
  30. {
  31. "enabled": true,
  32. "id": "f805c1ad-579b-4274-8d3f-76154681eb4f",
  33. "criteria": {
  34. "key": "url",
  35. "condition": "starts-with",
  36. "value": "https://www.ros-bot.com/sites/all/themes/bootstrap/js/misc/_collapse.js?"
  37. },
  38. "actions": [
  39. {
  40. "type": "modify-query-param",
  41. "details": {
  42. "name": "_",
  43. "value": "11"
  44. }
  45. }
  46. ]
  47. }
  48. ]
  49. }
  50. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement