We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480b323 commit 1ed6210Copy full SHA for 1ed6210
src/composables/useRecommendations/defaultRecommendations.ts
@@ -6,7 +6,7 @@ export const defaultExtensions: Recommendation[] = [
6
id: 'uBlock0@raymondhill.net',
7
name: 'Install uBlock Origin',
8
description: `uBlock Origin is not just a free and open-source “ad blocker“, it's a very efficient content blocker consuming minimal resources.`,
9
- homeUrl: 'https://ublockorigin.com/',
+ homeUrl: 'https://github.com/gorhill/uBlock',
10
icon: 'ubo64.png',
11
enabled: false,
12
installed: false,
0 commit comments