Reddit style collapsible comments for Hacker News
< Hacker News collapsible comments 피드백으로 돌아가기
Quick fix
Sometimes it's still a bit buggy but this is an easy fix:
Add this to the header: // @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js
Delete everything after the init function and replace it with this: $( window ).on( "load", init );
$( window ).on( "load", init );
답글을 게시하려면 로그인하세요.
Quick fix
Sometimes it's still a bit buggy but this is an easy fix:
Add this to the header:
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js
Delete everything after the init function and replace it with this:
$( window ).on( "load", init );