English | 简体中文
A userscript that displays reviewer invite badges next to "Out for Review" status in Taylor & Francis Dashboard submission cards.
This userscript enhances the T&F Dashboard by automatically showing reviewer invitation timestamps and revision numbers directly in the interface. It helps authors quickly see when reviewers were invited for each submission round.
Each badge displays: R{revision} Invite: YYYY-MM-DD HH:mm
Examples:
R0 Invite: 2024-04-06 14:27
R1 Invite: 2025-01-03 11:21
- Install directly from Greasy Fork
- Your userscript manager (Tampermonkey/Greasemonkey) will handle the installation automatically
- Install Tampermonkey extension
- Copy the contents of
main.js
- Create a new userscript in Tampermonkey and paste the code
- Save and enable the script
- Install Greasemonkey extension
- Copy the contents of
main.js
- Create a new userscript in Greasemonkey and paste the code
- Save and enable the script
- Install the userscript using one of the methods above
- Visit the Taylor & Francis Dashboard:
https://rp.tandfonline.com/dashboard
- Expand any submission card with "Out for Review" status
- Reviewer invite badges will automatically appear next to the status text
- ✅ Chrome with Tampermonkey
- ✅ Firefox with Greasemonkey
- ✅ Edge with Tampermonkey
- ✅ Other browsers with userscript manager support
MIT License