-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.html
More file actions
119 lines (119 loc) · 2.93 KB
/
meta.html
File metadata and controls
119 lines (119 loc) · 2.93 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<h3>Changes:</h3>
<ul>
<li>
<strong>v. 4.0.3</strong>
<ul>
<li>Minor click event handling change</li>
</ul>
</li>
<li>
<strong>v. 4.0.2</strong>
<ul>
<li>Minor changes that affect external links</li>
</ul>
</li>
<li>
<strong>v. 4.0.1</strong>
<ul>
<li>Embedded MIT License</li>
</ul>
</li>
<li>
<strong>v. 4</strong>
<ul>
<li>new feature: torrentz.eu</li>
<li>new feature: thepiratebay</li>
<li>new feature: moviePosterDb</li>
<li>new feature: cinemagia</li>
<li>new feature: cinemaRx</li>
<li>new feature: allMovie</li>
<li>new feature: rotten tomatoes</li>
<li>new feature: google</li>
<li>jQuery version updated to 1.10.2</li>
<li>Added @grant setting to grant greasemonkey features to the script (GM_getValue, GM_setValue, GM_addStyle)</li>
<li>Other minor changes</li>
</ul>
</li>
<li>
<li>
<strong>v. , </strong>
<ul>
<li>Now the script has customizable settings. Every feature can be enabled or disabled.</li>
<li>Now there is an @updateURL set. This means that everyone can update their scripts w/o reinstalling.</li>
</ul>
</li>
<li>
<strong>v. 2.3</strong>
<ul>
<li>new feature: wikipedia</li>
<li>new feature: opensubtitles</li>
<li>new feature: subscene</li>
</ul>
</li>
<li>
<strong>v. 1.3</strong>
<ul>
<li>new feature: kinopoisk</li>
</ul>
</li>
<li>
<strong>v. 1.2</strong>
<ul>
<li>new feature: youtube</li>
</ul>
</li>
<li>
<strong>v. 1.1</strong>
<ul>
<li>new feature: rutracker</li>
</ul>
</li>
<li>
<strong>v. 1.0</strong>
<ul>
<li>first version.</li>
<li>feature torrentsmd</li>
</ul>
</li>
</ul>
<h3>Features list</h3>
<ul>
<li>Torrentsmd</li>
<li>Rutracker</li>
<li>Torrentz</li>
<li>The Pirate Bay</li>
<li>Youtube</li>
<li>MoviePosterDB</li>
<li>Kinopoisk</li>
<li>Cinemagia</li>
<li>CinemaRx</li>
<li>allMovie</li>
<li>Rotten Tomatoes</li>
<li>Wikipedia</li>
<li>OpenSubs</li>
<li>Subscene</li>
<li>Google</li>
<li><em>Settings</em></li>
</ul>
<h3>New features</h3>
<strong>Request new features in <a href="http://userscripts.org/topics/117999">discussions</a></strong>
<br><br>
<h3>Screenshots</h3>
<ul>
<li><a href="http://img.n-e-s.info/imdbplus/screenshot-maindetails.png?v=4.0">main details</a></li>
<li><a href="http://img.n-e-s.info/imdbplus/screenshot-combined.png?v=4.0">combined details</a></li>
<li><a href="http://img.n-e-s.info/imdbplus/screenshot-settings.png?v=4.0">settings</a></li>
</ul>
<h3>Version info</h3>
Version <strong>x.y.z</strong>, where:
<ul>
<li>
<strong>x</strong> - major change. when x iterates, y and z begin again from 0
</li>
<li>
<strong>y</strong> - new feature. when y iterates, z begins again from 0
</li>
<li>
<strong>z</strong> - bugfix or minor change
</li>
</ul>