Show Deleted Answers at head for StackExchange

Swap two divs inside a parent

Verze ze dne 15. 02. 2024. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
138 Aspen
Hodnocení
0 0 0
Verze
1.2.3
Vytvořeno
21. 09. 2023
Aktualizováno
15. 02. 2024
Size
3,9 KB
Licence
MIT
Spustit na

脚本练习。

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