Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Semporia/Scripts
/ jdUnbind
Function
jdUnbind
activity/jd_unbind.js:72–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
$.done();
71
})
72
async
function
jdUnbind() {
73
await
getCards()
74
await
unsubscribeCards()
75
}
76
async
function
unsubscribeCards() {
77
let
count = 0
78
for
(
let
item of $.cardList) {
Callers
1
jd_unbind.js
File · 0.85
Calls
2
getCards
Function · 0.85
unsubscribeCards
Function · 0.85
Tested by
no test coverage detected