Inspect and view changes in Your Pixiv History source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Your Pixiv History",
"version": "1.1",
"description": "Shows recent history of your Pixiv images without a premium subscription.",
"icons": {
"48": "icons/48.png"
},
"content_scripts": [
{
"matches": [
"*://*.pixiv.net/history.php"
],
"js": [
"unlock.js"
]
}
]
}