Visa raderade svar/frågor överst för StackExchange

Byt plats på två div-element inuti en förälder

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Upphovsman
138 Aspen
Dagliga installationer
0
Totala installationer
9
Betyg
0 0 0
Version
1.2.4.1
Skapad
2023-09-21
Uppdaterad
2025-03-29
Size
10,3 KB
Licens
MIT
Gäller för

脚本练习。

查看你自己在某个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:

  • ✅ 支持三个TAB:newest,activity,score
  • ✅ 切换到另一个TAB再切换回来原TAB,脚本仍然生效。





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:

  • ✅ Support three TABs: newest, activity, score
  • ✅ When switching to another TAB and then back to the original TAB, the script still works.