https://github.com/dewebdes/linkintak
linkedin security research
https://github.com/dewebdes/linkintak
Last synced: 11 months ago
JSON representation
linkedin security research
- Host: GitHub
- URL: https://github.com/dewebdes/linkintak
- Owner: dewebdes
- Created: 2019-07-10T19:54:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T01:04:29.000Z (over 6 years ago)
- Last Synced: 2025-04-02T22:23:36.818Z (about 1 year ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SOCIAL ATTACKS
SCROLL TO END OF SOCIAL PAGES
-
open console developer -
paste this code:var allpost=setInterval(function(){window.scrollTo(0,document.body.scrollHeight);},6000); -
let it work, for stop it, paste and enter to run this code:clearInterval(allpost);
-
Open full posts:
for(var i=0;i<=allmore.length-1;i++){
allmore[i].click();
} - READ MORE...