mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2025-12-05 20:40:30 -08:00
Added slide presentation Jieyab and audit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user