All Anonymizer

Hide your name and icon from all pages.

2024-11-19 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

ئاپتورى
hayatroid
باھا نومۇرى
0 0 0
نەشرى
0.1
قۇرۇلغان ۋاقتى
2024-11-19
يېڭىلانغان ۋاقتى
2024-11-19
Size
5.8 KB
ئىجازەتنامىسى
MIT
قوللايدىغىنى
بارلىق بېكەتلەر

14 ~ 19 行目の
```js
const txt_patterns = [
// Enter your name...
];
const img_patterns = [
// Enter a substring of the URL of your icon that identifies it from others...
];
```
の部分を,たとえば
```js
const txt_patterns = [
"hayatroid",
];
const img_patterns = [
"62301c75a8b70dd66255c7f9e729d726", // 例: https://img.atcoder.jp/icons/62301c75a8b70dd66255c7f9e729d726.jpg の部分文字列
];
```
のように書き換えてください.