다른 명령
잔글편집 요약 없음 |
편집 요약 없음 |
||
15번째 줄: | 15번째 줄: | ||
animationInterval : 35, | animationInterval : 35, | ||
useTwinkleEffect : true, | useTwinkleEffect : true, | ||
usePositionFixed : | usePositionFixed : true, | ||
flakeColor: '#ccc', | |||
}; | }; |
2024년 12월 25일 (수) 04:56 판
$(document).ready(function() {
// mw-parser-output 내부의 <p><br></p> 요소를 찾아 제거
$('.mw-parser-output p').each(function() {
if ($(this).html().trim() === '<br>') {
$(this).remove(); // 해당 요소 삭제
}
});
});
mw.loader.load('https://junhoahn.kr/Snowstorm/snowstorm.js');
window.snowStorm = {
flakesMax : 64, // 눈송이 최대 개수
flakesMaxActive : 64,// 동시에 날리는 눈송이 최대 개수
followMouse : true, // 마우스를 따라다니는지 여부
animationInterval : 35,
useTwinkleEffect : true,
usePositionFixed : true,
flakeColor: '#ccc',
};