lelinhtinh / Userscript

Userscripts collection
http://devs.forumvi.com/f23-userscript
MIT License
155 stars 55 forks source link

có thể cập nhật link mỗi khi các trang đổi tên miền được k ạ #138

Closed aphuong2k closed 1 year ago

aphuong2k commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Context (name + version):

lelinhtinh commented 1 year ago

Nếu chỉ đổi tên miền thì có 3 chỗ cần cập nhật

// @version         3.3.14

Tăng số phiên bản lên, ví dụ 3.3.15

Thêm tên miền mới bằng @match, quy tắc chi tiết xem tại đây. Ví dụ:

// @match           http://blogtruyen.xxx/*

Tìm code tương ứng, thêm một dòng case với tên miền mới. Ví dụ:

case 'blogtruyen.xxx':