blob: 86f345f8e910389f02598c6e45a10af93b3ceb77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
!
! ~~~ ublock origin filter rules
!
! ~~~ defaults
no-csp-reports: * true
no-large-media: behind-the-scene false
behind-the-scene * * noop
behind-the-scene * 1p-script noop
behind-the-scene * 3p noop
behind-the-scene * 3p-frame noop
behind-the-scene * 3p-script noop
behind-the-scene * image noop
behind-the-scene * inline-script noop
!
! ~~~ disable javascript
! dev
no-scripting: stackoverflow.com true
! misc
no-scripting: blog.devgenius.io true
no-scripting: javascript.plainenglish.io true
no-scripting: blog.stackademic.com true
|