您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Exchange Marktplaats.nl
当前为
// ==UserScript== // @name Marktplaats Exchanger // @namespace http://userscripts.org/users/jerone // @description Exchange Marktplaats.nl // @author jerone // @homepageURL http://userscripts.org/scripts/show/292931 // @include *://www.marktplaats.* // @include *://marktplaats.* // @version 1 // @grant GM_addStyle // ==/UserScript== GM_addStyle('' // remove columns: omhoogplaatsen, dagtopper, topadvertentie; + '.phone-upcall { background-image: none !important; height: auto; margin-bottom: 0; }' + '.dagtopper-column, .up-call-column, .top-ad-column { display: none; }' + '.ad-listing .description-column { width: auto; }' // smaller rows; + '.ad-listing .thumbnail-wrapper { margin: 5px 10px 5px 0; height: auto; line-height: auto; }' + '.ad-listing .listing-status { margin-top: 12px;}' + '.ad-listing .price { padding-top: 12px;}' + '.ad-listing .price-column { width: 150px;}' + '.ad-listing .views-column { width: 50px;}' // current bid on it's own column; + '.ad-listing .highest-bid { margin-top: 4px; float: left; position: relative; }' + '.ad-listing .highest-bid a { position: absolute; right: 20px; text-align: right; white-space: nowrap; }' + '.item-actions { float: left;}' ); // ==UserStats== // Chars (excl. spaces): 1.154 // Chars (incl. spaces): 1.319 // Words: 165 // Lines: 39 // ==/UserStats==
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址