Greasy Fork is available in English.

Greasy Fork에서 읽는 유저 스크립트 메타블럭들입니다. 이 중에 없는 블럭은 스크립트내에 포함되나 Greasy Fork의 UI에 아무런 영향도 주지 않습니다.

§@name
스크립트 이름. 제목과 링크에서 사용됩니다. 필수.
§@name:XX-YY
지정된 로케일에서의 스크립트 이름. XX는 ISO 639-1 2-letter code에서, YY는 필수적이지 않은 ISO 3166 country code입니다. 일치하는 로케일내에서 유저가 탐색할때 @name는 무시됩니다.
§@description
스크립트가 뭐 하는지에 대한 설명. 스크립트 이름 아래에서 텍스트로 보여집니다. 필수.
§@description:XX-YY
지정된 로케일에서의 스크립트 설명입니다, XX는 ISO 639-1 2-letter code이며 YY는 필수가 아닌 선택으로, ISO 3166 country code입니다. 유저가 해당 로케일에서 보고 있을 시 @description는 무시됩니다..
§@namespace
유저 스크립트 관리자는 @namespace@name 조합으로 스크립트가 이미 설치됐는지 판단합니다. Greasy Fork에서 이 필드는 필수고 업데이트 시에 변경되면 경고합니다.
§@version
모질라 버전 포맷으로 스크립트 버전을 나타내는 식별자. 버전은 스크립트의 정보 페이지에 표시됩니다. Greasy Fork는 이 필드를 필수로 요구하고 코드 변경 시 버전값이 증가하지 않으면 경고합니다.
§@include, @exclude, @match
어떤 페이지에서 스크립트가 동작할지 나타냅니다. 스크립트 정보 페이지에 이 필드가 보이고 스크립트를 분류하는 데도 씁니다. 스크립트는 @match@include가 적어도 하나 이상 있어야 합니다. 양식은 여기를 참고하세요.
§@require
Includes external JavaScript into a script. See rules for code including external scripts. If you use subresource integrity hashes (see info here and here), Greasy Fork will alert you if your hashes do not match the content at the URL you use.
§@resource
Includes an external resource (JavaScript, CSS, images, etc.) into a script. See rules for code including external scripts. If you use subresource integrity hashes (see info here and here), Greasy Fork will alert you if your hashes do not match the content at the URL you use.
§@updateURL, @installURL, @downloadURL
스크립트 매니저가 어떻게 업데이트할 지 서수랍니다. Greasy Fork는 이 키들을 키들을 제거해 Greasy Fork에서 설치한 스크립트는 오직 Greasy Fork에서만 업데이트하도록 합니다.
§@license
By posting your script to Greasy Fork, you give others permission to install and use it. The license describes whether and how people are allowed to modify and distribute your script. License is displayed on a script's info page. @license can be:
  • The name of a license (for example, @license GPL3). Using a "Full name" or "Identifier" from the SPDX License List is recommended.
  • The conditions under which you allow use (for example @license You can modify as long as you credit me, though using a pre-existing license is recommended.
  • A copyright statement (for example @license Copyright MyName) if you don't want to release under a license.
  • Omitted entirely, which is the same as having a copyright statement, but less clear to users.
Note that if your script is based on code someone else wrote, you may be restricted in what license you choose.
§@supportURL
유저들이 스크립트에 대한 지원을 받을 수 있는 URL입니다. (예시. 버그 신고, 게시판, 이메일 주소). 지원 URL은 스크립트의 피드백 페이지에 표시됩니다.
§@contributionURL
유저들이 스크립트 개발자에게 기부할 수 있는 페이지의 URL입니다. 기부 URL은 스크립트의 피드백 페이지에 표시됩니다. URL들은 http, https, 또는 비토코인 프로토콜로 가능합니다. PayPal 기부 페이지로 링크하려면, https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=your.email.here@example.com&item_name=Greasy+Fork+donation에서 샘플 이메일을 당신의 이메일로 바꾼 URL을 사용하세요.
§@contributionAmount
추천하는 기부금 가격입니다, @contributionURL과 결합하여 사용합니다.
§@compatible
이 스크립트가 어느 브라우저랑 호환됨을 표시합니다. 호환성 정보는 스크립트 페이지에 표시됩니다. 호환성에 관한 주석은 @copmatible firefox 팝업 차단을 반드시 해제해야 함의 형식에 맞춰 포함 될 수 있습니다. 인식되는 브라우저들은 다음과 같습니다: firefox, chrome, opera, safari, edge.
§@incompatible
이 스크립트가 어느 브라우저랑 호환되지 않음을 표시합니다. 호환성 정보는 스크립트 페이지에 표시됩니다. 선택적으로, @incompatible firefox 23 버전부터 작동 안됨의 형식에 맞추어 호환성에 대한 주석을 포함할 수 있습니다. 인식되는 브라우저들은 다음과 같습니다: firefox, chrome, opera, safari, edge.
§@antifeature
사용자가 아니라 개발자에게 이득인 기능을 명시합니다. 형식은 @antifeature 종류 설명입니다. 종류는 필수고 설명은 선택입니다. Greasy Fork가 지원하는 종류여기를 봐주세요.
§@antifeature:XX-YY
특정 언어로 설명한 @antifeature입니다. XX는 ISO 639-1 2문자 코드고 YY는 선택 사항인 ISO 3166 지역 코드입니다. 사용자 로케일이 일치할 때 같은 종류의 @antifeature를 덮어씁니다.