Alberto Harres

Results 165 comments of Alberto Harres

Tried this approach but still i am not succeding in using the generated .pem in the build process that we currently have, maybe there is something outdated in our building...

I tried to make this work by generating the `.pem` and fixing this part of the code that doesn't make much sense at the moment: https://github.com/dhowe/AdNauseam/blob/4875b49bd51bb4db689a187890f8ae0ed76191db/tools/make-artifacts.sh#L49-L57 `CHROME_PEM` variable is actually...

Fixed after @dhowe latests changes, our chrome appid is: ``` dkoaabhijcomjinndlgbmfnmnjnmdeeb ```

I believe we can do it if we update the online .xml file yes.

@JunkiEDM did you installed it with `.crx` file? It seems that chromium extensions don't accept them anymore. the correct way of installing in chromium browsers is by "load unpacked" option....

It seems that auto-update might not be possible anymore since we can't install AdNauseam using the .crx file. https://stackoverflow.com/questions/49948829/are-unpacked-chrome-extensions-automatically-updated > No, chrome would not auto-update the unpacked extension(that is in...

## Timeline https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/ ![](https://wd.imgix.net/image/sQ51XsLqKMgSQMCZjIN0B7hlBO02/OfabxpaX9YMUoyBWJWMX.png?auto=format&w=1600) January 2023 | Manifest V3 will become a prerequisite for the [Featured badge](https://blog.google/products/chrome/find-great-extensions-new-chrome-web-store-badges/). | Enterprise policy can let Manifest V2 extensions run on Chrome deployments [within...

It seems that we would have to implement ad-detection around this function (among others) https://github.com/gorhill/uBlock/blob/c7715d56bde427063bde6d916ba45a1a41e88751/platform/mv3/extension/js/scripting/css-generic.js#L128-L165 ```js const uBOL_processNodes = ( ) => { const t0 = Date.now(); const hashes =...

## Popup ![Screenshot 2022-10-17 at 12 01 29](https://user-images.githubusercontent.com/4967860/196149580-8145f46f-b5b5-40d9-82bb-224b6ca09e61.png) The popup menu in theory could simply be substituted by ours again, and have the button to the "UBOLite Menu" like we...

## Dashboard Not sure yet how much will uBlock still change their dashboard options, currently it looks like this: ![Screenshot 2022-10-17 at 12 02 34](https://user-images.githubusercontent.com/4967860/196151040-ca049e59-4d1a-416b-b2b4-5e428292b545.png) It seems that we have...