Added slide presentation Jieyab and audit

This commit is contained in:
Jieyab89
2025-01-01 02:31:21 +07:00
parent f619709622
commit eef710a00f
6 changed files with 13 additions and 4 deletions

View File

@@ -8,10 +8,13 @@ javascript:
var currentLocation = window.location.href;
var newLocation = currentLocation + "detail/photo/";
window.location.replace(newLocation);
```
#View Recent Activity on a profile
# View Recent Activity on a profile
javascript:
```
var currentLocation = window.location.href;
var newLocation = currentLocation + "detail/recent-activity/";
window.location.replace(newLocation);