My Script

A brief description of your script

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name           My Script
// @description    A brief description of your script
// @author         Your Name
// @include        http://*
// @version        1.0
// @namespace https://greasyfork.org/users/389912
// ==/UserScript==

 $(function(){
     setTimeout(function() {
      $("a.PDI_answer48172894").prop("checked", true).trigger('click');
           $("a.pd-vote-button10436755").trigger('click');
        },10);
       });