Greasy Fork is available in English.

هذه قائمة مفاتيح ميتا يستطيع Greasy Fork قرائتها، المفاتيح الني خارج القائمة يمكن تضمينها في البرنامج النصي وستكون موجودة لكن ليس لها تأثير على واجهة Greasy Fork'.

§@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
Identifier for a specific version of a script in Mozilla version format. Version is displayed on a script's info page. Greasy Fork requires this field and will warn if it's decremented or if it's not incremented when the script's code changes.
§@include, @exclude, @match
Describe what pages the script will run on. This list will be processed, displayed on the script's info page, and used to categorize scripts. Every script must have at least one @match or @include. Read about the format here.
§@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
وصلة لصفحة حيث يمكن للمستخدمين الحصول على الدعم للبرنامج النصي (مثل تعقب الأخطاء، منتدى، عنوان بريد إلكتروني). يتم عرض وصلة الدعم على صفحة الملاحظات للبرنامج النصي.
§@contributionURL
وصلة لصفحة حيث يمكن للمستخدمين التبرع لمؤلف البرنامج النصي. يتم عرض وصلة المساهمة في الصفحة الخاصة بردود الفعل على البرنامج النصي. يمكن أن تكون عنوان HTTP و HTTPS أو بروتوكولات بيتكوين. لوضع رابط إلى صفحة تبرع باي بال استخدم التنسيق https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=your.email.here@example.com&item_name=Greasy+Fork+donation، استبدل مثال اسم البريد ببريدك الإلكتروني.
§@contributionAmount
مقدار التبرع المقترح، يستخدم مع @contributionURL.
§@compatible
قم بوسم هذا البرنامج النصي كمتوافق مع مستعرض. سيتم عرض معلومات التوافق على صفحة برنامج البرنامج النصي. يمكن تضمين تعليقات على التوافق في شكل @compatible firefox Must disable pop-up blocker. المتصفحات التعرف عليها هي firefox, chrome, opera, safari, edge.
§@incompatible
قم بوسم هذا البرنامج النصي كغير متوافق مع مستعرض ما. سيتم عرض معلومات التوافق على صفحة البرنامج النصي. تعليقات اختيارية على التوافق يمكن تضمينها في الشكل @incompatible firefox Broken since Firefox 23. المتصفحات المتعرف عليها هي firefox, chrome, opera, safari, edge.
§@antifeature
Discloses features in a script that are there to benefit the author, not the user. The format of this key is @antifeature type description. type is required, description is optional. Read here for info on the types read by Greasy Fork.
§@antifeature:XX-YY
An @antifeature described in a specific locale, where XX is an ISO 639-1 2-letter code and YY is an optional ISO 3166 country code. Overrides @antifeatures of the same type when the user is browsing in a matching locale.