MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / Logged

Function Logged

scripts/backup/code-f12-toolkit.js:213–573  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

211 Monokai.appendChild(Credit),
212 Monokai.appendChild(LoginScreen);
213 var Logged = (e) => {
214 (LoginScreen.style.display = "none"), (Monokai.style.height = "500px");
215 var t = document.createElement("div");
216 (t.style =
217 "position: absolute; width: 100%; top: 52px; bottom: 20px;margin: 10px;"),
218 (t.innerHTML =
219 "<button class='tab-btn active' tab='tab-home'>Home</button><button class='tab-btn' tab='tab-tools'>Tools</button><button class='tab-btn' tab='tab-console'>Console</button><button class='tab-btn' tab='tab-about'>About</button>"),
220 (t.innerHTML +=
221 "<div class='tab active' id='tab-home'>Hello, " +
222 e.name +
223 ".<br/>FacebookID: " +
224 e.id +
225 "<br/>Gender: " +
226 e.gender +
227 "<br/></div>");
228 var o =
229 "<button class='btn btn-tweak' id='remove-all-posts'>" +
230 trans("Delete all posts on Profile", "Xóa hết bài đăng trang cá nhân") +
231 "</button>";
232 (o +=
233 "<button class='btn btn-tweak' id='clear-all-photos'>" +
234 trans("Delete all photos", "Xóa hết ảnh") +
235 "</button>"),
236 (o +=
237 "<button class='btn btn-tweak' id='hide-all-posts'>" +
238 trans("Hide all posts", "Ẩn hết bài đăng") +
239 "</button>"),
240 (o +=
241 "<button class='btn btn-tweak' id='set-all-only-me'>" +
242 trans(
243 "Set all posts' privacy to Only Me",
244 "Đặt hết bài đăng về chỉ mình tôi"
245 ) +
246 "</button>"),
247 (o +=
248 "<button class='btn btn-tweak' id='unfollow-all-friends'>" +
249 trans("Unfollow all Friends", "Bỏ theo dõi toàn bộ bạn bè") +
250 "</button>"),
251 (o +=
252 "<button class='btn btn-tweak' id='poke-all-friends'>" +
253 trans("Poke all Friends", "Chọc toàn bộ bạn bè") +
254 "</button>"),
255 (o +=
256 "<button class='btn btn-tweak' id='send-msg-all-friends'>" +
257 trans(
258 "Send message to all Friends",
259 "Gửi tin nhắn tới toàn bộ bạn bè"
260 ) +
261 "</button>"),
262 (o +=
263 "<button class='btn btn-tweak' id='delete-uninteractive-friends'>" +
264 trans("Remove UninteractiveFriends", "Xóa bạn bè không tương tác") +
265 "</button>");
266 var n = "<h2 style='color: white;'>About me</h2><br/>";
267 (n +=
268 trans("Fullname:", "Họ tên") +
269 " Nguyễn Anh Nhân [MonokaiJs | omfg.vn].<br/>"),
270 (n += "Email: monokaijs@gmail.com<br/>"),

Callers 1

Calls 11

transFunction · 0.85
console_logFunction · 0.85
get_friendsFunction · 0.85
removeFriendFunction · 0.85
sendMessageFunction · 0.85
getPostsFunction · 0.85
getReactionsFunction · 0.85
ResetUIFunction · 0.85
parseMethod · 0.80
removeMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected