>>936993532 (OP)Google forced Manifest v3 which has less features for your safety and their ad revenue.
This killed the filter ability of adblockers and script injectors. The adblock lite is whats left and less powerful.
The brave browser is still using chrome underneath while supporting the Manifest v2.
Firefox also works.
>>936993626There is still the extension Tamper Monkey but you have to run the browser in "extension developer" mode.
And there are minor differences in the user scripts so you might need to fix things like this:
Before:
// @include http://boards.4chan.org/*
// @include https://boards.4chan.org/*
After:
// @match *://boards.4chan.org/*