-
Notifications
You must be signed in to change notification settings - Fork 22
(Obsolete) Old Edge (EdgeHTML) build discussion thread #40
Comments
You've probably already seen it, but in case you haven't, check out uBlock-Edge. |
I know that repo, and I plan on looking at it, I just added a 2 lines shim to see how well it performs. Update: I quickly looked over his code and I don't really like how he did it. I probably will go read the doc and put together a shim from scratch, we'll see how it goes. |
Hi, @jspenguin2017 . A few days ago I copied your project to my computer and tried to use nano adblocker on Edge. I used platform\chromium to modify.
In
In
In
In
/*var iconPaths = [
{
'128': 'img/browsericons/128_off.png'
},
{
'128': 'img/browsericons/38_on.png'
}
]; */
var iconPaths = status === 'on' ?
{ '38': 'img/browsericons/38_on.png' } :
{ '38': 'img/browsericons/38_off.png' };
browserAction.setIcon({
tabId: tab.id,
path: iconPaths[status === 'on' ? 1 : 0]
}); to browserAction.setIcon({
tabId: tab.id,
path: iconPaths
}); Edge will get exception In tools folder add [Update by jspenguin2017: Folding this post as it is long and already resolved] |
Amazing! Can you post your changes? Like a patch file or a repo commits? |
The file list different from platform\chromium are
cloud-ui.js need change becouse Edge syncs data in the background, so this callback is very fast. It's |
OK, cool, as Microsoft Store is still full according to Microsoft, we might have to wait a while, I'll start with new Dashboard. |
Microsoft is slowly but surely adding more extensions to their store. It couldn't hurt to submit Nano AdBlocker and/or Nano Defender for review just to get in the queue. |
If I submit it now, can I update it when it's in the review queue? |
@kevin12314 Can you copy-paste your custom filters? Something doesn't feel right about the syntax highlighter. |
|
Unicode 8206...?? |
Those filters were generated through uBlock Origin Block element. If I key in filter like |
|
Yes, you can submit as many times as you like and your most recent submission will be the one considered. |
@jspenguin2017 I update build scripts use Node.js and remove same files in platform\edge files as in platform\chromium. All update is base on v1.0.0.24 Source code. File: |
You are on the beta version of Windows? The latest stable version of Edge is |
I don't see what your patch to |
|
It's more complex than I expected, hum... Still crashing... |
Please refrain from bring discussion off topic, manifest v3 is addressed here: #238 |
I just submitted an update, it should be available for download soon. |
nice!...Nano Adblocker on Edge now shows as version 0.0.85.0...the latest Google Chrome version shows as 0.0.86 released on January 25th 2019 |
The Chrome version includes a Chrome-only hotfix. The bug does not affect Edge. |
I have a problem with dobreprogramy.pl in Microsoft Edge. And on dobreprogramy.pl is ad about Avast And Nano doesn't block that. |
@seba2282 That seems to be self-promotion. You can report it to the maintainers of the Polish regional filters if you want. |
But is small problem. Nano Adblocker blocker has updated rules in polish filters and it works with Chrome. Ublock Origin has too and it works with Chrome and others browser. But any doesn't work with Edge. Team Polish gave cosmetic rules for hidden and clean that (normal don't need this rules) for MS Edge and Nano Adblocker / Ublock Origin doesn't block that. |
@seba2282 |
I tried all, what is in that topic and @krystian3w helped: |
but normal should works:
or
AdGuard filter |
OK, on Chromium e.g. Opera 58 works:
or
@seba2282 try in Edge use first filter, we did not check it (maybe forcing the |
www.dobreprogramy.pl###phContent_avastBadge:style(visibility: hidden;) doesn't work. |
Ah, it's user stylesheet again... This works for now:
|
Not to end. I added your rule now and when I go on site download some program on dobreprogramy.pl, ads Avast hided. But after refresh that site, again showed that frustrated ads Avast. If I know good, that problem is only on Microsoft Edge. You know what is reason "why" ? |
What is your version of Windows? Is 1809 build 17763? If so, it is an edge bug that has now been fixed in 19H1 Insider preview. I'm trying to use this
in the new 19H1 build 18323, and refresh that site, ads Avast is not shown. |
@kevin12314 css also works?
|
I still have Windows 10 1809. |
Because it is now ending January, we will wait for a nasty 19H1. |
The two were hidden at first, but then re-displayed after about 15 seconds. |
The extensions store for Chromium-based Edge is up now: https://www.microsoft.com/en-us/microsoft-edge/insider-addons/detail/epbkapkgcmdmfpogenoebpdeibmfinpf I was thinking about making one last build for the old Edge, but unfortunately the latest upstream requires |
New thread: #253 |
For Chromium-based Edge: https://www.microsoft.com/en-us/microsoft-edge/insider-addons/detail/epbkapkgcmdmfpogenoebpdeibmfinpf
New thread: #253
Nano Adblocker is published: https://www.microsoft.com/store/productId/9NSXDX2TDB3V
Nano Defender is in review since May 2018...
Knows issues
Edge does not support listening to
web_accessible_resources
requests...Edge restores (un-maximize) when
browser.tabs.reload
orbrowser.tabs.select
is called.Opening Logger in InPrivate mode breaks cosmetic filtering.
The text was updated successfully, but these errors were encountered: