您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Swap two divs inside a parent
当前为
脚本练习。
查看你自己在某个StackExchange账号的已删除回答/问题,每次都需要翻到最底下才能看到"Deleted anwsers",我打算把这个标签移动上来。
我写了一个脚本来处理这个问题。如果你和我一样不想按Home/End键
适用URL模式:
// @match https://*.stackexchange.com/users/*/*?tab=answers*
// @match https://*.stackexchange.com/users/*/*?tab=questions*
// @match https://mathoverflow.net/users/*/*?tab=answers*
// @match https://mathoverflow.net/users/*/*?tab=questions*
// @match https://stackoverflow.com/users/*/*?tab=answers*
// @match https://stackoverflow.com/users/*/*?tab=questions*
TODO:
Script practice.
To view your own deleted answers/questions on a StackExchange account, you always need to scroll all the way down to see the "Deleted answers" tag. I've written a script to address this issue. If you, like me, don't want to press the Home/End keys
Applicable URL patterns:
// @match https://.stackexchange.com/users//?tab=answers
// @match https://.stackexchange.com/users//?tab=questions
// @match https://mathoverflow.net/users/*/*?tab=answers*
// @match https://mathoverflow.net/users/*/*?tab=questions*
// @match https://stackoverflow.com/users/*/*?tab=answers*
// @match https://stackoverflow.com/users/*/*?tab=questions*
TODO: