anime
{"ScriptPreparationCode":"const animeList = [\r\n {\r\n level: \u0027S\u002B\u0027,\r\n imgP: \u0027center\u0027,\r\n link: \u0027https://myanimelist.net/anime/21/One_Piece\u0027,\r\n name: \u0027One Piece\u0027,\r\n tags: [\u0027Action\u0027, \u0027Fantasy\u0027, \u0027Adventure\u0027, \u0027Comedy\u0027, \u0027Drama\u0027],\r\n quote: {\r\n content: \u0027If I die here, then I\\\u0027m a man that could only make it this far.\u0027,\r\n author: \u0027Zoro Roronoa\u0027\r\n }\r\n },\r\n {\r\n level: \u0027S\u002B\u0027,\r\n imgP: \u0027center\u0027,\r\n link: \u0027https://myanimelist.net/anime/1735/Naruto__Shippuuden\u0027,\r\n name: \u0027Naruto\u0027,\r\n tags: [\u0027Action\u0027, \u0027Comedy\u0027, \u0027Supernatural\u0027],\r\n },\r\n {\r\n level: \u0027S\u0027,\r\n imgP: \u0027center\u0027,\r\n link: \u0027https://myanimelist.net/anime/223/Dragon_Ball\u0027,\r\n name: \u0027Dragon Ball\u0027,\r\n tags: [\u0027Action\u0027, \u0027Fantasy\u0027, \u0027Comedy\u0027, \u0027Martial Art\u0027, \u0027Supernatural\u0027, \u0027Adventure\u0027, \u0027Science Fiction\u0027],\r\n },\r\n ]","TestCases":[{"Name":"case 1","Code":"const $ = document.querySelector.bind(document)\r\n$(\u0027#number\u0027).innerText = $$(\u0027.anime-wrapper.active\u0027).length","IsDeferred":false},{"Name":"case 2","Code":"const $ = document.querySelector.bind(document)\r\n$(\u0027#number\u0027).innerText = animeList.filter((a, index) =\u003E activeValue(index)).length","IsDeferred":false}]}