Advertisement
Guest User

Untitled

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