To perform this test, visit all of the websites specified below and load them in the browser. Using your tracker blocker, collect the number of trackers blocked and record that in the corrosponding csv file. Repeat.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { signal, effect, batch } from 'https://cdn.jsdelivr.net/npm/@preact/[email protected]/dist/signals-core.mjs' | |
| /** @import { Signal } from '@preact/signal-core' */ | |
| /** | |
| * @param {string} initialStateDef | |
| * @param { {name: string, value: string}[] } attributes | |
| */ | |
| function createEntry(initialStateDef, attributes) { | |
| const state = Object.fromEntries( | |
| Object |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| font pango:monospace 8.000000 | |
| floating_modifier Mod4 | |
| default_border normal 2 | |
| default_floating_border normal 2 | |
| hide_edge_borders none | |
| focus_wrapping no | |
| focus_follows_mouse yes | |
| focus_on_window_activation smart | |
| mouse_warping output | |
| workspace_layout default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/devtools/client/debugger/src/reducers/sources-tree.js b/devtools/client/debugger/src/reducers/sources-tree.js | |
| index 22a9de206d9a0e9f46d06f91044e93df9e12aad8..0640e2238d8c4c81d7c177c544ed5b5e90d7551d 100644 | |
| --- a/devtools/client/debugger/src/reducers/sources-tree.js | |
| +++ b/devtools/client/debugger/src/reducers/sources-tree.js | |
| @@ -250,6 +250,8 @@ function isSourceVisibleInSourceTree( | |
| } | |
| function addSource(threadItems, thread, source) { | |
| + console.log(source.id) | |
| + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .toolbarbutton-icon { | |
| margin-left: 8px; | |
| padding: 4px !important; | |
| margin-inline-end: 0 !important; | |
| width: auto !important; | |
| height: auto !important; | |
| border-radius: var(--toolbarbutton-border-radius) !important; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Initialiser for the Linux Game Console | |
| # The goal of this script file is to | |
| # download and run the proper installer | |
| # Repo: https://github.com/trickypr/linux-game-console | |
| # | |
| # Run with: curl https://tinyurl.com/linuxgc -L | sh | |
| installedbefore="false" | |
| installationuser=$(whoami) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "=================" | |
| echo "Installing Pi-hole®" | |
| echo "" | |
| echo "Install and configure" | |
| curl -sSL https://install.pi-hole.net | bash | |
| echo "" | |
| echo "Change password" | |
| pihole -a -p |