NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name ANTIWLTP at VW // @version 0.1 // @description try to show you more infos of your car! // @author Frankenstein91 // @match https://meinauto.volkswagen.de/garage/mein-volkswagen?carId=* // @grant GM_addStyle // @run-at document-start // @license MIT // ==/UserScript== GM_addStyle ( ` div.module-disclaimer { display: none !important; } p.additional-info { display: initial !important; } #p_p_id_myCarDetails_WAR_mycarportlets_ .status-icon { display: block !important; } ` );