Greasy Fork is available in English.

Mã hóa/giải mã hex và base64

8/23/2024, 8:02:26 AM

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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.

(I already have a user style manager, let me install it!)

Tác giả
duxonem
Cài đặt hàng ngày
0
Số lần cài đặt
16
Đánh giá
0 0 0
Phiên bản
1.0.3
Đã tạo
23-08-2024
Đã cập nhật
01-09-2024
Kích thước
5 KB
Giấy phép
Pirate
Áp dụng cho
Tất cả trang web

Chức năng giống như tên. Thỉnh thoảng thông tin nhạy cảm được mã hóa thành hex hoặc base64. Userscript này để mã hóa hoặc giải mã.

Cách dùng là chọn chuỗi cần mã hóa hoặc giải mã, bấm chuột phải (mặc định). Hoặc có thể kết hợp với các phím Ctrl, Alt, Shift. Để thực hiện, bạn mở code, đến dòng 11,12,13. Chọn phím nào kết hợp với chuột phải thì sửa dòng đó thành true

const Ctrl = false;
const Alt = false;
const Shift= false;