├── LICENSE ├── README.md ├── harlem-shake-style.css └── high.js /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright {yyyy} {name of copyright owner} 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | 203 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # High一下 2 | 3 | High一下,点击 http://rocko.xyz 里的 `High一下` 试用。 4 | 修复点击重复执行播放的问题,重新点击后动画重新开始,可增加歌曲、(自动)循环播放。 5 | 6 | ## Usage 7 | 8 | 把如下超链接放到网站上需显示的位置,请注意修改 `high.js` 里的歌曲配置信息: `songs[...]`。 9 | 10 | ``` Html 11 | High一下 12 | ``` 13 | 14 | ## Version 15 | 16 | ### v1.0.0 17 | 18 | - High 19 | - 歌曲自动循环 20 | 21 | ## License 22 | 23 | ``` License 24 | Copyright (C) 2015 Rocko (rocko.xyz) 25 | 26 | Licensed under the Apache License, Version 2.0 (the "License"); 27 | you may not use this file except in compliance with the License. 28 | You may obtain a copy of the License at 29 | 30 | http://www.apache.org/licenses/LICENSE-2.0 31 | 32 | Unless required by applicable law or agreed to in writing, software 33 | distributed under the License is distributed on an "AS IS" BASIS, 34 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 35 | See the License for the specific language governing permissions and 36 | limitations under the License. 37 | ``` -------------------------------------------------------------------------------- /harlem-shake-style.css: -------------------------------------------------------------------------------- 1 | /* .im_drunk, .im_baked, .im_trippin, .im_blown */ 2 | 3 | .mw-strobe_light { 4 | position: fixed; 5 | width: 100%; 6 | height: 100%; 7 | top: 0; 8 | left: 0; 9 | z-index: 100000; 10 | background-color: rgba(250,250,250,0.8); 11 | display: block; 12 | } 13 | 14 | .mw-harlem_shake_me { 15 | transition: all 0.8s ease-in-out; 16 | -moz-transition: all 0.8s ease-in-out; 17 | -webkit-transition: all 0.8s ease-in-out; 18 | -o-transition: all 0.8s ease-in-out; 19 | -ms-transition: all 0.8s ease-in-out; 20 | 21 | animation: spin 1s infinite linear; 22 | -moz-animation: spin 1s infinite linear; 23 | -webkit-animation: spin 1s infinite linear; 24 | -o-animation: spin 1s infinite linear; 25 | -ms-animation: spin 1s infinite linear; 26 | } 27 | 28 | .mw-harlem_shake_slow { 29 | transition: all 3.2s ease-in-out; 30 | -moz-transition: all 3.2s ease-in-out; 31 | -webkit-transition: all 3.2s ease-in-out; 32 | -o-transition: all 3.2s ease-in-out; 33 | -ms-transition: all 3.2s ease-in-out; 34 | 35 | animation: spin 4s infinite linear; 36 | -moz-animation: spin 4s infinite linear; 37 | -webkit-animation: spin 4s infinite linear; 38 | -o-animation: spin 4s infinite linear; 39 | -ms-animation: spin 4s infinite linear; 40 | } 41 | 42 | /* 43 | Animate.css - http://daneden.me/animate 44 | Licensed under the ☺ license (http://licence.visualidiot.com/) 45 | But we have it modified for our use. 46 | */ 47 | body { 48 | -webkit-backface-visibility: hidden; 49 | } 50 | 51 | .mw-harlem_shake_me { 52 | -webkit-animation-duration: .4s; 53 | -moz-animation-duration: .4s; 54 | -o-animation-duration: .4s; 55 | animation-duration: .4s; 56 | -webkit-animation-fill-mode: both; 57 | -moz-animation-fill-mode: both; 58 | -o-animation-fill-mode: both; 59 | animation-fill-mode: both; 60 | } 61 | 62 | .mw-harlem_shake_slow { 63 | -webkit-animation-duration: 1.6s; 64 | -moz-animation-duration: 1.6s; 65 | -o-animation-duration: 1.6s; 66 | animation-duration: 1.6s; 67 | -webkit-animation-fill-mode: both; 68 | -moz-animation-fill-mode: both; 69 | -o-animation-fill-mode: both; 70 | animation-fill-mode: both; 71 | } 72 | 73 | 74 | .flash, .mw-strobe_light { 75 | -webkit-animation-name: flash; 76 | -moz-animation-name: flash; 77 | -o-animation-name: flash; 78 | animation-name: flash; 79 | } 80 | 81 | 82 | 83 | @-webkit-keyframes shake { 84 | 0%, 100% {-webkit-transform: translateX(0);} 85 | 10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 86 | 20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} 87 | } 88 | 89 | @-moz-keyframes shake { 90 | 0%, 100% {-moz-transform: translateX(0);} 91 | 10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);} 92 | 20%, 40%, 60%, 80% {-moz-transform: translateX(10px);} 93 | } 94 | 95 | @-o-keyframes shake { 96 | 0%, 100% {-o-transform: translateX(0);} 97 | 10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);} 98 | 20%, 40%, 60%, 80% {-o-transform: translateX(10px);} 99 | } 100 | 101 | @keyframes shake { 102 | 0%, 100% {transform: translateX(0);} 103 | 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 104 | 20%, 40%, 60%, 80% {transform: translateX(10px);} 105 | } 106 | 107 | .shake, .im_baked { 108 | -webkit-animation-name: shake; 109 | -moz-animation-name: shake; 110 | -o-animation-name: shake; 111 | animation-name: shake; 112 | } 113 | 114 | 115 | 116 | 117 | .swing, .im_drunk { 118 | -webkit-transform-origin: top center; 119 | -moz-transform-origin: top center; 120 | -o-transform-origin: top center; 121 | transform-origin: top center; 122 | -webkit-animation-name: swing; 123 | -moz-animation-name: swing; 124 | -o-animation-name: swing; 125 | animation-name: swing; 126 | } 127 | 128 | @-webkit-keyframes wobble { 129 | 0% { -webkit-transform: translateX(0%); } 130 | 15% { -webkit-transform: translateX(-15%) rotate(-4deg); } 131 | 30% { -webkit-transform: translateX(12%) rotate(3deg); } 132 | 45% { -webkit-transform: translateX(-9%) rotate(-2deg); } 133 | 60% { -webkit-transform: translateX(6%) rotate(2deg); } 134 | 75% { -webkit-transform: translateX(-3%) rotate(-1deg); } 135 | 100% { -webkit-transform: translateX(0%); } 136 | } 137 | 138 | @-moz-keyframes wobble { 139 | 0% { -moz-transform: translateX(0%); } 140 | 15% { -moz-transform: translateX(-15%) rotate(-5deg); } 141 | 30% { -moz-transform: translateX(12%) rotate(3deg); } 142 | 45% { -moz-transform: translateX(-9%) rotate(-3deg); } 143 | 60% { -moz-transform: translateX(6%) rotate(2deg); } 144 | 75% { -moz-transform: translateX(-3%) rotate(-1deg); } 145 | 100% { -moz-transform: translateX(0%); } 146 | } 147 | 148 | @-o-keyframes wobble { 149 | 0% { -o-transform: translateX(0%); } 150 | 15% { -o-transform: translateX(-15%) rotate(-5deg); } 151 | 30% { -o-transform: translateX(12%) rotate(3deg); } 152 | 45% { -o-transform: translateX(-9%) rotate(-3deg); } 153 | 60% { -o-transform: translateX(6%) rotate(2deg); } 154 | 75% { -o-transform: translateX(-3%) rotate(-1deg); } 155 | 100% { -o-transform: translateX(0%); } 156 | } 157 | 158 | @keyframes wobble { 159 | 0% { transform: translateX(0%); }` 160 | 15% { transform: translateX(-15%) rotate(-5deg); } 161 | 30% { transform: translateX(12%) rotate(3deg); } 162 | 45% { transform: translateX(-9%) rotate(-3deg); } 163 | 60% { transform: translateX(6%) rotate(2deg); } 164 | 75% { transform: translateX(-3%) rotate(-1deg); } 165 | 100% { transform: translateX(0%); } 166 | } 167 | 168 | 169 | 170 | 171 | .wobble, .im_first { 172 | -webkit-animation-name: wobble; 173 | -moz-animation-name: wobble; 174 | -o-animation-name: wobble; 175 | animation-name: wobble; 176 | } 177 | 178 | @-webkit-keyframes pulse { 179 | 0% { -webkit-transform: scale(1); } 180 | 50% { -webkit-transform: scale(1.1); } 181 | 100% { -webkit-transform: scale(1); } 182 | } 183 | @-moz-keyframes pulse { 184 | 0% { -moz-transform: scale(1); } 185 | 50% { -moz-transform: scale(1.1); } 186 | 100% { -moz-transform: scale(1); } 187 | } 188 | @-o-keyframes pulse { 189 | 0% { -o-transform: scale(1); } 190 | 50% { -o-transform: scale(1.1); } 191 | 100% { -o-transform: scale(1); } 192 | } 193 | @keyframes pulse { 194 | 0% { transform: scale(1); } 195 | 50% { transform: scale(1.1); } 196 | 100% { transform: scale(1); } 197 | } 198 | 199 | .pulse, .im_blown { 200 | -webkit-animation-name: pulse; 201 | -moz-animation-name: pulse; 202 | -o-animation-name: pulse; 203 | animation-name: pulse; 204 | } 205 | 206 | 207 | 208 | 209 | @-webkit-keyframes bounceIn { 210 | 0% { 211 | opacity: 0; 212 | -webkit-transform: scale(.3); 213 | } 214 | 215 | 50% { 216 | opacity: 1; 217 | -webkit-transform: scale(1.05); 218 | } 219 | 220 | 70% { 221 | -webkit-transform: scale(.9); 222 | } 223 | 224 | 100% { 225 | -webkit-transform: scale(1); 226 | } 227 | } 228 | 229 | @-moz-keyframes bounceIn { 230 | 0% { 231 | opacity: 0; 232 | -moz-transform: scale(.3); 233 | } 234 | 235 | 50% { 236 | opacity: 1; 237 | -moz-transform: scale(1.05); 238 | } 239 | 240 | 70% { 241 | -moz-transform: scale(.9); 242 | } 243 | 244 | 100% { 245 | -moz-transform: scale(1); 246 | } 247 | } 248 | 249 | @-o-keyframes bounceIn { 250 | 0% { 251 | opacity: 0; 252 | -o-transform: scale(.3); 253 | } 254 | 255 | 50% { 256 | opacity: 1; 257 | -o-transform: scale(1.05); 258 | } 259 | 260 | 70% { 261 | -o-transform: scale(.9); 262 | } 263 | 264 | 100% { 265 | -o-transform: scale(1); 266 | } 267 | } 268 | 269 | @keyframes bounceIn { 270 | 0% { 271 | opacity: 0; 272 | transform: scale(.3); 273 | } 274 | 275 | 50% { 276 | opacity: 1; 277 | transform: scale(1.05); 278 | } 279 | 280 | 70% { 281 | transform: scale(.9); 282 | } 283 | 284 | 100% { 285 | transform: scale(1); 286 | } 287 | } 288 | 289 | .bounceIn, .im_trippin { 290 | -webkit-animation-name: bounceIn; 291 | -moz-animation-name: bounceIn; 292 | -o-animation-name: bounceIn; 293 | animation-name: bounceIn; 294 | } -------------------------------------------------------------------------------- /high.js: -------------------------------------------------------------------------------- 1 | javascript:( 2 | /* 3 | * Copyright (C) 2015 Rocko (rocko.xyz) 4 | * 5 | * Licensed under the Apache License, Version 2.0 (the "License"); 6 | * you may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, software 12 | * distributed under the License is distributed on an "AS IS" BASIS, 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | * See the License for the specific language governing permissions and 15 | * limitations under the License. 16 | */ 17 | function go() { 18 | 19 | 20 | var songs = [ 21 | "your_music_path_1", 22 | "your_music_path_2", 23 | "......" 24 | ]; 25 | 26 | 27 | function c() { 28 | var e = document.createElement("link"); 29 | e.setAttribute("type", "text/css"); 30 | e.setAttribute("rel", "stylesheet"); 31 | e.setAttribute("href", f); 32 | e.setAttribute("class", l); 33 | document.body.appendChild(e) 34 | } 35 | 36 | function h() { 37 | var e = document.getElementsByClassName(l); 38 | for (var t = 0; t < e.length; t++) { 39 | document.body.removeChild(e[t]) 40 | } 41 | } 42 | 43 | function p() { 44 | var e = document.createElement("div"); 45 | e.setAttribute("class", a); 46 | document.body.appendChild(e); 47 | setTimeout(function() { 48 | document.body.removeChild(e) 49 | }, 100) 50 | } 51 | 52 | function d(e) { 53 | return { 54 | height : e.offsetHeight, 55 | width : e.offsetWidth 56 | } 57 | } 58 | 59 | function v(i) { 60 | var s = d(i); 61 | return s.height > e && s.height < n && s.width > t && s.width < r 62 | } 63 | 64 | function m(e) { 65 | var t = e; 66 | var n = 0; 67 | while (!!t) { 68 | n += t.offsetTop; 69 | t = t.offsetParent 70 | } 71 | return n 72 | } 73 | 74 | function g() { 75 | var e = document.documentElement; 76 | if (!!window.innerWidth) { 77 | return window.innerHeight 78 | } else if (e && !isNaN(e.clientHeight)) { 79 | return e.clientHeight 80 | } 81 | return 0 82 | } 83 | 84 | function y() { 85 | if (window.pageYOffset) { 86 | return window.pageYOffset 87 | } 88 | return Math.max(document.documentElement.scrollTop, document.body.scrollTop) 89 | } 90 | 91 | function E(e) { 92 | var t = m(e); 93 | return t >= w && t <= b + w 94 | } 95 | 96 | function S() { 97 | var e = document.getElementById("audio_element_id"); 98 | if(e != null){ 99 | var index = parseInt(e.getAttribute("curSongIndex")); 100 | if(index > songs.length - 2) { 101 | index = 0; 102 | } else { 103 | index++; 104 | } 105 | e.setAttribute("curSongIndex", index); 106 | N(); 107 | } 108 | 109 | e.src = i; 110 | e.play() 111 | } 112 | 113 | function x(e) { 114 | e.className += " " + s + " " + o 115 | } 116 | 117 | function T(e) { 118 | e.className += " " + s + " " + u[Math.floor(Math.random() * u.length)] 119 | } 120 | 121 | function N() { 122 | var e = document.getElementsByClassName(s); 123 | var t = new RegExp("\\b" + s + "\\b"); 124 | for (var n = 0; n < e.length; ) { 125 | e[n].className = e[n].className.replace(t, "") 126 | } 127 | } 128 | 129 | function initAudioEle() { 130 | var e = document.getElementById("audio_element_id"); 131 | if(e === null){ 132 | e = document.createElement("audio"); 133 | e.setAttribute("class", l); 134 | e.setAttribute("curSongIndex", 0); 135 | e.id = "audio_element_id"; 136 | e.loop = false; 137 | e.bgcolor = 0; 138 | e.addEventListener("canplay", function() { 139 | setTimeout(function() { 140 | x(k) 141 | }, 500); 142 | setTimeout(function() { 143 | N(); 144 | p(); 145 | for (var e = 0; e < O.length; e++) { 146 | T(O[e]) 147 | } 148 | }, 15500) 149 | }, true); 150 | e.addEventListener("ended", function() { 151 | N(); 152 | h(); 153 | go(); 154 | }, true); 155 | e.innerHTML = "

If you are reading this, it is because your browser does not support the audio element. We recommend that you get a new browser.

"; 156 | document.body.appendChild(e); 157 | } 158 | } 159 | 160 | initAudioEle(); 161 | var e = 30; 162 | var t = 30; 163 | var n = 350; 164 | var r = 350; 165 | 166 | var curSongIndex = parseInt(document.getElementById("audio_element_id").getAttribute("curSongIndex")); 167 | var i = songs[curSongIndex]; 168 | 169 | var s = "mw-harlem_shake_me"; 170 | var o = "im_first"; 171 | var u = ["im_drunk", "im_baked", "im_trippin", "im_blown"]; 172 | var a = "mw-strobe_light"; 173 | 174 | /* harlem-shake-style.css,替换成你的位置,也可以直接使用://s3.amazonaws.com/moovweb-marketing/playground/harlem-shake-style.css */ 175 | var f = "//s3.amazonaws.com/moovweb-marketing/playground/harlem-shake-style.css"; 176 | 177 | var l = "mw_added_css"; 178 | var b = g(); 179 | var w = y(); 180 | var C = document.getElementsByTagName("*"); 181 | var k = null; 182 | for (var L = 0; L < C.length; L++) { 183 | var A = C[L]; 184 | if (v(A)) { 185 | if (E(A)) { 186 | k = A; 187 | break 188 | } 189 | } 190 | } 191 | if (A === null) { 192 | console.warn("Could not find a node of the right size. Please try a different page."); 193 | return 194 | } 195 | c(); 196 | S(); 197 | var O = []; 198 | for (var L = 0; L < C.length; L++) { 199 | var A = C[L]; 200 | if (v(A)) { 201 | O.push(A) 202 | } 203 | } 204 | })() --------------------------------------------------------------------------------