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
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
18
คะแนน
1 0 0
เวอร์ชัน
1.5.4
สร้างเมื่อ
15-09-2022
อัปเดตเมื่อ
28-06-2023
สัญญาอนุญาต
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).