Actually wanna pull this Thread out as it would be a f*cking awesome feature to be able to block whole URLs and not just on DNS level.
Example: AdSense (noone likes it)
Placed at: https://www.google.com/adsense/search/async-ads.js
So it uses the Domain (www.google.com) which you dont wanna block! But you for sure want to block the *google.com/adsense*
path so everything related to adsense based on this Domain is blocked.
Actually the pattern should look like: (RegEx)
(.*)?google\.com\/adsense.*
So it matches every combination or the domain end everything behind /adsense
. Think that would be awesome to block snitches like google which are putting (moving) their Ads/Trackers on the same domain as the maindomain. So you can either block the whole google or nothing.
If needed (wished) I will create a FeatureRequest if enough people are liking this.