-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.xml
30 lines (28 loc) · 1.87 KB
/
config.xml
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
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" version="1.10.1" id="https://dithersky.wordpress.com/2012/01/28/mod-autopatchwork/">
<name>AutoPatchWork Mod</name>
<description xml:lang="en">Auto-appends following paginated pages to the current on scroll.</description>
<description xml:lang="ru">Автоматически подгружает следующие странички при прокрутке.</description>
<description xml:lang="ja">ページのしたの方にスクロールした時に、現在表示しているページに次のページを挿入します。</description>
<author href="https://dithersky.wordpress.com">DitherSky</author>
<icon src="icons/icon-64.png" />
<access origin="http://os0x.heteml.jp" subdomains="true" />
<access origin="http://wedata.net" subdomains="true" />
<access origin="https://githubusercontent.com" subdomains="true" />
<preference name="AutoPatchWorkCSS" value="" />
<preference name="AutoPatchWorkConfig" value="" />
<preference name="AutoPatchWorkPatterns" value="" />
<preference name="custom_info" value="" />
<preference name="site_fail_stats" value="" />
<preference name="disabled_sites" value="" />
<preference name="siteinfo_wedata" value="" />
<license href="http://www.opensource.org/licenses/mit-license.php">Licensed under the Open Source Initiative OSI - The MIT License (MIT);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.opensource.org/licenses/mit-license.php
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</license>
</widget>