Penghitung Catatan Kontribusi RosettaCode

Menghitung elemen li tertentu di dalam section.mw-pager-body

Pada tanggal 02 Juni 2025. Lihat %(latest_version_link).

Penulis
138 Aspen
Nilai
0 0 0
Versi
1.0.2.2
Dibuat
12 Februari 2024
Diperbarui
02 Juni 2025
Size
8,71 KB
Lisensi
MIT
Berlaku untuk

RosettaCode Conribution Records Counter


   

Recently, rosettacode has updated its domain name to rosettacode.miraheze.org

As far as I know, Extension Proxy Omega or some tampermonkey script can not resolve url redirecting issue.

In the Chrome browser, to redirect all URLs from rosettacode.org to rosettacode.miraheze.org, you can use the Chrome extension because Chrome itself does not have built-in redirection functionality. Here are the specific steps:

Method: Use Chrome extension (such as "Redirector")

  1. Install the Redirector extension:
  2. **You should go the GitHub pgae to download Redirector extension.

  3. Configure redirection rules:

  4. After installation is complete, click on the extension icon in the upper right corner of Chrome, select "Forwardor" or enter its settings through the "Extension" menu.

  5. In the Redirectorinterface, click on "Create new redirect" or similar options.

  6. Configure the following rules:

  7. Description: Any name, such as "RosettaCode Redirect".

  8. Example URL: Enter an example URL, such ashttp://rosettacode.org/wiki/Example.

  9. Include pattern: Enter a regular expression to match all URLs of 'rosettacode. org', for example:

^(http|https)://rosettacode\.org/(.*)$

This matches the 'rosettacode. org' domain name starting with 'http://' or 'https://' and any path after it.

  • Rredirect to: Enter the target URL pattern, for example: $1://rosettacode.miraheze.org/$2 Here, '$1' retains the protocol (http or https), while '$2' retains the original path.
  • Pattern type: Select 'Regular Expression'.
  • Apply to: Check "Main window" and any other applicable options.
  1. Save and Test:
  2. After saving the rule, open a URL for 'rosettacode. org' (e.ghttp://rosettacode.org/wiki/Example).
  3. The browser should automatically redirect to 'rosettacode. miraheze. org/wiki/Example'.
  4. If it does not take effect, check if the regular expression is correct or ensure that the extension is enabled.