diff --git a/builds/appchan-x.js b/builds/appchan-x.js
index bab10cbab..8ec05075a 100644
--- a/builds/appchan-x.js
+++ b/builds/appchan-x.js
@@ -3,7 +3,7 @@
// @version 2.0.0
// @namespace zixaphir
// @description The most comprehensive 4chan userscript.
-// @license MIT; https://github.com/zixaphir/appchan-x/blob/stable/LICENSE
+// @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE
// @match *://api.4chan.org/*
// @match *://boards.4chan.org/*
// @match *://images.4chan.org/*
@@ -13047,7 +13047,7 @@
if (!(prev[0] <= curr[0] && prev[1] <= curr[1] && prev[2] <= curr[2])) {
return;
}
- changelog = 'https://github.com/zixaphir/appchan-x/blob/stable/CHANGELOG.md';
+ changelog = 'https://github.com/zixaphir/appchan-x/blob/master/CHANGELOG.md';
el = $.el('span', {
innerHTML: "appchan x has been updated to version " + g.VERSION + "."
});
@@ -13101,7 +13101,7 @@
Settings.dialog = dialog = $.el('div', {
id: 'appchanx-settings',
"class": 'dialog',
- innerHTML: "
"
+ innerHTML: "
"
});
Settings.overlay = overlay = $.el('div', {
id: 'overlay'
@@ -14486,7 +14486,7 @@
$.on(window, 'message', Main.message);
$.set('lastchecked', now);
return $.add(d.head, $.el('script', {
- src: 'https://github.com/zixaphir/appchan-x/raw/stable/latest.js'
+ src: 'https://github.com/zixaphir/appchan-x/raw/master/latest.js'
}));
});
});
diff --git a/builds/appchan-x.meta.js b/builds/appchan-x.meta.js
index d8c82d645..f825fe527 100644
--- a/builds/appchan-x.meta.js
+++ b/builds/appchan-x.meta.js
@@ -3,7 +3,7 @@
// @version 2.0.0
// @namespace zixaphir
// @description The most comprehensive 4chan userscript.
-// @license MIT; https://github.com/zixaphir/appchan-x/blob/stable/LICENSE
+// @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE
// @match *://api.4chan.org/*
// @match *://boards.4chan.org/*
// @match *://images.4chan.org/*
diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js
index ec716b450..559a97d35 100644
--- a/builds/appchan-x.user.js
+++ b/builds/appchan-x.user.js
@@ -3,7 +3,7 @@
// @version 2.0.0
// @namespace zixaphir
// @description The most comprehensive 4chan userscript.
-// @license MIT; https://github.com/zixaphir/appchan-x/blob/stable/LICENSE
+// @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE
// @match *://api.4chan.org/*
// @match *://boards.4chan.org/*
// @match *://images.4chan.org/*
@@ -13068,7 +13068,7 @@
if (!(prev[0] <= curr[0] && prev[1] <= curr[1] && prev[2] <= curr[2])) {
return;
}
- changelog = 'https://github.com/zixaphir/appchan-x/blob/stable/CHANGELOG.md';
+ changelog = 'https://github.com/zixaphir/appchan-x/blob/master/CHANGELOG.md';
el = $.el('span', {
innerHTML: "appchan x has been updated to version " + g.VERSION + "."
});
@@ -13122,7 +13122,7 @@
Settings.dialog = dialog = $.el('div', {
id: 'appchanx-settings',
"class": 'dialog',
- innerHTML: "
"
+ innerHTML: "
"
});
Settings.overlay = overlay = $.el('div', {
id: 'overlay'
@@ -14505,7 +14505,7 @@
$.on(window, 'message', Main.message);
$.set('lastchecked', now);
return $.add(d.head, $.el('script', {
- src: 'https://github.com/zixaphir/appchan-x/raw/stable/latest.js'
+ src: 'https://github.com/zixaphir/appchan-x/raw/master/latest.js'
}));
});
});
diff --git a/builds/crx/script.js b/builds/crx/script.js
index baa3b5ef5..9995e8fa6 100644
--- a/builds/crx/script.js
+++ b/builds/crx/script.js
@@ -13051,7 +13051,7 @@
if (!(prev[0] <= curr[0] && prev[1] <= curr[1] && prev[2] <= curr[2])) {
return;
}
- changelog = 'https://github.com/zixaphir/appchan-x/blob/stable/CHANGELOG.md';
+ changelog = 'https://github.com/zixaphir/appchan-x/blob/master/CHANGELOG.md';
el = $.el('span', {
innerHTML: "appchan x has been updated to version " + g.VERSION + "."
});
@@ -13105,7 +13105,7 @@
Settings.dialog = dialog = $.el('div', {
id: 'appchanx-settings',
"class": 'dialog',
- innerHTML: "
"
+ innerHTML: "
"
});
Settings.overlay = overlay = $.el('div', {
id: 'overlay'
@@ -14490,7 +14490,7 @@
$.on(window, 'message', Main.message);
$.set('lastchecked', now);
return $.add(d.head, $.el('script', {
- src: 'https://github.com/zixaphir/appchan-x/raw/stable/latest.js'
+ src: 'https://github.com/zixaphir/appchan-x/raw/master/latest.js'
}));
});
});
diff --git a/package.json b/package.json
index ec5d1909d..06fac3a1b 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"repo": "https://github.com/zixaphir/appchan-x/",
"page": "http://zixaphir.github.com/appchan-x/",
"buildsPath": "builds/",
- "mainBranch": "stable",
+ "mainBranch": "master",
"matches": [
"*://api.4chan.org/*",
"*://boards.4chan.org/*",