Advertisement
Guest User

adguard-settings

a guest
Dec 10th, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. {
  2. "protocol-version": "1.0",
  3. "general-settings": {
  4. "app-language": "en-US",
  5. "allow-acceptable-ads": false,
  6. "show-app-updated-disabled": true,
  7. "update-filters-period": 48,
  8. "show-tray-icon": false,
  9. "launch-at-login": false,
  10. "verbose-logging": false,
  11. "hardware-acceleration-disabled": true
  12. },
  13. "filters": {
  14. "enabled-groups": [
  15. 1,
  16. 2,
  17. 3,
  18. 4,
  19. 5,
  20. 6,
  21. 7,
  22. 0
  23. ],
  24. "enabled-filters": [
  25. 208,
  26. 14,
  27. 1,
  28. 2,
  29. 3,
  30. 4,
  31. 118,
  32. 122,
  33. 123,
  34. 201,
  35. 210,
  36. 212,
  37. 213,
  38. 11,
  39. 101,
  40. 207,
  41. 215,
  42. 242,
  43. 15,
  44. 204,
  45. 225,
  46. 229,
  47. 239,
  48. 240,
  49. 241,
  50. 250
  51. ],
  52. "custom-filters": [
  53. {
  54. "filterId": 1001,
  55. "customUrl": "https://easylist-downloads.adblockplus.org/cntblock.txt",
  56. "enabled": true,
  57. "title": "RU AdList: Counters",
  58. "trusted": true
  59. },
  60. {
  61. "filterId": 1000,
  62. "customUrl": "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt",
  63. "enabled": true,
  64. "title": "Adblock Warning Removal List",
  65. "trusted": true
  66. },
  67. {
  68. "filterId": 1003,
  69. "customUrl": "https://easylist-downloads.adblockplus.org/bitblock.txt",
  70. "enabled": true,
  71. "title": "RU AdList: BitBlock + Fanboy's General",
  72. "trusted": true
  73. },
  74. {
  75. "filterId": 1002,
  76. "customUrl": "https://easylist-downloads.adblockplus.org/advblock+cssfixes.txt",
  77. "enabled": true,
  78. "title": "RU AdList + CSS Fixes",
  79. "trusted": true
  80. }
  81. ],
  82. "user-filter": {
  83. "enabled": true,
  84. "rules": "",
  85. "disabled-rules": ""
  86. },
  87. "allowlist": {
  88. "enabled": true,
  89. "inverted": false,
  90. "domains": [],
  91. "inverted-domains": []
  92. }
  93. }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement