Greasy Fork

Greasy Fork is available in English.

Welcome Image Changer (Kemono.su)

Changes the mascot image on kemono.su to a random one from a predefined list

当前为 2025-07-03 提交的版本,查看 最新版本

作者
Delzon Perez
评分
0 0 0
版本
1.2
创建于
2025-07-03
更新于
2025-07-03
大小
1.7 KB
许可证
MIT
适用于

Mascot Changer for Kemono.su

Welcome page with a new image

Description

A Tampermonkey/Greasemonkey userscript that dynamically changes the mascot image on kemono.su to a randomly selected image from a predefined list. The script works with single-page applications (SPAs).

Features

  • 🎲 Random image selection from a customizable array of image URLs
  • 🖥️ SPA-compatible (works with dynamic URL changes)
    • Uses MutationObserver to detect DOM changes
    • Listens for hashchange and popstate events
  • Runs immediately on page load

Customization

Edit the randomImages array to add/change images

Code