Greasy Fork is available in English.

OLX.ro Filter out crap bikes

Hide bikes you don't want to see on OLX.ro, because it lacks -keyword filtering

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
akaleeroy
1日のインストール数
0
累計インストール数
18
評価
1 0 0
バージョン
1.5.4
作成日
2022/09/15
更新日
2023/06/28
ライセンス
GPL-3.0
対象サイト

OLX.ro - Hide bikes you don't want to see

Filter out unwanted bicycle search results based on a regular expression.

Script makes matched unwanted entries very transparent. Still legible but no longer information overload. Browse & find good deals faster!

How to edit list of unwanted entries

Instructions for ViolentMonkey

  1. Open the script and go to the Values tab.
  2. Press the [ + ] button to create a value
  3. In the Editing script value sidebar fill in:

    Key (string):

    patterns

    Value (serialized as JSON):

    Put in your list of unwanted patterns here. For example...

    [
      "marime xl",
      "xl",
      "copii",
      "dama",
      "damă",
      "lady"
    ]
    

You can edit this list and it will update the filtering automatically (without needing to refresh the page).