mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
31 lines
946 B
Plaintext
31 lines
946 B
Plaintext
# As of now 2014-10-11:
|
|
# If no regex capture: use whole URL
|
|
# If regex capture: use capture index 1
|
|
ajax.googleapis.com
|
|
^ajax\.googleapis\.com\/ajax\/libs\/
|
|
fonts.googleapis.com
|
|
^fonts\.googleapis\.com
|
|
www.googletagservices.com
|
|
^(www\.googletagservices\.com\/tag\/js\/gpt\.js)
|
|
fonts.gstatic.com
|
|
^fonts\.gstatic\.com
|
|
cdn.jsdelivr.net
|
|
^cdn\.jsdelivr\.net\/
|
|
cdnjs.cloudflare.com
|
|
^cdnjs\.cloudflare\.com\/ajax\/libs\/
|
|
code.jquery.com
|
|
^code\.jquery\.com
|
|
maxcdn.bootstrapcdn.com
|
|
^maxcdn\.bootstrapcdn\.com\/font-awesome\/
|
|
netdna.bootstrapcdn.com
|
|
^netdna\.bootstrapcdn\.com\/bootstrap\/
|
|
^netdna\.bootstrapcdn\.com\/font-awesome\/
|
|
^netdna\.bootstrapcdn\.com\/twitter-bootstrap\/
|
|
platform.twitter.com
|
|
^platform\.twitter\.com\/widgets\.js
|
|
|
|
# https://github.com/gorhill/uBlock/issues/270#issuecomment-57913228
|
|
# Ref: http://www.asp.net/ajax/cdn
|
|
ajax.aspnetcdn.com
|
|
^ajax\.aspnetcdn\.com\/ajax\/[^?#]+
|