-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathtemplate.js
34 lines (32 loc) · 999 Bytes
/
template.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<script>
// Author: [Your username|Email|Real Name]
// Name: [Name of the script]
// Description: [Description of the script]
alert("Code goes here!");
</script>
//---------------------------//
// IMPORTANT NOTES //
//---------------------------//
// All files must begin //
// with <script> and end //
// with </script> or else //
// problems may arise. //
//---------------------------//
// Avoid using ' (single //
// quotes). They will //
// cause issues as well //
//---------------------------//
// Once you submit a script //
// it will be permanently //
// cached and uneditable, //
// so include a version in //
// the name of the file. //
// Ex: myScriptV1.js //
//---------------------------//
// You can either submit //
// a pull request, or email //
// your script to //
//---------------------------//
//---------------------------//
//---------------------------//