Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/108ce18b85203e5be03e0f6f415ce357.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name Mobile Result Page Cleanup
// @namespace s
// @include https://suchen.mobile.de/fahrzeuge/search.html*
// @version 1.1
// @grant none
// @description This script filters highlighted (advertised) offers in mobile.de result pages and sorts them ascending by price.
// @downloadURL https://update.greasyfork.icu/scripts/39189/Mobile%20Result%20Page%20Cleanup.user.js
// @updateURL https://update.greasyfork.icu/scripts/39189/Mobile%20Result%20Page%20Cleanup.meta.js
// ==/UserScript==
window.onload = function () {
var divs = document.querySelectorAll('div.cBox-body--similarSellerAds, div.cBox-body--topInCategory, div.cBox-body--topResultitem, div.cBox-body--eyeCatcher');
for(var i=0; i