mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2025-12-05 20:40:30 -08:00
change layout for script
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
# Extract Larger Profile Photo (Must be activated when viewing a Linkedin Profile)
|
# Extract Larger Profile Photo (Must be activated when viewing a Linkedin Profile)
|
||||||
|
|
||||||
javascript:
|
javascript:
|
||||||
|
|
||||||
|
```
|
||||||
var currentLocation = window.location.href;
|
var currentLocation = window.location.href;
|
||||||
var newLocation = currentLocation + "detail/photo/";
|
var newLocation = currentLocation + "detail/photo/";
|
||||||
window.location.replace(newLocation);
|
window.location.replace(newLocation);
|
||||||
@@ -13,12 +15,16 @@ javascript:
|
|||||||
var currentLocation = window.location.href;
|
var currentLocation = window.location.href;
|
||||||
var newLocation = currentLocation + "detail/recent-activity/";
|
var newLocation = currentLocation + "detail/recent-activity/";
|
||||||
window.location.replace(newLocation);
|
window.location.replace(newLocation);
|
||||||
|
```
|
||||||
|
|
||||||
# Find Account Via Email (Functionality removed by LinkedIn)
|
# Find Account Via Email (Functionality removed by LinkedIn)
|
||||||
|
|
||||||
javascript:
|
javascript:
|
||||||
|
|
||||||
|
```
|
||||||
var email = prompt("Please enter target's email address: ");
|
var email = prompt("Please enter target's email address: ");
|
||||||
var url = "https://www.linkedin.com/sales/gmail/profile/viewByEmail/" + email;
|
var url = "https://www.linkedin.com/sales/gmail/profile/viewByEmail/" + email;
|
||||||
window.open(url,"_self");
|
window.open(url,"_self");
|
||||||
|
```
|
||||||
|
|
||||||
Source by : https://github.com/sinwindie/OSINT/blob/master/LinkedIn/Bookmarklet%20Tools
|
Source by : https://github.com/sinwindie/OSINT/blob/master/LinkedIn/Bookmarklet%20Tools
|
||||||
Reference in New Issue
Block a user