uBlock-issues
v86
uBlock-issues | v86 | |
---|---|---|
465 | 163 | |
991 | 20,463 | |
1.7% | 1.2% | |
6.3 | 9.5 | |
18 days ago | 8 days ago | |
JavaScript | ||
- | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
uBlock-issues
-
Chrome disabling uBlock Origin is a serious security threat
I answered the questions half way myself.The ext. gets disabled because it is manifest 2 not manifest 3. Manifest 2 will be disabled by ~mid 2025 in the Store.
Seeing: seeing https://github.com/uBlockOrigin/uBlock-issues/wiki/About-Goo...
And asking: What are the diff between manifest 2 and manifest 3 ext?
Answer: https://chat.mistral.ai/chat/9e66fbc8-0df2-4248-a252-5acb6fb...
What is the problem to move to M3? And why is this a ban?
-
About Google Chrome's "This extension may soon no longer be supported"
https://github.com/uBlockOrigin/uBlock-issues/discussions/35...
In general it involves setting ExtensionInstallForcelist, but I haven't tried it in practice yet, it's a concept..
- YouTube's New Hue
-
Tell HN: I just updated my wife's Chrome, and uBlock is no longer supported
These are the instructions for Windows from OP's reddit post: https://github.com/uBlockOrigin/uBlock-issues/discussions/29...
So much more complicated.
-
New 38 GitHub Repositories - Open Source of Dec 23, 2024
Github URL: https://github.com/gorhill/uBlock
- An efficient blocker for Chromium and Firefox. Fast and lean
-
Lessons from USAF Brutalism
You should look into the homepage linked from there https://github.com/gorhill/uBlock because that's were it's really from, and not some recommendation via.
Especially their Wiki, because that contains really useful information, how to handle more advanced stuff, which can't really be done 'automagically' for all sorts of websites. Maybe even their reddit also linked from the mozilla site, though I'm guessing you're not fond of the latter.
You could also consider using https://librewolf.net/ instead of Firefox, because that's built and delivered with much desired settings, while the undesired stuff is left out.
Which you'd have otherwise to setup manually, put together piece-wise from countless different places, because there is no place who has it all. By the way, they have their own redddit, too.
Which leads to less hassle with system management problems. Not to speak of being delivered with uBlock Origin out of the box.
Works really well for me, and I'm picky, because I've grown bored with systems management problems, too ;)
-
Google pulls the plug on uBlock Origin, leaving over 30M Chrome users sus
Methods to enforce ExtensionManifestV2Availability on Linux for Chromium (and variants) and Chrome: https://github.com/uBlockOrigin/uBlock-issues/discussions/29...
-
macOS Sequoia Preview
If anyone is wondering why uBlock Origin is no longer available for Safari, since version 13, see:
https://github.com/uBlockOrigin/uBlock-issues/issues/1123#is...
v86
-
Make Ubuntu packages 90% faster by rebuilding them
Not a bad idea. Arch also comes to mind, and its support on https://copy.sh/v86/ is a testament to its flexibility.
- V86: Working Operating Systems in the Browser
- Webvm: Virtual Machine for the Web
- WebVM 2.0: A complete Linux Desktop Environment in the browser via WebAssembly
- Windows 95 Running in the Browser
-
Run a Virtual Machine in Your Browser
import { useEffect } from 'react'; function App() { useEffect(function initializeEmulator(){ // See https://github.com/copy/v86/blob/master/src/browser/starter.js for options window.emulator = new window.V86({ wasm_path: '/v86.wasm', screen_container: document.getElementById("screen_container"), bios: { url: "/bios/seabios.bin", }, vga_bios: { url: "/bios/vgabios.bin", }, hda: { // Hard Disk url: "/images/fd12-base.img", async: true, size: 419430400, // Recommended to add size of the image in URL. see https://github.com/copy/v86/blob/master/src/browser/starter.js }, autostart: true, }); }, []); return (
Initializing Emulator…div> canvas> div> ); } export default App; - WebVM is a server-less virtual Linux environment running client-side
- Windows 8 Running in the Browser
- Run Windows on the browser with WASM power
-
WASI 0.2.0 and Why It Matters
> As a thought experiment, we're almost there! We could technically have `win95.img + bochs86vm.wasm + autorun.inf + msword.exe` wrapped in a "browser evaluator"
I looked into this and... holy crap! We are there. Not for modern programs quite yet, sure, but this is amazing. You can use Windows 2000 from your browser.
https://copy.sh/v86/?profile=windows2000
What are some alternatives?
SponsorBlock - Skip YouTube video sponsors (browser extension)
webvm - Virtual Machine for the Web
brave-core - Core engine for the Brave browser for mobile and desktop. For issues https://github.com/brave/brave-browser/issues
adblock-rust - Brave's Rust-based adblock engine
uBlock - uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean.
Chicago95 - A rendition of everyone's favorite 1995 Microsoft operating system for Linux.