LogoutALL

Logs out Linkedin by running two commands
One will open new window to logout Linkedin, and the other will redirect to certain location.

CodeFunctionName
What is this?

Public

Tested

Original Work

< !-- To use: < a href="javascript:LogoutALL()" >Logout < /a > -- >
< script type="text/javascript" >
$(document).ready(function () {
var w;
function LogoutALL() {
w = window.open("https://www.linkedin.com/m/logout/");
// like this (with jquery)
location.href="/Inc/Logout.asp"
}
< /script >

Views 3,705

Downloads 1,403

CodeID
DB ID

ANmarAmdeen
609
Revisions

v4.0

Tuesday
July
13
2021