MyList Status Bar

UserScript for adding status bar to AniDB MyList page.

ผู้เขียน
wiidat
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
99
คะแนน
1 1 0
เวอร์ชัน
3.5
สร้างเมื่อ
16-07-2015
อัปเดตเมื่อ
02-04-2020
Size
4.66 กิโลไบต์
สัญญาอนุญาต
GPL-3.0-or-later
ปรับใช้กับ

UserScript for adding status bar to AniDB MyList page, without losing "Update Selected Anime" function.

Heavily modified version of Seiya_L's script:
http://userscripts-mirror.org/scripts/show/161844

v3.5
* Target URLs are fixed.

v3.0
* Script updated to work with Content Security Policy, no longer injects itself as inline script.

v2.0
* now works with HTTPS
* fixed: page refreshing on expanding an anime title, script now writes code to a script class to the body of the html and works from there
(credits to tametomo, similar to external script loading but i'm paranoid about potantial issues so i changed it.
https://openuserjs.org/scripts/tametomo/AniDB-Site-Enhancer_Full )
* some code cleanup