Remove: node on spotify/tips/showOnTL.js #86

This commit is contained in:
Cutls
2019-06-15 02:10:11 +09:00
parent 7da16a7428
commit d146776b17
4 changed files with 75 additions and 86 deletions

View File

@@ -40,9 +40,7 @@ function udgEx(user, acct_id) {
var id = json.accounts[0].id;
udg(id, acct_id);
} else {
var url = "https://" + user.split('@')[1] + "/@" + user.split('@')[0];
const { shell } = require('electron');
shell.openExternal(url);
postMessage(["openUrl", url], "*")
}
});
return true;