4ndr0666

Ublock Cheatsheet

Apr 22nd, 2023 (edited)
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 4.62 KB | Cybersecurity | 0 0
  1. ### --- // MEDIUM BLOCK MODE:
  2.  
  3. **Characteristics:**
  4.  
  5. - Web pages will load relatively quickly.
  6. - Reduced exposure to third-party tracking to a minimum.
  7. - Less reliance on third-party filter lists for blocking, using them instead to mop up remaining unblocked requests.
  8. - High likelihood of web pages breaking, requiring manual intervention to fix.
  9.  
  10. **Enabled Settings Pane:**
  11.  
  12. - I am an advanced user: checked.
  13.  
  14. **3rd-party Filters Pane:**
  15.  
  16. - All of uBlock Origin's custom filter lists: checked
  17. - EasyList: checked
  18. - Peter Lowe’s Ad server list: checked
  19. - EasyPrivacy: checked
  20. - Online Malicious URL Blocklist: checked
  21.  
  22. **My Rules Pane:**
  23.  
  24. - Add `* * 3p block`
  25. - Add `* * 3p-script block`
  26. - Add `* * 3p-frame block`
  27.  
  28. **Tips:**
  29.  
  30. - Fall back into easy mode for the current site by setting local noop rules for third-party cells as needed.
  31. - Enable dynamic filtering with the advanced user setting (`I am an advanced user = true`), allowing more granular control over filtering rules.
  32.  
  33. ### --- // HARD BLOCK MODE:
  34.  
  35. **Characteristics:**
  36.  
  37. - Maximizes privacy and security by blocking all third-party frames and scripts by default.
  38. - Requires frequent user intervention to allow necessary third-party content for site functionality.
  39. - Utilizes static filter lists to double protect against unblocked requests.
  40.  
  41. **Enabled Settings Pane:**
  42.  
  43. - I am an advanced user: checked.
  44.  
  45. **3rd-party Filters Pane:**
  46.  
  47. - Minimal reliance on filter lists due to primary blocking.
  48.  
  49. **My Rules Pane:**
  50.  
  51. - Add `* * 3p block`
  52. - Add `* * 3p-script block`
  53. - Add `* * 3p-frame block`
  54.  
  55.  
  56. ### --- // PERSONALIZED:
  57.  
  58. * * 3p block
  59. * * 3p-frame block
  60. * * 3p-script block
  61. behind-the-scene * * noop
  62. behind-the-scene * inline-script noop
  63. behind-the-scene * 1p-script noop
  64. behind-the-scene * 3p-script noop
  65. behind-the-scene * 3p-frame noop
  66. behind-the-scene * image noop
  67. behind-the-scene * 3p noop
  68. no-large-media: behind-the-scene false
  69. no-strict-blocking: www.mega.nz/* true
  70. no-strict-blocking: www.avc.ai/* true
  71. no-strict-blocking: www.icloud.com/* true
  72. no-strict-blocking: www.redgifs.com/* true
  73. no-strict-blocking: www.vanceai.com/* true
  74.  
  75. ### --- // URL MyFilters:
  76. https://raw.githubusercontent.com/yokoffing/filterlists/main/youtube_clear_view.txt
  77. https://raw.githubusercontent.com/yokoffing/filterlists/main/enhanced_site_protection.txt
  78. https://raw.githubusercontent.com/yokoffing/filterlists/main/privacy_essentials.txt
  79. https://raw.githubusercontent.com/yokoffing/filterlists/main/youtube_clear_view.txt
  80. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt
  81. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/VeryThoroughWebsiteCleaner.txt
  82. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout-s%20Redirector%20Assistant%20List/DandelionSproutRedirectorList.json
  83. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-'Google%20Hangouts'%20List.txt
  84. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-IMDB%20List.txt
  85. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiFakeTransparentImagesList.txt
  86. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/AntiFunctionalityRemovalList.txt
  87. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Dandelion%20Sprout's%20Website%20Stretcher.txt
  88. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/DeviantARTQualityArtMagnifier.txt
  89. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/EmptyPaddingRemover.txt
  90. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/ImgurPureImageryExperience.txt
  91. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/RedditTrashRemovalService.txt
  92. https://raw.githubusercontent.com/DandelionSprout/adfilt/master/YouTubeEvenMorePureVideoExperience.txt
  93. https://raw.githubusercontent.com/yokoffing/filterlists/main/click2load.txt
  94. https://raw.githubusercontent.com/yokoffing/filterlists/main/clean_reading_experience.txt
  95. https://raw.githubusercontent.com/yokoffing/filterlists/main/adult_annoyance_list.txt
  96.  
  97. **Tips:**
  98.  
  99. - Manually allow third-party scripts or frames by setting `noop` or `allow` rules for specific domains.
  100. - Expect to frequently modify site-specific rules to maintain functionality across different websites.
  101. - Utilize the advanced user option for dynamic filtering (`I am an advanced user = true`) to create precise and context-specific rules. This is especially useful in Hard mode where more
  102.   frequent interventions are needed.
  103. - Create direct allowances (`allow` rules) for essential sites or content by using the advanced menu, making rules management more flexible and site-specific.
  104.  
Tags: uBlock
Add Comment
Please, Sign In to add comment