您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds a stats sparkline to the WordPress.com admin bar
WordPress.com has removed the view stats sparkline that was previously in the admin bar. Restoring it is under consideration, but until it is restored, this user script restores it.
If you don't already have one, install a browser extension that allows you to run user scripts. Then, install the script from Greasy Fork.
Alternatively, visit the URL below:
https://github.com/tpenguinltg/wpcom-stats-sparkline/raw/master/wpcom-stats-sparkline.user.js
If you own a custom domain, you will have to add the domain to the script's includes. Go to the script's options in your extension and add the following as an include, where example.com
is your custom domain:
https://example.com/*
If your extension does not have support for user includes, edit the script and add this after the @include
line, again where example.com
is your custom domain:
// @include https://example.com/*