yan
yan
Unfortunately @coruus passed away in 2016, and I don't believe anyone else has write access to this repository.
Actually I see now from https://github.com/coruus/ed448-goldilocks/graphs/contributors that @NWilson may have write access and could potentially take over this repo if they wish. EDIT: On second thought, i'm not sure from...
i can also read the articles
you could try adding https://github.com/reek/anti-adblock-killer/blob/ca423d23dbb006e9eb86bcd011569a5d143bb493/anti-adblock-killer.user.js#L4690 to js/data/siteHacks.js
the issue is that spot.im as a third-party cannot access localStorage so it errors when the 'load more' button is clicked. changing to 'allow all cookies' fixes the issue #1268...
+1 from an acquaintance
does this warrant a sec review? i don't think we've looked at this at any point, but maybe there's no risks here. my main concern would be rule of 2...
@josheleonard is this from the doyensec audit?
in case it's helpful, i believe you can accomplish all of these things on a default install of Brave by simply not opting into rewards. although sponsored images on new...
you could take a hash of the output of `find . -type f -print0 | LC_ALL=C sort -z | xargs -0 cat`. The output should be byte-for-byte identical if the...