Find your next car faster, and without distractions.
Tired of scrolling through endless listings that don’t match what you’re looking for?
EngineBlock helps you take control of your search experience on lacentrale.fr.
This extension automatically hides any car listings that contain engines you’re not interested in, and it removes intrusive ads to keep the page clean and focused. No more wasted time, no more clutter, just the listings that matter to you.
Key features:
- ⚙️ Custom filters: Exclude specific engines, with ease.
- 🚫 Ad cleanup: Removes distracting banners and sponsored content.
- 🚀 Lightweight & fast: Runs seamlessly in the background without slowing down your browsing.
- 💡 Personalized experience: Fine-tune your search results to match your exact preferences.
- A compatible web browser (Google Chrome, Firefox, Edge, etc.).
- The Tampermonkey extension installed.
- Google Chrome: Go to the Chrome Web Store and click "Add to Chrome."
- Firefox: Go to Mozilla Add-ons and click "Add to Firefox."
- Other browsers: Search for "Tampermonkey" in your browser's extension store (Edge, Opera, etc.).
-
From Greasyfork:
- Go to the script page: EngineBlock
- Click on "Install this script" and confirm
-
From Github:
- Click here: EngineBlock.user.js and confirm.
-
Check that the script is enabled:
- In the Tampermonkey dashboard (click on the icon > "Dashboard"), make sure that the
EngineBlockscript is enabled (switch set to "On").
- In the Tampermonkey dashboard (click on the icon > "Dashboard"), make sure that the
- Visit lacentrale.fr/listing.
- The script runs automatically and removes:
- Vehicle ads containing "PURETECH," "VTI," or "THP."
- Front-page ads (
.lcui-AdPlaceholder) and intermediate ads (.appNexusPlaceholder). - Open the browser console (
F12> Console) to view the logs (e.g., how many ads or advertisements have been removed).
You can add engines by putting elements in the VEHICLE_KEYWORDS array:
const VEHICLE_KEYWORDS = ['PURETECH', 'VTI', 'THP', 'TFSI', 'DCI'];-
The script isn't working?
- Check that Tampermonkey is enabled and that the script is installed correctly.
- Make sure the site URL matches the script's
@matchpatterns (https://lacentrale.fr/*orhttps://www.lacentrale.fr/*). - Check the browser console for error messages.
-
Persistent issues?
- Contact the author via GitHub or update the script.
- Hogwai - GitHub
This project is licensed under MIT license
