- Apr 16, 2017
- 2,784
tweets no be loading on this vm, all I see is "Loading tweets..."
Ad blocker in browser, extension or both.tweets no be loading on this vm, all I see is "Loading tweets..."
Edge with ubo, privacy badger, malwarebytes extension, Edge "balanced" ... NOD32 & VS/CL 7.61Ad blocker in browser, extension or both.
I don't need to know what they are. You need to disable as one or more are blocking Twitter.Edge with ubo, privacy badger, malwarebytes extension, Edge "balanced" ...NOD32 & VS/CL 7.61
Thanks, I'll look into that...I don't need to know what they are. You need to disable as one or more are blocking Twitter.
Release notes
- Updated filter lists
- Commit history
- Based on GitHub - gorhill/uBlock at 430c578978beb10461dbb0881975409c81b2e34c
Installation
The extension will auto-update when a new version is published.
- Chromium-based browsers: Install from the Chrome Web Store
- Firefox: Install from AMO
Release notes
- Add textarea to list/edit trusted sites
- Updated filter lists
- Commit history
- Based on GitHub - gorhill/uBlock at 430c578978beb10461dbb0881975409c81b2e34c
Installation
The extension will auto-update when a new version is published.
- Chromium-based browsers: Install from the Chrome Web Store
- Firefox: Install from AMO
Really useful improvement better late than never
#!/usr/bin/env bash
#
# This script assumes a linux environment
set -e
echo "*** uBOLite.edge: Creating web store package"
DES=build/uBOLite.edge
rm -rf $DES
mkdir -p $DES
echo "*** uBOLite.edge: Copying reference chromium-based files"
cp -R chromium/* $DES/
# Edge store requires that all DNR rulesets are at the root of the package
# https://learn.microsoft.com/answers/questions/918426/cant-update-extension-with-declarative-net-request
echo "*** uBOLite.edge: Modify reference implementation for Edge compatibility"
mv $DES/rulesets/main/* $DES/
rmdir $DES/rulesets/main
# Patch manifest.json
node tools/make-edge.mjs
echo "*** uBOLite.edge: Package done."
I have the same problem on Edge, not using it at the moment for (among others) that problem.I have a problem with uBOL , sometimes when i click the icon its loading blank (white) and i can not drag the slider.
Create a MVP version of uBOLite for Firefox
What does not work at the time of commit:
Cosmetic filtering does not work:
The content scripts responsible for cosmetic filtering fail when
trying to inject the stylesheets through document.adoptedStyleSheets,
with the following error message:
XrayWrapper denied access to property Symbol.iterator
(reason: object is not safely Xrayable).
See https://developer.mozilla.org/en-US/docs/Xray_vision for more
information. ... css-declarative.js:106:8
A possible solution is to inject those content scripts in the
MAIN world. However Firefox scripting API does not support MAIN
world injection at the moment.
Scriptlet-filtering does not work:
Because scriptlet code needs to be injected in the MAIN world,
and this is currently not supported by Firefox's scripting API,
see https://bugzilla.mozilla.org/show_bug.cgi?id=1736575
There is no count badge on the toolbar icon in Firefox, as it
currently does not support the `DNR.setExtensionActionOptions`
method.
Other than the above issues, it does appear uBO is blocking
properly with no error reported in the dev console.
The adoptedStyleSheets issue though is worrisome, as the
cosmetic filtering content scripts were designed with ISOLATED
world injection in mind. Being forced to inject in MAIN world
Release notes
- Updated filter lists
- Commit history
- Based on GitHub - gorhill/uBlock at ebd9d93666459c23701f44b779dd2046178e149b
Installation
The extension will auto-update when a new version is published.
- Chromium-based browsers: Install from the Chrome Web Store
- Firefox: Install from AMO
- Microsoft Edge: Install from the Egde Add-ons store
Is this better than UBO: NoSimple questions: Is this better than UBO and is this the future of UBO, meaning will this replace UBO?
@Azazel is correct, it has less capabilities than µBO but according to @gorhillSimple questions: Is this better than UBO and is this the future of UBO, meaning will this replace UBO?
for more details seeMaybe. Maybe not. It depends on:
Websites you visit
How you configured uBO
How you configured uBOL
In short, only you can tell.
Release notes
- Updated filter lists
- Commit history
- Based on GitHub - gorhill/uBlock at e1ae17ed0059f5be488f2d6b7617feeda63e9096
Installation
The extension will auto-update when a new version is published.
- Chromium-based browsers: Install from the Chrome Web Store
- Firefox: Install from AMO
- Microsoft Edge: Install from the Egde Add-ons store
Release notes
- Updated filter lists
- Commit history
- Based on GitHub - gorhill/uBlock at 534d877e95dcf50657f68c8e470d89f8e17ca76c
Installation
The extension will auto-update when a new version is published.
- Chromium-based browsers: Install from the Chrome Web Store
- Firefox: Install from AMO
- Microsoft Edge: Install from the Egde Add-ons store