사용자:-rio/twinkleoptions.js

위키백과, 우리 모두의 백과사전.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[위키백과:도구/트윙클/환경 설정]].
//
// This file is AUTOMATICALLY GENERATED.  Any changes you make (aside from
// changing the configuration parameters in a valid-JavaScript way) will be
// overwritten the next time you click "save" in the Twinkle preferences
// panel.  If modifying this file, make sure to use correct JavaScript.
// <nowiki>

window.Twinkle.prefs = {
  "optionsVersion": 2,
  "spiWatchReport": "no",
  "deliWatchPage": "no",
  "deliWatchUser": "no",
  "showRollbackLinks": [
    "diff",
    "others",
    "recent"
  ],
  "xfdWatchPage": "no",
  "xfdWatchDiscussion": "no",
  "xfdWatchUser": "no",
  "xfdWatchRelated": "no"
};

// </nowiki>
// End of twinkleoptions.js