Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.23 KB | None | 0 0
  1. // ==UserScript==
  2. // @name TagPro Skin
  3. // @description Makes TagPro Really Cool
  4. // @namespace by Borgen and PartyTime, with help and stolen code from defense_bot
  5. // @match http://koalabeast.com
  6. // @version 1.0
  7. // @include http://tagpro*.koalabeast.com*
  8. // ==/UserScript==
  9.  
  10. ProfileNumber = "53080c491430eb1911315a9b"
  11.  
  12. if ((document.URL.search(ProfileNumber)) > -1) {
  13. anchor = document.getElementsByTagName("a");
  14. anchor[1].style.color = "#FF5600" //Logout
  15. anchor[2].style.color = "#FF5600" //Showsettings
  16. anchor[3].style.color = "#FF5600" //Showsettings
  17. buttonFont = "monospace"
  18. profileButtonText = ""
  19. profileButtonColor = "white"
  20. profileButtonBorderColor = "#B82020"
  21. profileButtonBackgroundColor = "#B82020"
  22. anchor[4].innerHTML="Update<span>" + profileButtonText + "</span>";
  23. anchor[4].style.backgroundColor = profileButtonBackgroundColor;
  24. anchor[4].style.borderColor = profileButtonBorderColor;
  25. anchor[4].style.color = profileButtonColor;
  26. anchor[4].style.fontFamily = buttonFont
  27. anchor[4].style.fontWeight = "normal"
  28. }
  29.  
  30. if ((document.URL.search(":80")) > -1) {
  31. document.getElementsByClassName("background js canvas websockets cookies") [0] .style.backgroundImage="url('http://puu.sh/bEMhM/4ed076ddf1.png')";
  32. }
  33.  
  34. if ((document.URL.search("groups/a")) < 0 && (document.URL.search("groups/b")) < 0 && (document.URL.search("groups/c")) < 0 && (document.URL.search("groups/d")) < 0 && (document.URL.search("groups/e")) < 0 && (document.URL.search("groups/f")) < 0 && (document.URL.search("groups/g")) < 0 && (document.URL.search("groups/h")) < 0 && (document.URL.search("groups/i")) < 0 && (document.URL.search("groups/j")) < 0 && (document.URL.search("groups/k")) < 0 && (document.URL.search("groups/l")) < 0 && (document.URL.search("groups/m")) < 0 && (document.URL.search("groups/n")) < 0 && (document.URL.search("groups/o")) < 0 && (document.URL.search("groups/p")) < 0 && (document.URL.search("groups/q")) < 0 && (document.URL.search("groups/r")) < 0 && (document.URL.search("groups/s")) < 0 && (document.URL.search("groups/t")) < 0 && (document.URL.search("groups/u")) < 0 && (document.URL.search("groups/v")) < 0 && (document.URL.search("groups/w")) < 0 && (document.URL.search("groups/x")) < 0 && (document.URL.search("groups/y")) < 0 && (document.URL.search("groups/z")) < 0) {
  35. document.getElementsByClassName("background js canvas websockets cookies") [0] .style.backgroundImage="url('http://i.imgur.com/o2n271r.png')";
  36. document.getElementsByTagName("h1")[0] .style.backgroundImage="url('http://puu.sh/aD7I1/1a4cb61c51.png')";
  37. document.getElementsByTagName("h2")[0] .style.backgroundImage="url('')";
  38. }
  39.  
  40. if ((document.URL.search("groups/create")) > -1) {
  41.  
  42. document.getElementsByClassName("background js canvas websockets cookies") [0] .style.backgroundImage="url('http://i.imgur.com/o2n271r.png')";
  43. document.getElementsByTagName("h1")[0] .style.backgroundImage="url('http://puu.sh/aD7I1/1a4cb61c51.png')";
  44. document.getElementsByTagName("h2")[0] .style.backgroundImage="url('')";
  45. document.getElementsByClassName("button") [0] .style.backgroundColor="#B82020";
  46. document.getElementsByClassName("button") [0] .style.borderColor="#B82020";
  47. document.getElementsByClassName("button") [0] .style.color="white";
  48. document.getElementsByClassName("button") [0] .style.fontWeight = "normal"
  49. }
  50.  
  51. if ((document.URL.search("groups")) < 0 && (document.URL.search("profile")) < 0 && (document.URL.search("boards")) < 0 && (document.URL.search("games")) < 0 && (document.URL.search(":80")) < 0) {
  52.  
  53. document.getElementsByTagName("h3") [0] .style.paddingTop="30px"
  54.  
  55. document.getElementsByClassName("goal")[0] .style.backgroundImage="url('')";
  56. document.getElementsByClassName("flair")[0] .style.backgroundImage="url('')";
  57. document.getElementsByClassName("section smaller") [0] .style.color="white";
  58. document.getElementsByClassName("redditLink") [0] .style.backgroundColor="#424242";
  59. document.getElementsByClassName("redditLink") [0] .style.borderColor="#424242";
  60. document.getElementsByClassName("redditLink") [0] .style.backgroundImage="url('http://puu.sh/bCrp6/d4a3767b1d.png')";
  61. document.getElementsByClassName("redditLink") [0] .innerHTML="Reddit - " + document.getElementsByClassName("redditLink") [0] .innerHTML;
  62. var el = document.getElementsByClassName("controls") [0];
  63. while( el.hasChildNodes() ){
  64. el.removeChild(el.lastChild);
  65. }
  66.  
  67. // STUFF FROM TES
  68.  
  69. // ========== Settings ========== //
  70.  
  71. textColor = "white"
  72. buttonFont = "monospace"
  73. var serverLinkButton = false;
  74. var controlTips = "off";
  75. startButtonText = ""
  76. startButtonColor = "white"
  77. startButtonBorderColor = "#C64622"
  78. startButtonBackgroundColor = "#C64622"
  79. profileButtonText = ""
  80. profileButtonColor = "white"
  81. profileButtonBorderColor = "#B82020"
  82. profileButtonBackgroundColor = "#B82020"
  83. groupButtonText = ""
  84. groupButtonColor = "white"
  85. groupButtonBorderColor = "#C64622"
  86. groupButtonBackgroundColor = "#C64622"
  87. leaderButtonText = ""
  88. leaderButtonColor = "white"
  89. leaderButtonBorderColor = "#B82020"
  90. leaderButtonBackgroundColor = "#B82020"
  91. replayButtonText = ""
  92. replayButtonColor = "white"
  93. replayButtonBorderColor = "#C64622"
  94. replayButtonBackgroundColor = "#C64622"
  95. changeServerButtonText = "change server"
  96. changeServerButtonColor = 'white'
  97. changeServerButtonBorderColor = "#E60E0E"
  98. changeServerButtonBackgroundColor = "#7F2C2C"
  99.  
  100.  
  101. // ========== End Settings ========== //
  102.  
  103.  
  104. anchor = document.getElementsByTagName("a");
  105. //donate
  106. // anchor[12].innerHTML="Donate";
  107. //anchor[12].style.color="#7B7B7B";
  108.  
  109. anchor[6].style.color = textColor
  110. anchor[8].style.color = "#FF5050"
  111.  
  112. if (serverLinkButton === true) {
  113. anchor[8].className = "button"
  114. anchor[8].style.borderColor=changeServerButtonBorderColor
  115. anchor[8].style.color=changeServerButtonColor
  116. anchor[8].style.fontFamily=buttonFont
  117. anchor[8].style.backgroundColor=changeServerButtonBackgroundColor
  118. anchor[8].innerHTML = changeServerButtonText
  119. }
  120.  
  121. // reddit
  122. anchor[9].style.color = "#FF5050"
  123. anchor[9].innerHTML = anchor[9].innerHTML.replace("/images/reddit.png","http://puu.sh/bDRxy/861499be7a.png")
  124.  
  125. // facebook
  126. anchor[10].style.color = "#FF5050"
  127. anchor[10].innerHTML = anchor[10].innerHTML.replace("/images/facebook.png","http://puu.sh/bDRxy/861499be7a.png")
  128.  
  129. // twitter
  130. anchor[11].style.color = "#FF5050"
  131. anchor[11].innerHTML = anchor[11].innerHTML.replace("/images/twitter.png","http://puu.sh/bDRxy/861499be7a.png")
  132.  
  133. anchor[1].innerHTML="Play Now";
  134. anchor[1].style.backgroundColor = startButtonBackgroundColor;
  135. anchor[1].style.borderColor = startButtonBorderColor;
  136. anchor[1].style.color = startButtonColor;
  137. anchor[1].style.fontFamily = buttonFont
  138. anchor[1].style.fontWeight = "normal"
  139.  
  140. anchor[2].innerHTML="Profile";
  141. anchor[2].style.backgroundColor = profileButtonBackgroundColor;
  142. anchor[2].style.borderColor = profileButtonBorderColor;
  143. anchor[2].style.color = profileButtonColor;
  144. anchor[2].style.fontFamily = buttonFont
  145. anchor[2].style.fontWeight = "normal"
  146.  
  147. anchor[3].innerHTML = anchor[3].innerHTML.replace("play with friends",groupButtonText)
  148. anchor[3].style.backgroundColor = groupButtonBackgroundColor;
  149. anchor[3].style.borderColor = groupButtonBorderColor;
  150. anchor[3].style.color = groupButtonColor;
  151. anchor[3].style.fontFamily = buttonFont
  152. anchor[3].style.fontWeight = "normal"
  153.  
  154. anchor[4].innerHTML="Leaders";
  155. anchor[4].style.backgroundColor = leaderButtonBackgroundColor;
  156. anchor[4].style.borderColor = leaderButtonBorderColor;
  157. anchor[4].style.color = leaderButtonColor;
  158. anchor[4].style.fontFamily = buttonFont
  159. anchor[4].style.fontWeight = "normal"
  160.  
  161. if (anchor[5].id === "ReplayMenuButton")
  162. {
  163. anchor[5].innerHTML="Replays";
  164. anchor[5].style.backgroundColor = replayButtonBackgroundColor;
  165. anchor[5].style.borderColor = replayButtonBorderColor;
  166. anchor[5].style.color = replayButtonColor;
  167. anchor[5].style.fontFamily = buttonFont
  168. anchor[5].style.fontWeight = "normal"
  169. }
  170.  
  171. if (controlTips === 'off') {
  172. $('.controls').remove();
  173. }
  174. }
  175.  
  176. if ((document.URL.search("groups")) > -1 && (document.URL.search("create")) < 0) {
  177. anchor = document.getElementsByTagName("a");
  178. font = "monospace"
  179. textcolour = "white"
  180. border = "#B82020"
  181. background = "#B82020"
  182. anchor[1].innerHTML="New Group";
  183. anchor[1].style.backgroundColor = background;
  184. anchor[1].style.borderColor = border;
  185. anchor[1].style.color = textcolour;
  186. anchor[1].style.fontFamily = font;
  187. anchor[1].style.fontWeight = "normal"
  188. }
  189.  
  190. if ((document.URL.search("groups/a")) > -1 || (document.URL.search("groups/b")) > -1 || ((document.URL.search("groups/c")) > -1 && (document.URL.search("create")) < 0) || (document.URL.search("groups/d")) > -1 || (document.URL.search("groups/e")) > -1 || (document.URL.search("groups/f")) > -1 || (document.URL.search("groups/g")) > -1 || (document.URL.search("groups/h")) > -1 || (document.URL.search("groups/i")) > -1 || (document.URL.search("groups/j")) > -1 || (document.URL.search("groups/k")) > -1 || (document.URL.search("groups/l")) > -1 || (document.URL.search("groups/m")) > -1 || (document.URL.search("groups/n")) > -1 || (document.URL.search("groups/o")) > -1 || (document.URL.search("groups/p")) > -1 || (document.URL.search("groups/q")) > -1 || (document.URL.search("groups/r")) > -1 || (document.URL.search("groups/s")) > -1 || (document.URL.search("groups/t")) > -1 || (document.URL.search("groups/u")) > -1 || (document.URL.search("groups/v")) > -1 || (document.URL.search("groups/w")) > -1 || (document.URL.search("groups/x")) > -1 || (document.URL.search("groups/y")) > -1 || (document.URL.search("groups/z")) > -1 ) {
  191. document.getElementsByClassName("background js canvas websockets cookies") [0] .style.backgroundImage="url('http://puu.sh/aKR72/2fdcb9f5a2.png')";
  192. document.getElementsByTagName("h1")[0] .style.backgroundImage="url('http://puu.sh/bCn8p/80fe6d0679.png')";
  193. document.getElementsByTagName("h2")[0] .style.backgroundImage="url('')";
  194.  
  195. font = "monospace"
  196. textcolour = "white"
  197. border = "#B82020"
  198. background = "#B82020"
  199.  
  200. document.getElementsByClassName("leader noGameInProgress groupHasPlayers") [0] .style.color="white"
  201. document.getElementsByClassName("leader noGameInProgress groupHasPlayers") [0] .style.borderColor = border
  202. document.getElementsByClassName("leader noGameInProgress groupHasPlayers") [0] .style.backgroundColor = background
  203.  
  204. anchor = document.getElementsByTagName("button");
  205. anchor[1].style.color="white";
  206. anchor[1].style.borderColor = border
  207. anchor[1].style.backgroundColor = background
  208.  
  209. anchor[2].style.color="white";
  210. anchor[2].style.borderColor = border
  211. anchor[2].style.backgroundColor = background
  212.  
  213. anchor[3].style.color="white";
  214. anchor[3].style.borderColor = border
  215. anchor[3].style.backgroundColor = background
  216.  
  217. anchor[4].style.color="white";
  218. anchor[4].style.borderColor = border
  219. anchor[4].style.backgroundColor = background
  220.  
  221. anchor[5].style.color="white";
  222. anchor[5].style.borderColor = border
  223. anchor[5].style.backgroundColor = background
  224.  
  225. anchor[6].style.color="white";
  226. anchor[6].style.borderColor = border
  227. anchor[6].style.backgroundColor = background
  228.  
  229. anchor[7].style.color="white";
  230. anchor[7].style.borderColor = border
  231. anchor[7].style.backgroundColor = background
  232.  
  233. }
  234.  
  235. if ((document.URL.search("games")) > -1 && (document.URL.search("find")) > -1) {
  236. anchor = document.getElementsByTagName("a");
  237. buttonFont = "monospace"
  238. profileButtonText = ""
  239. profileButtonColor = "white"
  240. c1 = "#B82020"
  241. c2 = "#C64622"
  242. // reddit link //
  243. anchor[9].style.color = "#FF5050"
  244. anchor[9].innerHTML = anchor[9].innerHTML.replace("/images/reddit.png","http://puu.sh/bDRxy/861499be7a.png")
  245. // facebook link //
  246. anchor[10].style.color = "#FF5050"
  247. anchor[10].innerHTML = anchor[10].innerHTML.replace("/images/facebook.png","http://puu.sh/bDRxy/861499be7a.png")
  248. // twitter link //
  249. anchor[11].style.color = "#FF5050"
  250. anchor[11].innerHTML = anchor[11].innerHTML.replace("/images/twitter.png","http://puu.sh/bDRxy/861499be7a.png")
  251. anchor[1].style.backgroundColor = c1;
  252. anchor[1].style.borderColor = c1;
  253. anchor[1].style.color = profileButtonColor;
  254. anchor[1].style.fontFamily = buttonFont
  255. anchor[1].style.fontWeight = "normal"
  256. anchor[2].style.backgroundColor = c2;
  257. anchor[2].style.borderColor = c2;
  258. anchor[2].style.color = profileButtonColor;
  259. anchor[2].style.fontFamily = buttonFont
  260. anchor[2].style.fontWeight = "normal"
  261. anchor[3].style.backgroundColor = c1;
  262. anchor[3].style.borderColor = c1;
  263. anchor[3].style.color = profileButtonColor;
  264. anchor[3].style.fontFamily = buttonFont
  265. anchor[3].style.fontWeight = "normal"
  266. anchor[4].style.backgroundColor = c2;
  267. anchor[4].style.borderColor = c2;
  268. anchor[4].style.color = profileButtonColor;
  269. anchor[4].style.fontFamily = buttonFont
  270. anchor[4].style.fontWeight = "normal"
  271. anchor[5].style.backgroundColor = c1;
  272. anchor[5].style.borderColor = c1;
  273. anchor[5].style.color = profileButtonColor;
  274. anchor[5].style.fontFamily = buttonFont
  275. anchor[5].style.fontWeight = "normal"
  276. anchor[6].style.backgroundColor = c2;
  277. anchor[6].style.borderColor = c2;
  278. anchor[6].style.color = profileButtonColor;
  279. anchor[6].style.fontFamily = buttonFont
  280. anchor[6].style.fontWeight = "normal"
  281. anchor[7].style.backgroundColor = c1;
  282. anchor[7].style.borderColor = c1;
  283. anchor[7].style.color = profileButtonColor;
  284. anchor[7].style.fontFamily = buttonFont
  285. anchor[7].style.fontWeight = "normal"
  286. anchor[8].style.backgroundColor = c2;
  287. anchor[8].style.borderColor = c2;
  288. anchor[8].style.color = profileButtonColor;
  289. anchor[8].style.fontFamily = buttonFont
  290. anchor[8].style.fontWeight = "normal"
  291. }
  292.  
  293.  
  294. if ((document.URL.search("boards")) > -1) {
  295. anchor = document.getElementsByTagName("a");
  296. buttonFont = "monospace"
  297. profileButtonText = ""
  298. profileButtonColor = "white"
  299. c1 = "#B82020"
  300. c2 = "#C64622"
  301. anchor[1].style.backgroundColor = c1;
  302. anchor[1].style.borderColor = c1;
  303. anchor[1].style.color = profileButtonColor;
  304. anchor[1].style.fontFamily = buttonFont
  305. anchor[1].style.fontWeight = "normal"
  306. anchor[2].style.backgroundColor = c2;
  307. anchor[2].style.borderColor = c2;
  308. anchor[2].style.color = profileButtonColor;
  309. anchor[2].style.fontFamily = buttonFont
  310. anchor[2].style.fontWeight = "normal"
  311. anchor[3].style.backgroundColor = c1;
  312. anchor[3].style.borderColor = c1;
  313. anchor[3].style.color = profileButtonColor;
  314. anchor[3].style.fontFamily = buttonFont
  315. anchor[3].style.fontWeight = "normal"
  316. //1
  317. anchor[4].style.color = "#ED531D";
  318. anchor[5].style.color = "#ED531D";
  319. anchor[6].style.color = "#ED531D";
  320. anchor[7].style.color = "#ED531D";
  321. anchor[8].style.color = "#ED531D";
  322. anchor[9].style.color = "#ED531D";
  323. anchor[10].style.color = "#ED531D";
  324. anchor[11].style.color = "#ED531D";
  325. anchor[12].style.color = "#ED531D";
  326. anchor[13].style.color = "#ED531D";
  327. //1
  328. anchor[14].style.color = "#ED531D";
  329. anchor[15].style.color = "#ED531D";
  330. anchor[16].style.color = "#ED531D";
  331. anchor[17].style.color = "#ED531D";
  332. anchor[18].style.color = "#ED531D";
  333. anchor[19].style.color = "#ED531D";
  334. anchor[20].style.color = "#ED531D";
  335. anchor[21].style.color = "#ED531D";
  336. anchor[22].style.color = "#ED531D";
  337. anchor[23].style.color = "#ED531D";
  338. //2
  339. anchor[24].style.color = "#ED531D";
  340. anchor[25].style.color = "#ED531D";
  341. anchor[26].style.color = "#ED531D";
  342. anchor[27].style.color = "#ED531D";
  343. anchor[28].style.color = "#ED531D";
  344. anchor[29].style.color = "#ED531D";
  345. anchor[30].style.color = "#ED531D";
  346. anchor[31].style.color = "#ED531D";
  347. anchor[32].style.color = "#ED531D";
  348. anchor[33].style.color = "#ED531D";
  349. anchor[34].style.color = "#ED531D";
  350. anchor[35].style.color = "#ED531D";
  351. anchor[36].style.color = "#ED531D";
  352. anchor[37].style.color = "#ED531D";
  353. anchor[38].style.color = "#ED531D";
  354. anchor[39].style.color = "#ED531D";
  355. anchor[40].style.color = "#ED531D";
  356. anchor[41].style.color = "#ED531D";
  357. anchor[42].style.color = "#ED531D";
  358. anchor[43].style.color = "#ED531D";
  359. //3
  360. anchor[44].style.color = "#ED531D";
  361. anchor[45].style.color = "#ED531D";
  362. anchor[46].style.color = "#ED531D";
  363. anchor[47].style.color = "#ED531D";
  364. anchor[48].style.color = "#ED531D";
  365. anchor[49].style.color = "#ED531D";
  366. anchor[50].style.color = "#ED531D";
  367. anchor[51].style.color = "#ED531D";
  368. anchor[52].style.color = "#ED531D";
  369. anchor[53].style.color = "#ED531D";
  370. //4
  371. anchor[54].style.color = "#ED531D";
  372. anchor[55].style.color = "#ED531D";
  373. anchor[56].style.color = "#ED531D";
  374. anchor[57].style.color = "#ED531D";
  375. anchor[58].style.color = "#ED531D";
  376. anchor[59].style.color = "#ED531D";
  377. anchor[60].style.color = "#ED531D";
  378. anchor[61].style.color = "#ED531D";
  379. anchor[62].style.color = "#ED531D";
  380. anchor[63].style.color = "#ED531D";
  381. anchor[64].style.color = "#ED531D";
  382. anchor[65].style.color = "#ED531D";
  383. anchor[66].style.color = "#ED531D";
  384. anchor[67].style.color = "#ED531D";
  385. anchor[68].style.color = "#ED531D";
  386. anchor[69].style.color = "#ED531D";
  387. anchor[70].style.color = "#ED531D";
  388. anchor[71].style.color = "#ED531D";
  389. anchor[72].style.color = "#ED531D";
  390. anchor[73].style.color = "#ED531D";
  391. //5
  392. anchor[74].style.color = "#ED531D";
  393. anchor[75].style.color = "#ED531D";
  394. anchor[76].style.color = "#ED531D";
  395. anchor[77].style.color = "#ED531D";
  396. anchor[78].style.color = "#ED531D";
  397. anchor[79].style.color = "#ED531D";
  398. anchor[80].style.color = "#ED531D";
  399. anchor[81].style.color = "#ED531D";
  400. anchor[82].style.color = "#ED531D";
  401. anchor[83].style.color = "#ED531D";
  402. anchor[84].style.color = "#ED531D";
  403. anchor[85].style.color = "#ED531D";
  404. anchor[86].style.color = "#ED531D";
  405. anchor[87].style.color = "#ED531D";
  406. anchor[88].style.color = "#ED531D";
  407. anchor[89].style.color = "#ED531D";
  408. anchor[90].style.color = "#ED531D";
  409. anchor[91].style.color = "#ED531D";
  410. anchor[92].style.color = "#ED531D";
  411. anchor[93].style.color = "#ED531D";
  412. //6
  413. anchor[94].style.color = "#ED531D";
  414. anchor[95].style.color = "#ED531D";
  415. anchor[96].style.color = "#ED531D";
  416. anchor[97].style.color = "#ED531D";
  417. anchor[98].style.color = "#ED531D";
  418. anchor[99].style.color = "#ED531D";
  419. anchor[100].style.color = "#ED531D";
  420. anchor[101].style.color = "#ED531D";
  421. anchor[102].style.color = "#ED531D";
  422. anchor[103].style.color = "#ED531D";
  423. //7
  424. anchor[104].style.color = "#ED531D";
  425. anchor[105].style.color = "#ED531D";
  426. anchor[106].style.color = "#ED531D";
  427. anchor[107].style.color = "#ED531D";
  428. anchor[108].style.color = "#ED531D";
  429. anchor[109].style.color = "#ED531D";
  430. anchor[110].style.color = "#ED531D";
  431. anchor[111].style.color = "#ED531D";
  432. anchor[112].style.color = "#ED531D";
  433. anchor[113].style.color = "#ED531D";
  434. //8
  435. anchor[114].style.color = "#ED531D";
  436. anchor[115].style.color = "#ED531D";
  437. anchor[116].style.color = "#ED531D";
  438. anchor[117].style.color = "#ED531D";
  439. anchor[118].style.color = "#ED531D";
  440. anchor[119].style.color = "#ED531D";
  441. anchor[120].style.color = "#ED531D";
  442. anchor[121].style.color = "#ED531D";
  443. anchor[122].style.color = "#ED531D";
  444. anchor[123].style.color = "#ED531D";
  445. //9
  446. anchor[124].style.color = "#ED531D";
  447. anchor[125].style.color = "#ED531D";
  448. anchor[126].style.color = "#ED531D";
  449. anchor[127].style.color = "#ED531D";
  450. anchor[128].style.color = "#ED531D";
  451. anchor[129].style.color = "#ED531D";
  452. anchor[130].style.color = "#ED531D";
  453. anchor[131].style.color = "#ED531D";
  454. anchor[132].style.color = "#ED531D";
  455. anchor[133].style.color = "#ED531D";
  456. //10
  457. anchor[134].style.color = "#ED531D";
  458. anchor[135].style.color = "#ED531D";
  459. anchor[136].style.color = "#ED531D";
  460. anchor[137].style.color = "#ED531D";
  461. anchor[138].style.color = "#ED531D";
  462. anchor[139].style.color = "#ED531D";
  463. anchor[140].style.color = "#ED531D";
  464. anchor[141].style.color = "#ED531D";
  465. anchor[142].style.color = "#ED531D";
  466. anchor[143].style.color = "#ED531D";
  467. //something
  468. anchor[144].style.color = "#ED531D";
  469. anchor[145].style.color = "#ED531D";
  470. anchor[146].style.color = "#ED531D";
  471. anchor[147].style.color = "#ED531D";
  472. anchor[148].style.color = "#ED531D";
  473. anchor[149].style.color = "#ED531D";
  474. anchor[150].style.color = "#ED531D";
  475. anchor[151].style.color = "#ED531D";
  476. anchor[152].style.color = "#ED531D";
  477. anchor[153].style.color = "#ED531D";
  478.  
  479.  
  480.  
  481. //1
  482. anchor[154].style.color = "#ED531D";
  483. anchor[155].style.color = "#ED531D";
  484. anchor[156].style.color = "#ED531D";
  485. anchor[157].style.color = "#ED531D";
  486. anchor[158].style.color = "#ED531D";
  487. anchor[159].style.color = "#ED531D";
  488. anchor[150].style.color = "#ED531D";
  489. anchor[151].style.color = "#ED531D";
  490. anchor[152].style.color = "#ED531D";
  491. anchor[153].style.color = "#ED531D";
  492. //2
  493. anchor[154].style.color = "#ED531D";
  494. anchor[155].style.color = "#ED531D";
  495. anchor[156].style.color = "#ED531D";
  496. anchor[157].style.color = "#ED531D";
  497. anchor[158].style.color = "#ED531D";
  498. anchor[159].style.color = "#ED531D";
  499. anchor[160].style.color = "#ED531D";
  500. anchor[161].style.color = "#ED531D";
  501. anchor[162].style.color = "#ED531D";
  502. anchor[163].style.color = "#ED531D";
  503. //3
  504. anchor[164].style.color = "#ED531D";
  505. anchor[165].style.color = "#ED531D";
  506. anchor[166].style.color = "#ED531D";
  507. anchor[167].style.color = "#ED531D";
  508. anchor[168].style.color = "#ED531D";
  509. anchor[169].style.color = "#ED531D";
  510. anchor[170].style.color = "#ED531D";
  511. anchor[171].style.color = "#ED531D";
  512. anchor[172].style.color = "#ED531D";
  513. anchor[173].style.color = "#ED531D";
  514. //4
  515. anchor[174].style.color = "#ED531D";
  516. anchor[175].style.color = "#ED531D";
  517. anchor[176].style.color = "#ED531D";
  518. anchor[177].style.color = "#ED531D";
  519. anchor[178].style.color = "#ED531D";
  520. anchor[179].style.color = "#ED531D";
  521. anchor[180].style.color = "#ED531D";
  522. anchor[181].style.color = "#ED531D";
  523. anchor[182].style.color = "#ED531D";
  524. anchor[183].style.color = "#ED531D";
  525. //5
  526. anchor[184].style.color = "#ED531D";
  527. anchor[185].style.color = "#ED531D";
  528. anchor[186].style.color = "#ED531D";
  529. anchor[187].style.color = "#ED531D";
  530. anchor[188].style.color = "#ED531D";
  531. anchor[189].style.color = "#ED531D";
  532. anchor[190].style.color = "#ED531D";
  533. anchor[191].style.color = "#ED531D";
  534. anchor[192].style.color = "#ED531D";
  535. anchor[193].style.color = "#ED531D";
  536. //6
  537. anchor[194].style.color = "#ED531D";
  538. anchor[195].style.color = "#ED531D";
  539. anchor[196].style.color = "#ED531D";
  540. anchor[197].style.color = "#ED531D";
  541. anchor[198].style.color = "#ED531D";
  542. anchor[199].style.color = "#ED531D";
  543. anchor[200].style.color = "#ED531D";
  544. anchor[201].style.color = "#ED531D";
  545. anchor[202].style.color = "#ED531D";
  546. anchor[203].style.color = "#ED531D";
  547. //7
  548. anchor[204].style.color = "#ED531D";
  549. anchor[205].style.color = "#ED531D";
  550. anchor[206].style.color = "#ED531D";
  551. anchor[207].style.color = "#ED531D";
  552. anchor[208].style.color = "#ED531D";
  553. anchor[209].style.color = "#ED531D";
  554. anchor[210].style.color = "#ED531D";
  555. anchor[211].style.color = "#ED531D";
  556. anchor[212].style.color = "#ED531D";
  557. anchor[213].style.color = "#ED531D";
  558. //8
  559. anchor[214].style.color = "#ED531D";
  560. anchor[215].style.color = "#ED531D";
  561. anchor[216].style.color = "#ED531D";
  562. anchor[217].style.color = "#ED531D";
  563. anchor[218].style.color = "#ED531D";
  564. anchor[219].style.color = "#ED531D";
  565. anchor[220].style.color = "#ED531D";
  566. anchor[221].style.color = "#ED531D";
  567. anchor[222].style.color = "#ED531D";
  568. anchor[223].style.color = "#ED531D";
  569. //9
  570. anchor[224].style.color = "#ED531D";
  571. anchor[225].style.color = "#ED531D";
  572. anchor[226].style.color = "#ED531D";
  573. anchor[227].style.color = "#ED531D";
  574. anchor[228].style.color = "#ED531D";
  575. anchor[229].style.color = "#ED531D";
  576. anchor[230].style.color = "#ED531D";
  577. anchor[231].style.color = "#ED531D";
  578. anchor[232].style.color = "#ED531D";
  579. anchor[233].style.color = "#ED531D";
  580. //10
  581. anchor[234].style.color = "#ED531D";
  582. anchor[235].style.color = "#ED531D";
  583. anchor[236].style.color = "#ED531D";
  584. anchor[237].style.color = "#ED531D";
  585. anchor[238].style.color = "#ED531D";
  586. anchor[239].style.color = "#ED531D";
  587. anchor[240].style.color = "#ED531D";
  588. anchor[241].style.color = "#ED531D";
  589. anchor[242].style.color = "#ED531D";
  590. anchor[243].style.color = "#ED531D";
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. //something
  599. anchor[244].style.color = "#ED531D";
  600. anchor[245].style.color = "#ED531D";
  601. anchor[246].style.color = "#ED531D";
  602. anchor[247].style.color = "#ED531D";
  603. anchor[248].style.color = "#ED531D";
  604. anchor[249].style.color = "#ED531D";
  605. anchor[250].style.color = "#ED531D";
  606. anchor[251].style.color = "#ED531D";
  607. anchor[252].style.color = "#ED531D";
  608. anchor[253].style.color = "#ED531D";
  609.  
  610.  
  611.  
  612. //1
  613. anchor[254].style.color = "#ED531D";
  614. anchor[255].style.color = "#ED531D";
  615. anchor[256].style.color = "#ED531D";
  616. anchor[257].style.color = "#ED531D";
  617. anchor[258].style.color = "#ED531D";
  618. anchor[259].style.color = "#ED531D";
  619. anchor[250].style.color = "#ED531D";
  620. anchor[251].style.color = "#ED531D";
  621. anchor[252].style.color = "#ED531D";
  622. anchor[253].style.color = "#ED531D";
  623. //2
  624. anchor[254].style.color = "#ED531D";
  625. anchor[255].style.color = "#ED531D";
  626. anchor[256].style.color = "#ED531D";
  627. anchor[257].style.color = "#ED531D";
  628. anchor[258].style.color = "#ED531D";
  629. anchor[259].style.color = "#ED531D";
  630. anchor[260].style.color = "#ED531D";
  631. anchor[261].style.color = "#ED531D";
  632. anchor[262].style.color = "#ED531D";
  633. anchor[263].style.color = "#ED531D";
  634. //3
  635. anchor[264].style.color = "#ED531D";
  636. anchor[265].style.color = "#ED531D";
  637. anchor[266].style.color = "#ED531D";
  638. anchor[267].style.color = "#ED531D";
  639. anchor[268].style.color = "#ED531D";
  640. anchor[269].style.color = "#ED531D";
  641. anchor[270].style.color = "#ED531D";
  642. anchor[271].style.color = "#ED531D";
  643. anchor[272].style.color = "#ED531D";
  644. anchor[273].style.color = "#ED531D";
  645. //4
  646. anchor[274].style.color = "#ED531D";
  647. anchor[275].style.color = "#ED531D";
  648. anchor[276].style.color = "#ED531D";
  649. anchor[277].style.color = "#ED531D";
  650. anchor[278].style.color = "#ED531D";
  651. anchor[279].style.color = "#ED531D";
  652. anchor[280].style.color = "#ED531D";
  653. anchor[281].style.color = "#ED531D";
  654. anchor[282].style.color = "#ED531D";
  655. anchor[283].style.color = "#ED531D";
  656. //5
  657. anchor[284].style.color = "#ED531D";
  658. anchor[285].style.color = "#ED531D";
  659. anchor[286].style.color = "#ED531D";
  660. anchor[287].style.color = "#ED531D";
  661. anchor[288].style.color = "#ED531D";
  662. anchor[289].style.color = "#ED531D";
  663. anchor[290].style.color = "#ED531D";
  664. anchor[291].style.color = "#ED531D";
  665. anchor[292].style.color = "#ED531D";
  666. anchor[293].style.color = "#ED531D";
  667. //6
  668. anchor[294].style.color = "#ED531D";
  669. anchor[295].style.color = "#ED531D";
  670. anchor[296].style.color = "#ED531D";
  671. anchor[297].style.color = "#ED531D";
  672. anchor[298].style.color = "#ED531D";
  673. anchor[299].style.color = "#ED531D";
  674. anchor[300].style.color = "#ED531D";
  675. anchor[301].style.color = "#ED531D";
  676. anchor[302].style.color = "#ED531D";
  677. anchor[303].style.color = "#ED531D";
  678. //7
  679. anchor[304].style.color = "#ED531D";
  680. anchor[305].style.color = "#ED531D";
  681. anchor[306].style.color = "#ED531D";
  682. anchor[307].style.color = "#ED531D";
  683. anchor[308].style.color = "#ED531D";
  684. anchor[309].style.color = "#ED531D";
  685. anchor[310].style.color = "#ED531D";
  686. anchor[311].style.color = "#ED531D";
  687. anchor[312].style.color = "#ED531D";
  688. anchor[313].style.color = "#ED531D";
  689. //8
  690. anchor[314].style.color = "#ED531D";
  691. anchor[315].style.color = "#ED531D";
  692. anchor[316].style.color = "#ED531D";
  693. anchor[317].style.color = "#ED531D";
  694. anchor[318].style.color = "#ED531D";
  695. anchor[319].style.color = "#ED531D";
  696. anchor[320].style.color = "#ED531D";
  697. anchor[321].style.color = "#ED531D";
  698. anchor[322].style.color = "#ED531D";
  699. anchor[323].style.color = "#ED531D";
  700. //9
  701. anchor[324].style.color = "#ED531D";
  702. anchor[325].style.color = "#ED531D";
  703. anchor[326].style.color = "#ED531D";
  704. anchor[327].style.color = "#ED531D";
  705. anchor[338].style.color = "#ED531D";
  706. anchor[329].style.color = "#ED531D";
  707. anchor[330].style.color = "#ED531D";
  708. anchor[331].style.color = "#ED531D";
  709. anchor[332].style.color = "#ED531D";
  710. anchor[333].style.color = "#ED531D";
  711. //10
  712. anchor[334].style.color = "#ED531D";
  713. anchor[335].style.color = "#ED531D";
  714. anchor[336].style.color = "#ED531D";
  715. anchor[337].style.color = "#ED531D";
  716. anchor[338].style.color = "#ED531D";
  717. anchor[339].style.color = "#ED531D";
  718. anchor[340].style.color = "#ED531D";
  719. anchor[341].style.color = "#ED531D";
  720. anchor[342].style.color = "#ED531D";
  721. anchor[343].style.color = "#ED531D";
  722. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement