991 private links
La publicité en ligne est devenue le modèle économique à la base de l’activité sur Internet des grandes plateformes « prédatrices » qui en sont également les principales actrices : elle constitue ainsi plus de 75 % des revenus de Google (source) et près de 99 % de ceux de Facebook par exemple.
Comment ça marche ?
Pour que cette publicité « fonctionne » au mieux et soit la plus rentable possible pour les annonceurs et les plateformes du Web, il faut qu’elle soit adaptée le plus précisément possible à chaque internaute, qu’elle soit « ciblée ». Pour cela, le seul moyen est d’avoir une connaissance la plus étendue et la plus fine possible des habitudes et pratiques de chacun.
Remove Paywall works by allowing users to search various internet archives. These archived pages do not require a login and prevent users from being tracked.
I created this site to enable people to compare many so-called “secure messaging apps”. Likewise, I hope to educate people as to which functionality is required for truly secure messaging.
In 2016, I was frustrated with the EFF’s very out-of-date comparison, and hence I decided to create a comparison myself. Reaching out to various privacy organisations proved to be a complete waste of time, as no one was willing to collaborate on a comparison. This is a good lesson learnt: Don’t be beholden to other people/organisations, and produce your own useful work.
This site is not meant to be comprehensive; security is difficult, and a full review of each app is simply not plausible due to time, a lack of access to source code in many cases, and a lack of knowledge of development practices, and general cyber security maturity.
This list contains AI-related crawlers of all types, regardless of purpose. We encourage you to contribute to and implement this list on your own site. See information about the listed crawlers and the FAQ.
A number of these crawlers have been sourced from Dark Visitors and we appreciate the ongoing effort they put in to track these crawlers.
If you'd like to add information about a crawler to the list, please make a pull request with the bot name added to
robots.txt,ai.txt, and any relevant details intable-of-bot-metrics.mdto help people understand what's crawling.
Attention : user_pref("browser.ml.enable", false); empêche l'extension Shaarli de fonctionner.
// src: https://gist.github.com/apfelchips/f129c8316055e524774d757365267e26
// goal: disable all annoying stuff from firefox and tighten security, but still retain all modern web features
// configure as little as possible to benefit from changeing/hardened defaults by Mozilla
// inspired by:
// https://github.com/pyllyukko/user.js/blob/master/user.js
// https://github.com/ghacksuserjs/ghacks-user.js/blob/master/user.js
// http://kb.mozillazine.org/About:config_entries
// https://gist.github.com/ruilapa/3207798
// https://jm42.github.io/compare-user.js/
// https://gitlab.com/librewolf-community/settings/-/blob/master/librewolf.cfg#L1
// pref() <= change default, can be edited by user
// user_pref() <= override everything, defined setting will be set on startup
// more info:
// https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/A_brief_guide_to_Mozilla_preferences
// recommended addons
// https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/
// https://addons.mozilla.org/en-US/firefox/addon/container-color-toolbar/
// https://addons.mozilla.org/en-US/firefox/addon/switch-container-plus/
// https://addons.mozilla.org/en-US/firefox/addon/open-url-in-container/
// https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
// https://addons.mozilla.org/en-US/firefox/addon/istilldontcareaboutcookies/
// https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/
// https://addons.mozilla.org/en-US/firefox/addon/open-link-in-browser-as/
// https://addons.mozilla.org/en-US/firefox/addon/redirector/
// https://addons.mozilla.org/en-US/firefox/addon/keepass-helper-url-in-title/
// https://addons.mozilla.org/de/firefox/addon/bid-o-matic-be/
// https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/
// https://addons.mozilla.org/en-US/firefox/addon/remove-cookies-button-ver1x/
// https://addons.mozilla.org/en-US/firefox/addon/cookie-quick-manager/
// https://addons.mozilla.org/en-US/firefox/addon/uaswitcher/
// https://addons.mozilla.org/en-US/firefox/addon/referercontrol/
// https://addons.mozilla.org/en-US/firefox/addon/clearcache/
// https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/
// https://addons.mozilla.org/en-US/firefox/addon/german-dictionary-de_de-for-sp/
user_pref("_user.js.parrot", "START");
user_pref("general.warnOnAboutConfig", false);
//// telemetry / reporting
user_pref("toolkit.telemetry.enabled", false);
user_pref("toolkit.telemetry.unified", false);
user_pref("toolkit.telemetry.server", "data:,");
user_pref("toolkit.telemetry.archive.enabled", false);
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("datareporting.healthreport.service.enabled", false);
user_pref("datareporting.policy.dataSubmissionEnabled", false);
user_pref("browser.newtabpage.activity-stream.telemetry", false);
user_pref("browser.newtabpage.activity-stream.feeds.telemetry",false);
user_pref("browser.ping-centre.telemetry", false);
user_pref("browser.chrome.errorReporter.enabled", false);
user_pref("browser.chrome.errorReporter.submitUrl", "");
/// ssl error reporting
user_pref("security.ssl.errorReporting.automatic", false);
user_pref("security.ssl.errorReporting.enabled", false);
user_pref("security.ssl.errorReporting.url", "");
/// addon pings
user_pref("browser.selfsupport.enabled", false);
user_pref("browser.selfsupport.url", "");
/// crashreporting
user_pref("browser.tabs.crashReporting.sendReport", false);
user_pref("breakpad.reportURL", "");
user_pref("browser.tabs.crashReporting.sendReport", false);
user_pref("browser.crashReports.unsubmittedCheck.enabled", false);
user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
user_pref("dom.ipc.plugins.reportCrashURL", false);
// sends daily pings to Mozilla about extensions and recent startups
user_pref("extensions.getAddons.cache.enabled", false);
// disallow Firefox to make personalized extension recommendations
user_pref("browser.discovery.enabled", false);
/// safebrowsing
user_pref("_user.js.parrot", "safebrowsing");
user_pref("browser.safebrowsing.provider.google.reportURL", "");
user_pref("browser.safebrowsing.reportMalwareMistakeURL", "");
user_pref("browser.safebrowsing.reportPhishMistakeURL", "");
user_pref("browser.safebrowsing.reportPhishURL", "");
//// #fingerprinting
user_pref("_user.js.parrot", "fingerprinting");
// user_pref("privacy.resistFingerprinting", true);
/// #webRTC
//pref("media.peerconnection.enabled", false);
// prevent local ip leaks
user_pref("media.peerconnection.ice.no_host", true);
/// #webGL
//pref("webgl.disabled", true);
//pref("webgl.enable-webgl2", false);
//// #Tracking
user_pref("_user.js.parrot", "Tracking");
//pref("privacy.donottrackheader.enabled", true);
pref("privacy.trackingprotection.enabled", true);
pref("privacy.trackingprotection.pbmode.enabled", true);
user_pref("browser.contentblocking.rejecttrackers.reportBreakage.enabled",false); // disable Lightbulb in AddressBar
user_pref("browser.contentblocking.reportBreakage.enabled",false); // disable Lightbulb in AddressBar
// Disable Onboarding
user_pref("_user.js.parrot", "Onboarding");
user_pref("privacy.trackingprotection.ui.enabled", true);
user_pref("privacy.trackingprotection.introCount", 99); // disable intro
user_pref("browser.contentblocking.introCount", 99); // disable intro
//// experiments
user_pref("network.allow-experiments", false);
user_pref("experiments.supported",false);
user_pref("experiments.enabled",false);
user_pref("experiments.manifest.uri", "");
user_pref("app.normandy.enabled", false);
user_pref("app.normandy.api_url", "");
user_pref("extensions.ui.experiment.hidden", true);
user_pref("network.allow-experiments", false);
user_pref("extensions.shield-recipe-client.enabled", false);
user_pref("extensions.shield-recipe-client.api_url", "");
user_pref("app.shield.optoutstudies.enabled", false);
//// AI Assistant
user_pref("_user.js.parrot", "AI Assistant");
user_pref("browser.ml.chat.enabled", false);
user_pref("browser.ml.chat.shortcuts", false);
user_pref("browser.ml.chat.shortcuts.custom", false);
user_pref("browser.ml.chat.sidebar", false);
user_pref("browser.ml.enable", false);
//// Search
user_pref("_user.js.parrot", "Search");
// search settings get ignored but I set them anyway
user_pref("browser.search.selectedEngine", "DuckDuckGo");
user_pref("browser.search.defaultenginename", "DuckDuckGo");
user_pref("browser.search.defaultenginename.US", "DuckDuckGo");
user_pref("browser.search.defaultenginename.DE", "DuckDuckGo");
user_pref("browser.search.defaulturl", "https://start.duckduckgo.com/?q=");
user_pref("browser.search.order.1", "DuckDuckGo");
user_pref("browser.search.hiddenOneOffs","Bing,Amazon.com,eBay,Google,Twitter");
user_pref("browser.search.suggest.enabled", true);
user_pref("browser.search.geoSpecificDefaults", false);
user_pref("browser.search.geoSpecificDefaults.url", "");
user_pref("browser.search.geoip.url", "");
user_pref("browser.search.update", false);
//// urlbar
user_pref("_user.js.parrot", "urlbar");
user_pref("browser.urlbar.scotchBonnet.enableOverride", false); // "Scotch Bonnet" doesn't show https://
user_pref("browser.urlbar.oneOffSearches", false); // select search engines as icons
user_pref("browser.urlbar.autocomplete.enabled", true);
user_pref("browser.urlbar.suggest.history", true);
user_pref("browser.urlbar.suggest.bookmark", true);
user_pref("browser.urlbar.suggest.openpage", true);
user_pref("browser.urlbar.suggest.searches", false); //autosuggestions from search provider
user_pref("browser.urlbar.searchSuggestionsChoice", true); // nagging if you want to enable suggest.searches
user_pref("browser.urlbar.filter.javascript", false); // allow bookmarklets to be opened from urlbar
user_pref("browser.urlbar.trimURLs", false); // Don't trim HTTP off of URLs in the address bar.
user_pref("browser.urlbar.autoFill", true);// As you type, entries you have previously typed that closely match appear highlighted after your typed text
user_pref("browser.urlbar.autoFill.typed", true);
//pref("browser.startup.page","https://start.duckduckgo.com");
//pref("browser.startup.homepage","https://start.duckduckgo.com");
//pref("startup.homepage_override_url","https://start.duckduckgo.com");
//pref("startup.homepage_welcome_url","https://start.duckduckgo.com");
user_pref("browser.startup.homepage_override.mstone", "ignore"); // Suppress the "What's new" page
user_pref("browser.aboutHomeSnippets.updateUrl", "data:,");
//// bookmarks can be managed in a single file
//// bookmarks.html template: https://gist.github.com/apfelchips/749b121f27d62d3cef78a45722c5c967
// pref("browser.bookmarks.file", "~/.config/firefox/bookmarks.html"); // has to be symlinked, ff can't write to bookmarks.html when a custom path outside of the profile is used
// user_pref("browser.places.importBookmarksHTML", true); // has to to user_pref to force bookmarks.html import
// user_pref("browser.bookmarks.max_backups", 0); // Bookmark Backups
// user_pref("browser.bookmarks.restore_default_bookmarks", false); // stop adding Default Bookmarks
// user_pref("browser.bookmarks.autoExportHTML", false); // there can only be one exporter or bookmarks.html is managed manually
//// about:newtab
user_pref("_user.js.parrot", "newtab");
user_pref("browser.newtabpage.activity-stream.feeds.section.highlights",false);
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
user_pref("browser.newtabpage.activity-stream.feeds.snippets", false);
user_pref("browser.newtabpage.activity-stream.showTopSites", true);
user_pref("browser.newtabpage.activity-stream.topSitesCount", 12);
user_pref("browser.newtabpage.activity-stream.migrationExpired", true); // import from other browsers
user_pref("browser.newtabpage.activity-stream.disableSnippets", true);
user_pref("browser.newtabpage.activity-stream.feeds.snippets", false);
user_pref("browser.newtabpage.introShown", true);
user_pref("browser.newtabpage.activity-stream.showSponsored", false);
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false);
user_pref("browser.urlbar.sponsoredTopSites", false);
user_pref("browser.newtabpage.enhanced", false); // "Suggested Articles"
user_pref("browser.newtabpage.directory.source", "data:text/plain,");
user_pref("browser.newtabpage.directory.ping", "data:text/plain,");
user_pref("browser.library.activity-stream.enabled", false);
user_pref("browser.newtabpage.activity-stream.enabled", false);
//// annoyances, tweaks
user_pref("network.IDN_show_punycode", true);
user_pref("devtools.selfxss.count", 42); // allow pasting in dev-console
user_pref("media.autoplay.enabled", false);
user_pref("media.autoplay.enabled.user-gestures-needed", false);
pref("media.autoplay.default", 5); // block audio and video by default
pref("media.play-stand-alone", true);
// always ask for download directory
user_pref("browser.download.useDownloadDir", false);
// permissions 0:Ask / 1:Allow / 2:Don't ask
user_pref("permissions.default.desktop-notification", 2);
user_pref("permissions.default.microphone", 0);
user_pref("permissions.default.camera", 0);
user_pref("permissions.default.geo", 2);
user_pref("permissions.default.xr", 2); //virtual reality
// SYNC
//user_pref("services.sync.enabled", false);
//user_pref("identity.fxaccounts.enabled", false);
//// #UI / #UX
user_pref("browser.compactmode.show", true); // re-enable Compact Toolbar mode
user_pref("browser.backspace_action", 0); // 0: Go back in history, 1: Page Up, 2: Nothing
user_pref("browser.ctrlTab.previews", false);
user_pref("browser.ctrlTab.recentlyUsedOrder", false);
user_pref("general.autoScroll", true); // Navigation Dot on Middle Click
user_pref("layout.spellcheckDefault", 2); // 0=none, 1-multi-line, 2=multi-line & single-line
// Don't try to guess domain names when entering an invalid domain name in URL bar
user_pref("browser.fixup.alternate.enabled", false);
user_pref("browser.tabs.warnOnClose", false);
user_pref("browser.tabs.warnOnCloseOtherTabs", false);
user_pref("full-screen-api.warning.delay", 0);
user_pref("full-screen-api.warning.timeout", 2500);
// Show Bookmarks Toolbar visibility setting
// user_pref("browser.toolbars.bookmarks.visibility", "newtab");
/// #Startup
user_pref("_user.js.parrot", "Startup");
user_pref("browser.slowStartup.notificationDisabled", true);
user_pref("browser.slowStartup.samples", 0);
user_pref("browser.slowStartup.maxSamples", 0);
user_pref("browser.disableResetPrompt", true);
user_pref("browser.rights.3.shown", true); //don't show EULA
user_pref("browser.shell.checkDefaultBrowser", false);
user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", true);
//// #Value Added Services
user_pref("_user.js.parrot", "Value Added Services");
user_pref("browser.tabs.firefox-view", false);
user_pref("browser.firefox-view.feature-tour", '{"screen":"","complete":true}');
user_pref("pocket.enabled", false);
user_pref("browser.pocket.enabled", false);
user_pref("extensions.pocket.enabled", false);
user_pref("dom.flyweb.enabled", false); // IoT whatever
user_pref("browser.casting.enabled", false);
user_pref("signon.rememberSignons", false); // Disable Password Manager
user_pref("browser.pagethumbnails.capturing_disabled", true);
user_pref("browser.shell.shortcutFavicons", false);
user_pref("dom.gamepad.enabled", false);
user_pref("dom.vr.enabled", false);
user_pref("dom.vibrator.enabled", false);
// Trusted Recursive Resolver (DNS-over-HTTPS) (disabled)
user_pref("network.trr.mode", 0);
/// #Onboarding | #First Run | #Guides
user_pref("browser.onboarding.enabled", false);
user_pref("browser.onboarding.notification.finished", true);
user_pref("browser.messaging-system.whatsNewPanel.enabled", false); // no more present icon
user_pref("browser.feeds.showFirstRunUI", false);
user_pref("browser.usedOnWindows10", true);
user_pref("browser.usedOnWindows10.introURL", "");
user_pref("datareporting.healthreport.service.firstRun", false);
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
user_pref("browser.reader.detectedFirstArticle", false);
user_pref("browser.uitour.enabled", false);
/// #Reccomendation Popups (╯°□°)╯︵ ┻━┻
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
user_pref("browser.newtabpage.activity-stream.asrouter.providers.whats-new-panel", false); // Hide Giftbox
///// #Features we want
user_pref("_user.js.parrot", "Features we want");
//// # Screenshot tool
user_pref("extensions.screenshots.disabled", false);
user_pref("extensions.screenshots.system-disabled", false);
user_pref("extensions.screenshots.upload-disabled", true);
///// #Shutdown Cleanup
user_pref("_user.js.parrot", "Shutdown Cleanup");
pref("privacy.clearOnShutdown.history", false);
pref("privacy.clearOnShutdown.sessions", false);
pref("privacy.clearOnShutdown.formdata", false);
pref("privacy.clearOnShutdown.cookies", false); // manage with Cookie AutoDelete extension
pref("privacy.clearOnShutdown.cache", true);
pref("privacy.clearOnShutdown.siteSettings", false);
pref("privacy.clearOnShutdown.downloads", true);
pref("privacy.clearOnShutdown.offlineApps", true);
pref("privacy.clearOnShutdown.openWindows", true);
pref("privacy.sanitize.sanitizeOnShutdown", true);
pref("browser.helperApps.deleteTempFileOnExit", true);
//// #Clear recent history menu defaults
user_pref("_user.js.parrot", "Clear recent history");
pref("privacy.sanitize.timeSpan", 0);
pref("privacy.cpd.history", true);
pref("privacy.cpd.sessions", false);
pref("privacy.cpd.formdata", true);
pref("privacy.cpd.cookies", false); // manage with Cookie Autodelete extension
pref("privacy.cpd.cache", true);
pref("privacy.cpd.siteSettings", false);
pref("privacy.cpd.offlineApps", true);
pref("privacy.cpd.downloads", true);
// #Cookies
pref("network.cookie.cookieBehavior", 5); // 1: allow cookies from originating server only | 5: "smart"
//// #Extensions
user_pref("_user.js.parrot", "Extensions");
//// https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Alternative_distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders
//// https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Alternative_distribution_options/Add-ons_in_the_enterprise#Controlling_automatic_installation
// user_pref("plugin.defaultXpi.state", 2);
// scopes: https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
// user_pref("extensions.enabledScopes", 1);
// user_pref("extensions.autoDisableScopes", 14);
// user_pref("extensions.update.enabled", true);
// user_pref("extensions.update.autoUpdate", true);
// user_pref("extensions.webextensions.keepStorageOnUninstall", false);
// user_pref("extensions.webextensions.keepUuidOnUninstall", false);
//// #Protocol Handers
user_pref("_user.js.parrot", "Protocol Handlers");
// user_pref("network.protocol-handler.expose-all", false);
// user_pref("network.protocol-handler.warn-external-default", true);
// user_pref("network.protocol-handler.expose.ext+container", true);
// user_pref("network.protocol-handler.external.ext+container", true);
// user_pref("network.protocol-handler.warn-external.ext+container", false);
// user_pref("network.protocol-handler.expose.rdp", true);
// user_pref("network.protocol-handler.external.rdp", true);
// user_pref("network.protocol-handler.warn-external.rdp", true);
// user_pref("network.protocol-handler.expose.vlc", true);
// user_pref("network.protocol-handler.external.vlc", true);
// user_pref("network.protocol-handler.warn-external.vlc", false);
// user_pref("network.protocol-handler.expose.mpv", true);
// user_pref("network.protocol-handler.external.iina", true);
// user_pref("network.protocol-handler.warn-external.mpv", false);
// user_pref("network.protocol-handler.expose.iina", true);
// user_pref("network.protocol-handler.external.iina", true);
// user_pref("network.protocol-handler.warn-external.iina", false);
// #Security | #TLS
user_pref("_user.js.parrot", "Security | TLS");
// kind of fixed by first party isolation -- to prevent HSTS fingerprinting (https://www.privacy-handbuch.de/handbuch_21m.htm)
// rm SiteSecurityServiceState.txt & touch SiteSecurityServiceState.txt && chmod 555 SiteSecurityServiceState.txt
//user_pref("security.mixed_content.block_display_content", true);
//user_pref("security.mixed_content.block_active_content", true);
// pref("security.OCSP.require", true);
// user_pref("security.ssl.enable_ocsp_stapling", true);
/// user_pref("security.ssl.enable_ocsp_must_staple", true);
// user_pref("security.cert_pinning.enforcement_level", 2);
// user_pref("network.stricttransportsecurity.preloadlist", true);
// user_pref("security.pki.sha1_enforcement_level", 1);
// user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true);
user_pref("_user.js.parrot", "FINISHED");Introduction au fingerprinting : comment fonctionne cette méthode de suivi invisible, quels sont les risques pour la vie privée et comment mieux s’en protéger.
A site similar to 12ft.io but is self hosted and works with websites that 12ft.io doesn't work with.
This is a simple self hosted server that has a simple but powerful interface to block ads, paywalls, and other nonsense. Specially for sites like medium, new york times which have paid articles that you normally cannot read. Now I do want you to support the creators you benefit from but if you just wanna see one single article and move on with your day then this might be helpful
À l’ère de l’intelligence artificielle, les assistants, chatbots et agents IA demandent de plus en plus d’accès à nos données personnelles sous prétexte d’améliorer leur fonctionnement. Cependant, accorder ces autorisations peut poser de sérieux risques pour la vie privée et la sécurité.
WhatsApp has a dark side that most users don't know about. From extensive metadata collection to incoming advertising, WhatsApp isn't the 'private' messenger they might lead you to believe. In this...
A compilation of links to resources, programs, databases, and other things you can use.
Web & Internet
General Utilities
Down For Everyone Or Just Me - quick way to check if a specific website is having an outage
uBlock Origin - browser extension to block ads and filter specific elements of your choice
Print Friendly - tool to generate a simpler version of a given webpage for printing or downloading
Paywall Reader - tools for circumventing paywalls
Remove Paywalls - tools for circumventing paywalls
NoLog - collection of privacy tools
Cover Your Tracks - introduction to online privacy at the browser level
Where Goes - tool for testing where links redirect to
Postybirb - downloadable tool for crossposting across different websites
Firefox Containers - browser extension that lets you use multiple different accounts at once without having to log in and out
RSS Bridge - tool for generating RSS feeds for sites that don't have them
Highlighting Text in Links with Text Fragments - guide to creating links that highlight a particular part of the page
Kill the Newsletter - tool to convert newsletter emails into an Atom (RSS) feed
Databases & Search
Wayback Machine - online archive for saving and accessing previous versions of webpages
TinEye Reverse Image Search - image search tool that can be useful for tracking down previous versions and older uploads
Terms of Service, Didn't Read - database of ToS reviews for different platforms and services
Minifeed - curated blog reader and search engine for the indie web
IndieBlog.page - compilation of indie web blogs
Web Design Museum - gallery of screengrabs from earlier days on the web
URL Town - curated web directory
IndieSeas - indie web search engine
Site-Specific
[Fandom Wikis] BreezeWiki - alternate front-end for accessing "Fandom.com"/Wikia-branded wikis, removing ads and other clutter
[Fandom Wikis] Indie Wiki Buddy - browser extension to help you find independent alternatives to wiki sites
[Youtube] Freetube - local client for accessing Youtube with more user-side privacy
[Discord] Timestamp Converter - code generator for dates/times that will automatically display according to each user's own timezone
[Discord] Chat Exporter - tool for exporting message history
[Pillowfort] Tassel - browser extension for adding more features to Pillowfort
[Tumblr] FindTags - bypass for the login wall on Tumblr's tag search page
[Bluesky] Skythread - alternate thread/reply viewer for Bluesky
[Bluesky] Skyview - alternate thread/reply viewer for Bluesky
[Bluesky] Burnsky - tool for fixing Bluesky RSS feeds
[Twitter] Nitter Instance Uptime & Health - database of remaining instances of Nitter, an alternate front-end for accessing Twitter posts
[Facebook] Delete Facebook - guide to deleting a Facebook account
Words & Language
OneLook Reverse Dictionary - type in a description to find a related word
Tip of My Tongue by Chirag Mehta - look up words by meaning, what they start with, what they end with, or what they contain
Online Etymology Dictionary - look up a word's history or older meanings of a word
Word Hippo - collection of word lookup tools, such as synonyms, opposites, rhymes, and more
International Dialects of English Archive - collection of audio clips sampling different accents from around the world
Speech Accent Archive - collection of audio clips sampling different accents from around the world
The Language Construction Kit - guide to making up fictional/constructed languages
Searchable Index Diachronica - list of phonetic sound changes
Native Languages of the Americas - organization and resource dedicated to Indigenous language preservation, with linguistic family groupings, vocabulary lists, learning worksheets, and more
Lexical Elaboration Explorer - database of lexical elaboration rates across different languages
Books & Texts
Library Extension - browser extension that makes bookstore pages display book availability from your local library
Libby - service for accessing ebooks and audiobooks via your library card
Hoopla - service for accessing ebooks and audiobooks via your library card
Project Gutenberg - free ebooks of works in the public domain
Standard Ebooks - free ebooks of works in the public domain
LibriVox - free audiobooks of works in the public domain
OpenStax - free ebooks of educational textbooks
Book Series in Order - reference site for determining the order of books in a series
Bookshop.org - storefront for buying books through local independent bookstores
Libro.fm - storefront for buying audiobooks through local bookstores
List of DRM-Free Bookshops - vendors for ebooks without DRM, which means more complete ownership for the buyer
Speculative Fiction in Translation - compilation of speculative works that have been translated from other languages into English, including free short stories available online
LibreOffice - free open-source programs for text documents, spreadsheets, and more
DiffText - tool for comparing two different blocks of text
Zine Arranger - tool for converting a multi-page PDF into a printable zine layout
Zotero - free downloadable citation manager for academic writing
Tropy - free downloadable photo manager designed for archival research
Text Fixer - set of tools for quickly adjusting or converting large blocks of text, like by mass-removing unwanted line breaks
BiblioReads - alternate front-end for Goodreads
Music & Audio
Programs & Tools
Audacity - free downloadable program for editing sound files
Wavacity - free browser-based program for editing sound files
Cobalt - downloader for online video/audio
LMMS - free downloadable program for making music
FamiStudio - free downloadable program for making chiptune music
BeepBox - browser-based music composing program
Tenacity - audio editing and recording program
Sound Effects
Free Sound - database of free user-uploaded audio
LaSonothèque (French) - database of free sounds
BBC Sound Effects Archive - database of free sound effects
Yellowstone Sound Library - database of nature sounds recorded at Yellowstone National Park
Xeno-Canto - database of user-uploaded wildlife sounds
SONNISS Game Audio GDC - collection of free video game sound effects
The Sounds Resource - collection of sound effects from video games
Free SFX - database of free sound effects
Audio.com - audio hosting and sound effects
Music Tracks
Bandcamp - storefront for buying and selling music directly from artists
Is it Bandcamp Friday - tool to check for the days when Bandcamp waives its cut of purchases, ensuring that all revenue goes to the original creators
Freegal Music - streaming and downloads via your library card
Open Music Archive - collection of out-of-copyright sound recordings, including music dating back to the 1920s
Free Music Archive - database of free original music
Tunefind - database of music used in TV shows, movies, and games
GenderSwap.FM - database of gender-swapped song covers
Moby Gratis - free instrumental music intended for creators
Ambience & Radio
MyNoise - library of online noise generators for ambience and focus
Soma FM - listener-supported indie radio
Radio Garden - tool for tuning in to radio stations around the world
Tabletop Audio - original atmospheric audio for streaming in your browser, intended for tabletop roleplaying games
Ambient Chaos - audio sliders for a bunch of different atmospheric sounds
Tree.FM - audio recordings from forests around the world
Rainy Mood - classic rainstorm ambience
Graphics & Images
Programs & Tools
Photopea - free browser-based image editor
Paint.net - free downloadable image editor
Inkscape - free downloadable program for vector graphics
What Font Is - automatic font identifier
Type Design Resources - collection of resources for creating fonts
Vectorization.org - free tool for converting rasterized images into vector images
Vectorizer.io - tool for converting rasterized images into vector images
Color Designer - collection of color-related tools, such as a palette builder and contrast checker
Hekate's 88x31 Web Button Maker - generator for 88x31 buttons
Photocopy Effect - tool for converting an image into a grainy high-contrast version
Assets & Databases
Creative Commons Search - search engine for creative commons photography, images, and audio
Public Domain Image Archive - database of public domain images
Dimensions.com - reference database of object dimensions
Poly Haven - asset library for visual effects artists and game designers
TextureLabs - database of free textures for use in art and graphic designs
Texture Ninja - database of public domain textures
Icons & Emojis
Font Awesome - library of vector icons
Phosphor Icons - free open-source library of vector icons
Game-Icons.net - free vector icons for use in games
Mutant Standard - experimental emoji set
Emojis by Volpeon - animal-themed emoji sets
System UIcons - library of icons for user interfaces
SVG Repo - library of vector icons
Drawing & Art References
Drawing Programs
Krita - free downloadable art program
Kleki - free browser-based art program
Piskel - free browser-based pixel art program
Pixilart - free browser-based pixel art program
Reference Programs
JustSketchMe - browser-based program for creating reference poses
PoseMy.Art - browser-based program for creating reference poses
Magic Poser - program for creating reference poses, available in browser and for download
Comparing Heights - comparison tool for the heights of different humanoid figures
Height Comparison - comparison tool for the heights of different humanoid figures
Reference Images
The Pose Archive - gallery of human reference photos
Reference Angle - database of human reference images, searchable by angle of the head
Character Design References - resource library focused on model sheets and concept art for animated characters
Animal Photo Art References - database of animal reference images, searchable by species and angle of the head
Exotic Animal Photo Reference Repository - database of animal reference photos taken at zoos and sanctuaries
Games & Puzzles
My Abandonware - database of old abandoned games for download
Old Games Download - database of old abandoned games for download
Flashpoint Archive - database focused on Adobe Flash games
Itch.io - creator-focused storefront for indie games
Simon Tatham's Portable Puzzle Collection - collection of simple puzzle games that you can download or play in a browser
Cool Math Games - collection of free browser games (not just about math)
The VG Resource - repository of sprites, models, textures, and sounds from video games
The Base Mesh - library of 3d model assets
Zomb's Lair - compilation of classic game downloads with curator reviews
The Mane Quest - horse-focused video game analysis and reviews
Video Game History Foundation Library - collections of video game development materials, magazines, artwork, ephemera, and more
Black Games Archive - compilation of games, scholarship, and interviews on the subject of Black culture and video games
Orb Farm - browser-based fishbowl game
Murdle - murder mystery logic puzzles
Can I Play That? - video game accessibility reference site
BoardGameGeek - board game database
Boardgame Arena - online multiplayer board games
Cooking & Recipes
Smitten Kitchen - general recipe site (I recommend the ultimate banana bread)
Spend with Pennies - budget recipe site
Budget Bytes - budget recipe site
My Fridge Food - tool for recommending recipes based on which ingredients you already have
SuperCook - tool for recommending recipes based on which ingredients you already have
Plants & Wildlife
iNaturalist - collaborative sighting and identification tracker for plants, animals, and fungi
FeederWatch - birdwatching survey project
Biodiversity Heritage Library - free digital library for biodiversity literature
Native Plant Finder (USA) - tool to look up native plants based on your location
Wildflower Search (USA & Patagonia) - identification guide for wildflowers
National Gardening Association Forum (USA) - forum where you can ask gardening questions
Growstuff - crowd-sourced information on edible gardening
Garden for Birds (USA) - guide to gardening and supporting good habitat for local birds
BugGuide - information on insect identification
Falling Fruit - collaborative map of foraging sources
Fruit For Free: A Foraging Zine by Melanie Gillman - foraging zine
Eating Off the Ground by Bookscorpion - foraging zine about fireweed and plantain
Medlar Medley by Bookscorpion - foraging zine about medlar
The Deep Sea by Neal Agarwal - webpage where you can scroll down into the deep sea and encounter some unusual creatures
Visdeurbel (Fish Doorbell) - livestream of an underwater camera where you can click a button if you see a fish
Native Seeds - conservation organization and vendor for seeds native to the American Southwest
Bat World Sanctuary - bat rescue and convservation organization
Coding & Webweaving
Get Started
A Beginner's Guide to HTML and CSS - short pair of tutorials for beginners
W3Schools Online Web Tutorials - large database of coding tutorials on HTML, CSS, and more
HTML for People - tutorial series for beginners learning HTML
FreeCodeCamp - tutorial series for learning to code
Shark Coder - tips for HTML, CSS, and Javascript
Online HTML Editor - tool for converting formatted text into HTML
CSS Diner - game for practicing CSS selectors
CodePen - tool for testing out HTML, CSS, and Javascript code
Notepad++ - free downloadable text editor intended for code
Phoenix Code - text editor intended for code
Block ChatGPT and Other Bots with Robots.txt - short guide to posting your policy on crawlers
RealFaviconGenerator - tool for browser tab icons (favicons)
1-Line Layouts - simple, basic layout templates
32-Bit Cafe Spring 2025 Tea Party - collection of beverage-themed webpage templates
Next Level
WAVE Web Accessibility Evaluation Tool - tool to check for basic accessibility problems
Accessible Net Directory Guidelines - tips on accessible web design, with links to tutorials
Responsive Website Design Tester - tool to check how a website looks on different screen sizes
Theme Switcher Guide by Solaria - tutorial for implementing dark mode or multiple color schemes
Come to the Light-Dark() Side - tutorial for implementing dark mode
Open Graph Tags - guide to open graph meta tags, which let you customize the link preview cards for when your site gets linked elsewhere on the web
Open Graph Preview - tool to check that your open graph meta tags are readable as intended
Lens - tool to check the metadata on your site
CSS Flexbox Layout Guide - guide to adjusting spacing and layouts with flexbox
Flexbox Froggy - game for learning how to use CSS flexbox
Learn CSS Grid - guide to adjusting spacing and layouts with CSS grid
CSS Grid Generator by Sarah Edo - tool for setting up grid-based layouts
CSS Filter Guide by Solaria - tutorial for letting visitors filter a list for different categories
The Messy Pile by Alexander Petros - case study in different approaches to the same result, as a reflection on how to write cleaner, simpler code that's easier to edit and read
Colors
HTML Color Codes - tool for generating color codes (includes hex, rgb, and hsl)
Colour Contrast Checker - tool for checking if there's enough contrast between a given text color and a given background color
CSS Gradient - tool for generating color gradients in CSS
Transparent Color Generator - tool for generating color codes with transparency
Color Kit - tool for blending colors to get the hex codes for colors in between
Fonts
Fonts at Upset Dev - pro-privacy alternative to Google Fonts
Font Stacks for CSS - guide to picking fallback fonts for different operating systems
RSS
RuSShdown - RSS feed generator
RSS Feed Guide - guide to building your own RSS feed
Neocities RSS Guide - guide to building your own RSS feed
Roll Your Own RSS feed - guide to building your own RSS feed
RSS 2 HTML - tool to embed RSS feeds in HTML webpages
RSS Feed Validator - tool to check your RSS feed is set up right
Using RSS on a Static Website - guide to displaying a RSS feed on your site
Webmentions
Getting Started With Webmentions - introductory guide to webmentions and why you'd want them (notifying and being notified that folks are linking to your stuff)
Webmention.io - service for receiving webmentions
Webmention.app - tool for identifying sites you've linked that can recieve webmentions
Webmention Rocks - tools for testing your webmentions
IndieWebify.Me: Validate H-Entry - tool for testing your h-entry markup (useful if you're submitting stuff to the IndieWeb newsletter)
Artwork, Music, & Creativity
EZ Gallery - code template for image galleries
John Doe's Photo Gallery - code template for image galleries
Rarebit - code template for webcomics
NeoGallery - downloadable tool for image galleries
Static Accessible Gallery Generator - downloadable tool for image galleries (preview)
Image Enlarger - code snippet for enlarging an image on click
A Little Light Lightbox - downloadable lightbox code
Melon's Gallery Maker - downloadable tool for image galleries (note: page contains animated gifs)
Image Gallery Tutorial by Stefan Bohacek - tutorial for creating an image gallery
Scritch Editor - tool for generating custom audio players
Faircamp - static site generator for music and audio
Character Wiki Template - code template for setting up Toyhouse-style character bios
SVG to CSS Converter - tool that's useful for converting SVG images to generate code you can use without any image hosting (best suited to background patterns and icons)
SVGOMG - tool to simplify SVG images (useful to combine with SVG to CSS)
Image Map Generator - tool for creating image maps
Broider - tool for creating 9-patch borders
CSS Clip-Path Maker - tool for clipping images into certain shapes
Use ScanApp to scan QR codes or different types of Bar Codes on your web browser using camera or images on the device. Scanning is supported on PC, Mac, Android or IOS and works 100% free! No signups required!
Depuis plusieurs années, nous avons rassemblé une communauté autour de la thématique large et impérieuse de la libération numérique, qui comptabilise aujourd'hui plusieurs milliers de membres.
Notre groupe Telegram "Numérique Libre & Résilient" aide notamment les néophytes à passer d'un système propriétaire sur ordinateur, téléphone, tablette, nano-PC, etc. à un système plus vertueux et respectueux de ses utilisateurs et de leurs données personnelles.
L'idée de ce wiki est de proposer une liste d'articles et de tutoriels pour accompagner toute personne souhaitant améliorer son environnement numérique et tendre vers sa libération numérique.
J'utilise O&O Shutup pour supprimer les fonctionnalités, logiciels et autre bloatwares inutiles sur Windows 11/10. Et c'est dans cette même veine que l'outil WinScript fonctionne :
https://www.youtube.com/embed/GQQOTfD7RY0
Il est open source et existe en version classique ou portable, et même directement en ligne.
⚠️ N'activez pas des réglages que vous ne maitrisez pas, vous avez de grandes chances de casser des choses...
Merci à Florian d'IT-Connect pour la découverte!
"J'ai lu et j'accepte les conditions" est le plus grand mensonge sur le web. Ensemble, nous pouvons y remédier.
“Terms of Service; Didn't Read” (short: ToS;DR) is a young project started in June 2012 to help fix the “biggest lie on the web”: almost no one really reads the terms of service we agree to all the time.
Background. The rough idea behind ToS;DR emerged during the 2011 Chaos Communication Camp near Berlin, with people from Unhosted a movement to create web apps that give users control over their valuable user data and privacy. In the summer of 2012, Hugo Roy started the legal analysis and brought the project to life. Since then, more people have joined the team and have contributed through the reviewer community. Ultimately, all the work is transparent and the discussions happen in public. Our work is funded by non-profits organisations and individual donations and gets released as free software and open data.
What does “ToS;DR” mean? the name is inspired by internet acronym TL;DR which stands for "Too Long; Didn't Read" and is often used on blogs and emails when a block of text is just really long and that people are too lazy to read the whole stuff. It was intended more as a code name than as a real name. But it seems that people like it (do you?)
Le comble. Une entreprise spécialisée dans la surveillance des employés a laissé fuiter des images en temps réel des ordinateurs des salariés qu’elle espionnait. Une grave erreur qui a mis en danger leur sécurité et celle des sociétés pour lesquelles ils travaillent.
”Nous savons où vous êtes. Nous savons où vous avez été. Nous pouvons plus ou moins savoir à quoi vous pensez”.
Bonjour à tous, aujourd'hui un article rapide sur des éléments que j'ai découverts récemment et que je trouvais intéressant, on va donc parler OSINT.
Le but aujourd'hui va être de faire un exercice simple en cherchant des informations et en utilisant plusieurs sources/outils. On va rapidement voir qu'on peut trouver une information, à priori cachée en cherchant quelques mots clés sur le web (bien que l'OSINT ne concerne pas seulement le Web.).
L'exercice va être le suivant, on va utiliser Google Maps et chercher aux alentours une cible qui est "cachée", dans mon cas c'est la base 126 de Solenzara, qui est une base de militaire de l'armée de l'air (une base de l'OTAN notamment). Exercice qui peut être rigolo au vu du contexte géopolitique actuel.
J'ai donc déroulé un process d'OSINT assez simple pour voir ce qu'on pouvait récupérer comme information.
Vous le savez peut-être, le logiciel de communications chiffrées, Signal, utilise un protocole (anciennement TextSecure) basé sur une cryptographie à courbe elliptique Curve25519, HMAC-SHA256 et AES-256. C’est censé être bien sécurisé mais est-ce vraiment suffisant pour protéger un lanceur d’alerte face aux capacités de surveillance moderne ? Et bien probablement pas si votre “adversaire” dispose de ressources gouvernementales.
Donc si vous faites partie de ces techniciens, ingénieurs ou passionnés qui veulent comprendre les mécanismes réels de sécurité, et pas juste suivre des conseils simplistes, je vous propose qu’on plonge ensemble dans l’art subtil de la communication sécurisée.
Lieu de réalisation : Rennes
Langue : Français
Crédits : Adrien Luxey (Intervention)Conditions d'utilisation
CC BY-NC-ND (Attribution - Pas d’Utilisation Commerciale - Pas de Modification)
Citer cette ressource :
Adrien Luxey. GreenDays. (2025, 26 mars). Session industriels - Adrien Luxey-Bitri - La sobriété numérique d'après l'hébergeur militant Deuxfleurs , in GreenDays 2025 à Rennes. [Vidéo]. Canal-U. https://www.canal-u.tv/162903. (Consultée le 25 avril 2025)
Les deux députés chargés de l'auditer n'ont identifié qu' « un cas seulement où la vidéoprotection algorithmique a été utile et encore c'était un ramasseur de champignons qui s'était égaré ». Initialement censée se terminer fin mars 2025, elle vient d'être prolongée jusqu'à fin mars 2027, dans le cadre d'une proposition de loi relative au renforcement de la sûreté dans les transports, afin que la SNCF et la RATP, notamment, puissent continuer à l'expérimenter. Philippe Latombe avance qu'il va saisir le Conseil constitutionnel.