To Red Coder

誰でもレッドコーダーになれる拡張機能です。

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==UserScript==
// @name         To Red Coder
// @description  誰でもレッドコーダーになれる拡張機能です。
// @namespace    https://atcoder.jp/
// @version      1.0
// @author       Sky_Thunder
// @match        https://atcoder.jp/users/*
// @license      MIT
// ==/UserScript==

k=2800/rating_history[rating_history.length-1].NewRating;
for(c=0;c<rating_history.length;c++){
    r=rating_history[c];
    r.NewRating=Math.round(r.NewRating*k),r.OldRating=Math.round(r.OldRating*k);
}