A service called BlockAdblock (located at https://blockadblock.com/) has been cropping up on various sites. It uses an embedded script to send users to a nagpage that withholds the site unless you unblock all ads. Sometimes clicking the "I turned off adblock" button without turning off adblock will result in being sent to an unrelated page. Other times it sends you back to be nagged again.
It would help if an easy to use script-blocker could be added to uBlock to help users find and block unwanted behaviors like this in the future. Something like the zapper function, only it listens for and logs the last (3 by default, maybe more?) scripts that went off. From there the user can block/unlock the scripts and try reloading the site.
...is there a function like this already in uBlock that I have missed?
If sites are starting to use scripts like this to block out adblockers, we will also need a list of common blocker-blocking scripts added to the filter lists to go along with the script-blocking feature.
Example of basic functions plus scripts:
https://blockadblock.com/
Example of Auto-forwarding to a site on click with adblock on;
https://ithubpk2.blogspot.com/2018/02/telegram-removed-from-apples-app-store.html

This holds true on any site using this script or it's variants.
Technically this should be browser/system agnostic as it's meant as a multiplatform blocker stopper. Here's my settings anyway.
uBlock filters​​​​​
uBlock filters – Badware risks
uBlock filters – Privacy
uBlock filters – Resource abuse
uBlock filters – Unbreak
EasyList​
EasyPrivacy​
Malware Domain List
Malware domains​
Peter Lowe’s Ad and tracking server list​
No custom filters.
Closing and marking as _invalid_, as per CONTRIBUTING.
dedicated scriptlet:
example.com##script:inject(bab-defuser.js)
for simple cases just use:
@@||example.com^$generichide
in your case:
@@||ithubpk2.blogspot.com^$generichide
but also:
ithubpk2.blogspot.com##script:inject(bab-defuser.js)
Most helpful comment
dedicated scriptlet:
example.com##script:inject(bab-defuser.js)for simple cases just use:
@@||example.com^$generichidein your case:
@@||ithubpk2.blogspot.com^$generichidebut also:
ithubpk2.blogspot.com##script:inject(bab-defuser.js)