Firefox 瀏覽器附加元件
  • 擴充套件
  • 佈景主題
    • 用於 Firefox
    • 字典與語言套件
    • 其他瀏覽器網站
    • Android 版的附加元件
登入
Scratch That 預覽

Scratch That 作者: redanaheim

Allows you to set filters which replace all instances of text on webpages.

0(0 筆評分)0(0 筆評分)
1 位使用者1 位使用者
下載 Firefox 並安裝擴充套件
下載檔案

擴充套件後設資料

關於此擴充套件
When you click on the extension button in the toolbar, a tab will open allowing you to edit your filters.

Each filter goes on a new line.

What is a filter?

At the most basic level, a filter specifies some text which will be matched and replaced with some other text.

A filter is composed of three parts, separated by commas: A URL specifier, a target specifier, and a replacement specifier.

URL Specifiers

A URL specifier specifies the webpages that the filter will be active on. It can take one of three forms:
- A domain name (twitter.com)
- A regular expression to match against the URL (/^http(s)?:\/\/www.google.com\/search\?(.+)/)
- A wildcard (*, matching webpage)

Domain names may only include alphanumeric fragments separated by periods. twitter.com/i is not a valid domain name, nor is https://www.google.com. Instead, www.google.com or just google.com should be used.

Target Specifiers

A target specifier specifies the text to be replaced. It can take one of two forms:
- Exact text (omg)
- A regular expression to match against (/(?:omg)|(?:wow)/i)

The regular expression may not include the global flag. Valid flags are any of [dimsuy].

Regular expressions may include capture groups.

Replacement Specifiers

A replacement specifier specifies the text to be substituted for the replacement. It is made up of a series of fragments, each one of which should be one of the following:
- Exact text (hi my name is)
- A capture group captured in the regular expression to be inserted, specified by name or number (($1) or ($name))
- A list

Lists

A list specifies possible phrases to insert into the substitution. They can be referenced by name or filled in inline.
Named lists are stored in a separate editor so that they can be really long and not interfere with the filter editor.

A list takes one of the following forms:

- (<seed>,<periodization>,<name>)
- (<seed>,<periodization>,<elements>), where the elements are comma-separated and there are at least two elements.

The seed is either a number used to pick a random element from the list (preferably a large prime) or autogen. If the seed is autogen, an autogenerated large prime seed will be created for the list that only changes when the list's content changes.

The periodization is one of inst, min, hr, day, wk. It specifies when the random element selected from the list for insertion will change. If inst is specified, the element picked will change every time a substitution is made.

For example, if the list (autogen,inst,Jimmy John,Papa Murphy) is used in the replacement specifier, either "Jimmy John" or "Papa Murphy" will be inserted into the substitution at random each time.

If day was used instead of inst, each day one of "Jimmy John" or "Papa Murphy" would be picked and inserted into the substitution for that whole day.

Examples
Replace "female" and "male" with man and woman on google.com domains:


google.com,female,woman
google.com,male,man


Move all version numbers to the beginning of iPhone names on all domains (i.e. iPhone 11 becomes 11 iPhone):


*,/iphone (\\d+)/i,($1) iPhone


Replace the name "Gerald" with a random name that changes each hour from a small list on Facebook:


facebook.com,/gerald/i,
(autogen,hr,Linda,Jonathan,Michael,Sydney,Brenden,Ethan)


Alternatively, using a potentially long named list:


facebook.com,/gerald/i,(autogen,hr,geraldnames)


How to Edit Named Lists

To make or edit a named list, open the Scratch That extension page by clicking on the button and click "+" next to "List:" in the upper left hand corner. Click on the dropdown menu next to "Editing" at the middle of the top of the window. Select the newly created list. It will bring you to an editor. Each line you type in the editor is an element of the named list which can be selected. You can rename the list you're editing using the "Rename" button and remove it using the "-" button.

List edits will automatically save, as indicated in the top right hand corner (the filter list does not automatically save the filters, though editor content will be preserved when the tab is closed.)
由 1 位評論者給出 0 分
登入後即可幫此擴充套件評分
目前沒有評分

已儲存星等

5
0
4
0
3
0
2
0
1
0
還沒有評論
權限與資料了解更多

必要權限:

  • 存取您所有網站中的資料
更多資訊
版本
1.0.5
大小
1.11 MB
最近更新
3 年前 (2023年3月28日)
相關分類
  • 網頁開發
  • 隱私權與安全性
授權條款
Mozilla Public License 2.0
版本紀錄
  • 瀏覽所有版本
新增至收藏集
檢舉此附加元件
前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。