diff --git a/builds/4chan-X.js b/builds/4chan-X.js
index af0bd9ac9..99b8e54dd 100644
--- a/builds/4chan-X.js
+++ b/builds/4chan-X.js
@@ -5407,7 +5407,7 @@
dialog: function() {
var dialog, mimeTypes, name, nodes, thread, _i, _len, _ref;
- dialog = UI.dialog('qr', 'top:0;right:0;', "
\n
\n \n Quick Reply\n \n
× \n
\n New thread \n \n
\n".replace(/>\s+<'));
+ dialog = UI.dialog('qr', 'top:0;right:0;', "
Spoiler?\n ");
QR.nodes = nodes = {
el: dialog,
move: $('.move', dialog),
@@ -7408,7 +7408,6 @@
case 'm':
case 'q':
case 'tg':
- case 'vg':
case 'vp':
case 'vr':
case 'wsg':
@@ -7486,7 +7485,7 @@
archiver: {
'Foolz': {
base: 'https://archive.foolz.us',
- boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'vp', 'vr', 'wsg'],
+ boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg'],
type: 'foolfuuka'
},
'NSFWFoolz': {
@@ -9003,7 +9002,7 @@
return;
}
$.event('CloseMenu');
- html = "\n
\n
\n \n \n
";
+ html = "
";
Settings.overlay = overlay = $.el('div', {
id: 'overlay'
});
@@ -9331,7 +9330,7 @@
filter: function(section) {
var select;
- section.innerHTML = "\n Guide \n Name \n Unique ID \n Tripcode \n Capcode \n E-mail \n Subject \n Comment \n Flag \n Filename \n Image dimensions \n Filesize \n Image MD5 \n \n
";
+ section.innerHTML = "Guide Name Unique ID Tripcode Capcode E-mail Subject Comment Flag Filename Image dimensions Filesize Image MD5
";
select = $('select', section);
$.on(select, 'change', Settings.selectFilter);
return Settings.selectFilter.call(select);
@@ -9354,12 +9353,12 @@
$.add(div, ta);
return;
}
- return div.innerHTML = "Filter is disabled.
\n\n Use regular expressions , one per line. \n Lines starting with a # will be ignored. \n For example, /weeaboo/i will filter posts containing the string `weeaboo`, case-insensitive. \n MD5 filtering uses exact string matching, not regular expressions.\n
\nYou can use these settings with each regular expression, separate them with semicolons:\n \n Per boards, separate them with commas. It is global if not specified. \n For example: boards:a,jp;.\n \n \n Filter OPs only along with their threads (`only`), replies only (`no`), or both (`yes`, this is default). \n For example: op:only;, op:no; or op:yes;.\n \n \n Overrule the `Show Stubs` setting if specified: create a stub (`yes`) or not (`no`). \n For example: stub:yes; or stub:no;.\n \n \n Highlight instead of hiding. You can specify a class name to use with a userstyle. \n For example: highlight; or highlight:wallpaper;.\n \n \n Highlighted OPs will have their threads put on top of board pages by default. \n For example: top:yes; or top:no;.\n \n ";
+ return div.innerHTML = " Filter is disabled.
\nUse regular expressions , one per line. \nLines starting with a # will be ignored. \nFor example, /weeaboo/i will filter posts containing the string `weeaboo`, case-insensitive. \nMD5 filtering uses exact string matching, not regular expressions.\n
You can use these settings with each regular expression, separate them with semicolons:\n\n Per boards, separate them with commas. It is global if not specified. \n For example: boards:a,jp;.\n \n Filter OPs only along with their threads (`only`), replies only (`no`), or both (`yes`, this is default). \n For example: op:only;, op:no; or op:yes;.\n \n Overrule the `Show Stubs` setting if specified: create a stub (`yes`) or not (`no`). \n For example: stub:yes; or stub:no;.\n \n Highlight instead of hiding. You can specify a class name to use with a userstyle. \n For example: highlight; or highlight:wallpaper;.\n \n Highlighted OPs will have their threads put on top of board pages by default. \n For example: top:yes; or top:no;.\n ";
},
sauce: function(section) {
var sauce;
- section.innerHTML = "Sauce is disabled.
\nLines starting with a # will be ignored.
\nYou can specify a display text by appending ;text:[text] to the URL.
\nThese parameters will be replaced by their corresponding values:\n %TURL: Thumbnail URL. \n %URL: Full image URL. \n %MD5: MD5 hash. \n %board: Current board. \n \n ";
+ section.innerHTML = " Sauce is disabled.
Lines starting with a # will be ignored.
You can specify a display text by appending ;text:[text] to the URL.
These parameters will be replaced by their corresponding values:\n%TURL: Thumbnail URL.%URL: Full image URL.%MD5: MD5 hash.%board: Current board. ";
sauce = $('textarea', section);
$.get('sauces', Conf['sauces'], function(item) {
return sauce.value = item['sauces'];
@@ -9369,7 +9368,7 @@
advanced: function(section) {
var archiver, event, input, inputs, items, name, toSelect, _i, _j, _len, _len1, _ref;
- section.innerHTML = "\n Archiver \n Select an Archiver for this board:\n \n \n\n Custom Board Navigation \n
\n In the following, board can translate to a board ID (a, b, etc...), the current board (current), or the Status/Twitter link (status, @).
\n \n For example: \n [ toggle-all ] [current-title] [g-title / a-title / jp-title] [x / wsg / h] [t-text:\"Piracy\"] \n will give you \n [ + ] [Technology] [Technology / Anime & Manga / Otaku Culture] [x / wsg / h] [Piracy] \n if you are on /g/.\n
\n Board link: board
\n Title link: board-title
\n Board link (Replace with title when on that board): board-replace
\n Full text link: board-full
\n Custom text link: board-text:\"VIP Board\"
\n Index-only link: board-index
\n Catalog-only link: board-catalog
\n Combinations are possible: board-index-text:\"VIP Index\"
\n Full board list toggle: toggle-all
\n \n\n\n Time Formatting is disabled. \n :
\n \n Day: %a, %A, %d, %e
\n Month: %m, %b, %B
\n Year: %y
\n Hour: %k, %H, %l, %I, %p, %P
\n Minute: %M
\n Second: %S
\n \n\n\n Quote Backlinks formatting is disabled. \n :
\n \n\n\n File Info Formatting is disabled. \n :
\n Link: %l (truncated), %L (untruncated), %T (Unix timestamp)
\n Original file name: %n (truncated), %N (untruncated), %t (Unix timestamp)
\n Spoiler indicator: %p
\n Size: %B (Bytes), %K (KB), %M (MB), %s (4chan default)
\n Resolution: %r (Displays 'PDF' for PDF files)
\n \n\n\n Unread Favicon is disabled. \n \n ferongr \n xat- \n Mayhem \n Original \n \n \n \n\n\n Emoji is disabled. \n \n Sage Icon: \n 4chan SS \n appchan \n \n \n
\n \n Position: \n Before \n After \n \n
\n \n\n\n Thread Updater is disabled. \n \n Interval: \n
\n \n\n\n \n Custom CSS \n \n Apply CSS \n \n ";
+ section.innerHTML = " Archiver \nSelect an Archiver for this board:\nCustom Board Navigation
In the following, board can translate to a board ID (a, b, etc...), the current board (current), or the Status/Twitter link (status, @).
\n For example:[ toggle-all ] [current-title] [g-title / a-title / jp-title] [x / wsg / h] [t-text:\"Piracy\"] \n will give you[ + ] [Technology] [Technology / Anime & Manga / Otaku Culture] [x / wsg / h] [Piracy] \n if you are on /g/.\n
Board link: board
Title link: board-title
Board link (Replace with title when on that board): board-replace
Full text link: board-full
Custom text link: board-text:\"VIP Board\"
Index-only link: board-index
Catalog-only link: board-catalog
Combinations are possible: board-index-text:\"VIP Index\"
Full board list toggle: toggle-all
Time Formatting is disabled. :
Day: %a, %A, %d, %e
Month: %m, %b, %B
Year: %y
Hour: %k, %H, %l, %I, %p, %P
Minute: %M
Second: %S
Quote Backlinks formatting is disabled. :
File Info Formatting is disabled. :
Link: %l (truncated), %L (untruncated), %T (Unix timestamp)
Original file name: %n (truncated), %N (untruncated), %t (Unix timestamp)
Spoiler indicator: %p
Size: %B (Bytes), %K (KB), %M (MB), %s (4chan default)
Resolution: %r (Displays 'PDF' for PDF files)
Unread Favicon is disabled. ferongr xat- Mayhem Original Emoji is disabled. \n Sage Icon: 4chan SS appchan
\n Position: Before After
Thread Updater is disabled. \n Interval:
Custom CSSApply CSS ";
items = {};
inputs = {};
_ref = ['boardnav', 'time', 'backlink', 'fileInfo', 'favicon', 'sageEmoji', 'emojiPos', 'usercss'];
@@ -9428,7 +9427,7 @@
return this.nextElementSibling.textContent = funk(Time, new Date());
},
backlink: function() {
- return this.nextElementSibling.textContent = Conf['backlink'].replace(/%id/, '123456789');
+ return this.nextElementSibling.textContent = this.value.replace(/%id/, '123456789');
},
fileInfo: function() {
var data, funk;
@@ -9472,7 +9471,7 @@
keybinds: function(section) {
var arr, input, inputs, items, key, tbody, tr, _ref;
- section.innerHTML = "Keybinds are disabled.
\nAllowed keys: a-z , 0-9 , Ctrl , Shift , Alt , Meta , Enter , Esc , Up , Down , Right , Left .
\nPress Backspace to disable a keybind.
\n";
+ section.innerHTML = "Keybinds are disabled.
Allowed keys: a-z , 0-9 , Ctrl , Shift , Alt , Meta , Enter , Esc , Up , Down , Right , Left .
Press Backspace to disable a keybind.
";
tbody = $('tbody', section);
items = {};
inputs = {};
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index e1cae884b..9c81441e3 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -5411,7 +5411,7 @@
dialog: function() {
var dialog, elm, mimeTypes, name, nodes, thread, _i, _j, _len, _len1, _ref, _ref1;
- dialog = UI.dialog('qr', 'top:0;right:0;', "\n
\n \n Quick Reply\n \n
× \n
\n New thread \n \n
\n\n \n \n \n \n \n
\n \n \n \n
\n \n \n
\n No selected file \n \n \n
× \n
\n
\n \n \n Spoiler?\n \n ".replace(/>\s+<'));
+ dialog = UI.dialog('qr', 'top:0;right:0;', "
Spoiler?\n ");
QR.nodes = nodes = {
el: dialog,
move: $('.move', dialog),
@@ -7429,7 +7429,6 @@
case 'm':
case 'q':
case 'tg':
- case 'vg':
case 'vp':
case 'vr':
case 'wsg':
@@ -7507,7 +7506,7 @@
archiver: {
'Foolz': {
base: 'https://archive.foolz.us',
- boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'vp', 'vr', 'wsg'],
+ boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg'],
type: 'foolfuuka'
},
'NSFWFoolz': {
@@ -9024,7 +9023,7 @@
return;
}
$.event('CloseMenu');
- html = "\n
\n
\n \n \n
";
+ html = "
";
Settings.overlay = overlay = $.el('div', {
id: 'overlay'
});
@@ -9354,7 +9353,7 @@
filter: function(section) {
var select;
- section.innerHTML = "\n Guide \n Name \n Unique ID \n Tripcode \n Capcode \n E-mail \n Subject \n Comment \n Flag \n Filename \n Image dimensions \n Filesize \n Image MD5 \n \n
";
+ section.innerHTML = "Guide Name Unique ID Tripcode Capcode E-mail Subject Comment Flag Filename Image dimensions Filesize Image MD5
";
select = $('select', section);
$.on(select, 'change', Settings.selectFilter);
return Settings.selectFilter.call(select);
@@ -9377,12 +9376,12 @@
$.add(div, ta);
return;
}
- return div.innerHTML = "Filter is disabled.
\n\n Use regular expressions , one per line. \n Lines starting with a # will be ignored. \n For example, /weeaboo/i will filter posts containing the string `weeaboo`, case-insensitive. \n MD5 filtering uses exact string matching, not regular expressions.\n
\nYou can use these settings with each regular expression, separate them with semicolons:\n \n Per boards, separate them with commas. It is global if not specified. \n For example: boards:a,jp;.\n \n \n Filter OPs only along with their threads (`only`), replies only (`no`), or both (`yes`, this is default). \n For example: op:only;, op:no; or op:yes;.\n \n \n Overrule the `Show Stubs` setting if specified: create a stub (`yes`) or not (`no`). \n For example: stub:yes; or stub:no;.\n \n \n Highlight instead of hiding. You can specify a class name to use with a userstyle. \n For example: highlight; or highlight:wallpaper;.\n \n \n Highlighted OPs will have their threads put on top of board pages by default. \n For example: top:yes; or top:no;.\n \n ";
+ return div.innerHTML = " Filter is disabled.
\nUse regular expressions , one per line. \nLines starting with a # will be ignored. \nFor example, /weeaboo/i will filter posts containing the string `weeaboo`, case-insensitive. \nMD5 filtering uses exact string matching, not regular expressions.\n
You can use these settings with each regular expression, separate them with semicolons:\n\n Per boards, separate them with commas. It is global if not specified. \n For example: boards:a,jp;.\n \n Filter OPs only along with their threads (`only`), replies only (`no`), or both (`yes`, this is default). \n For example: op:only;, op:no; or op:yes;.\n \n Overrule the `Show Stubs` setting if specified: create a stub (`yes`) or not (`no`). \n For example: stub:yes; or stub:no;.\n \n Highlight instead of hiding. You can specify a class name to use with a userstyle. \n For example: highlight; or highlight:wallpaper;.\n \n Highlighted OPs will have their threads put on top of board pages by default. \n For example: top:yes; or top:no;.\n ";
},
sauce: function(section) {
var sauce;
- section.innerHTML = "Sauce is disabled.
\nLines starting with a # will be ignored.
\nYou can specify a display text by appending ;text:[text] to the URL.
\nThese parameters will be replaced by their corresponding values:\n %TURL: Thumbnail URL. \n %URL: Full image URL. \n %MD5: MD5 hash. \n %board: Current board. \n \n ";
+ section.innerHTML = " Sauce is disabled.
Lines starting with a # will be ignored.
You can specify a display text by appending ;text:[text] to the URL.
These parameters will be replaced by their corresponding values:\n%TURL: Thumbnail URL.%URL: Full image URL.%MD5: MD5 hash.%board: Current board. ";
sauce = $('textarea', section);
$.get('sauces', Conf['sauces'], function(item) {
return sauce.value = item['sauces'];
@@ -9392,7 +9391,7 @@
advanced: function(section) {
var archiver, event, input, inputs, items, name, toSelect, _i, _j, _len, _len1, _ref;
- section.innerHTML = "\n Archiver \n Select an Archiver for this board:\n \n \n\n Custom Board Navigation \n
\n In the following, board can translate to a board ID (a, b, etc...), the current board (current), or the Status/Twitter link (status, @).
\n \n For example: \n [ toggle-all ] [current-title] [g-title / a-title / jp-title] [x / wsg / h] [t-text:\"Piracy\"] \n will give you \n [ + ] [Technology] [Technology / Anime & Manga / Otaku Culture] [x / wsg / h] [Piracy] \n if you are on /g/.\n
\n Board link: board
\n Title link: board-title
\n Board link (Replace with title when on that board): board-replace
\n Full text link: board-full
\n Custom text link: board-text:\"VIP Board\"
\n Index-only link: board-index
\n Catalog-only link: board-catalog
\n Combinations are possible: board-index-text:\"VIP Index\"
\n Full board list toggle: toggle-all
\n \n\n\n Time Formatting is disabled. \n :
\n \n Day: %a, %A, %d, %e
\n Month: %m, %b, %B
\n Year: %y
\n Hour: %k, %H, %l, %I, %p, %P
\n Minute: %M
\n Second: %S
\n \n\n\n Quote Backlinks formatting is disabled. \n :
\n \n\n\n File Info Formatting is disabled. \n :
\n Link: %l (truncated), %L (untruncated), %T (Unix timestamp)
\n Original file name: %n (truncated), %N (untruncated), %t (Unix timestamp)
\n Spoiler indicator: %p
\n Size: %B (Bytes), %K (KB), %M (MB), %s (4chan default)
\n Resolution: %r (Displays 'PDF' for PDF files)
\n \n\n\n Unread Favicon is disabled. \n \n ferongr \n xat- \n Mayhem \n Original \n \n \n \n\n\n Emoji is disabled. \n \n Sage Icon: \n 4chan SS \n appchan \n \n \n
\n \n Position: \n Before \n After \n \n
\n \n\n\n Thread Updater is disabled. \n \n Interval: \n
\n \n\n\n \n Custom CSS \n \n Apply CSS \n \n ";
+ section.innerHTML = " Archiver \nSelect an Archiver for this board:\nCustom Board Navigation
In the following, board can translate to a board ID (a, b, etc...), the current board (current), or the Status/Twitter link (status, @).
\n For example:[ toggle-all ] [current-title] [g-title / a-title / jp-title] [x / wsg / h] [t-text:\"Piracy\"] \n will give you[ + ] [Technology] [Technology / Anime & Manga / Otaku Culture] [x / wsg / h] [Piracy] \n if you are on /g/.\n
Board link: board
Title link: board-title
Board link (Replace with title when on that board): board-replace
Full text link: board-full
Custom text link: board-text:\"VIP Board\"
Index-only link: board-index
Catalog-only link: board-catalog
Combinations are possible: board-index-text:\"VIP Index\"
Full board list toggle: toggle-all
Time Formatting is disabled. :
Day: %a, %A, %d, %e
Month: %m, %b, %B
Year: %y
Hour: %k, %H, %l, %I, %p, %P
Minute: %M
Second: %S
Quote Backlinks formatting is disabled. :
File Info Formatting is disabled. :
Link: %l (truncated), %L (untruncated), %T (Unix timestamp)
Original file name: %n (truncated), %N (untruncated), %t (Unix timestamp)
Spoiler indicator: %p
Size: %B (Bytes), %K (KB), %M (MB), %s (4chan default)
Resolution: %r (Displays 'PDF' for PDF files)
Unread Favicon is disabled. ferongr xat- Mayhem Original Emoji is disabled. \n Sage Icon: 4chan SS appchan
\n Position: Before After
Thread Updater is disabled. \n Interval:
Custom CSSApply CSS ";
items = {};
inputs = {};
_ref = ['boardnav', 'time', 'backlink', 'fileInfo', 'favicon', 'sageEmoji', 'emojiPos', 'usercss'];
@@ -9451,7 +9450,7 @@
return this.nextElementSibling.textContent = funk(Time, new Date());
},
backlink: function() {
- return this.nextElementSibling.textContent = Conf['backlink'].replace(/%id/, '123456789');
+ return this.nextElementSibling.textContent = this.value.replace(/%id/, '123456789');
},
fileInfo: function() {
var data, funk;
@@ -9495,7 +9494,7 @@
keybinds: function(section) {
var arr, input, inputs, items, key, tbody, tr, _ref;
- section.innerHTML = "Keybinds are disabled.
\nAllowed keys: a-z , 0-9 , Ctrl , Shift , Alt , Meta , Enter , Esc , Up , Down , Right , Left .
\nPress Backspace to disable a keybind.
\n";
+ section.innerHTML = "Keybinds are disabled.
Allowed keys: a-z , 0-9 , Ctrl , Shift , Alt , Meta , Enter , Esc , Up , Down , Right , Left .
Press Backspace to disable a keybind.
";
tbody = $('tbody', section);
items = {};
inputs = {};
diff --git a/builds/crx/script.js b/builds/crx/script.js
index edaca695b..fdde97cf4 100644
--- a/builds/crx/script.js
+++ b/builds/crx/script.js
@@ -5407,7 +5407,7 @@
dialog: function() {
var dialog, mimeTypes, name, nodes, thread, _i, _len, _ref;
- dialog = UI.dialog('qr', 'top:0;right:0;', "\n
\n \n Quick Reply\n \n
× \n
\n New thread \n \n
\n\n \n \n \n \n \n
\n \n \n \n
\n \n \n
\n No selected file \n \n \n
× \n
\n
\n \n \n Spoiler?\n \n ".replace(/>\s+<'));
+ dialog = UI.dialog('qr', 'top:0;right:0;', "
Spoiler?\n ");
QR.nodes = nodes = {
el: dialog,
move: $('.move', dialog),
@@ -7413,7 +7413,6 @@
case 'm':
case 'q':
case 'tg':
- case 'vg':
case 'vp':
case 'vr':
case 'wsg':
@@ -7491,7 +7490,7 @@
archiver: {
'Foolz': {
base: 'https://archive.foolz.us',
- boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'vp', 'vr', 'wsg'],
+ boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg'],
type: 'foolfuuka'
},
'NSFWFoolz': {
@@ -9008,7 +9007,7 @@
return;
}
$.event('CloseMenu');
- html = "\n
\n
\n \n \n
";
+ html = "
";
Settings.overlay = overlay = $.el('div', {
id: 'overlay'
});
@@ -9336,7 +9335,7 @@
filter: function(section) {
var select;
- section.innerHTML = "\n Guide \n Name \n Unique ID \n Tripcode \n Capcode \n E-mail \n Subject \n Comment \n Flag \n Filename \n Image dimensions \n Filesize \n Image MD5 \n \n
";
+ section.innerHTML = "Guide Name Unique ID Tripcode Capcode E-mail Subject Comment Flag Filename Image dimensions Filesize Image MD5
";
select = $('select', section);
$.on(select, 'change', Settings.selectFilter);
return Settings.selectFilter.call(select);
@@ -9359,12 +9358,12 @@
$.add(div, ta);
return;
}
- return div.innerHTML = "Filter is disabled.
\n\n Use regular expressions , one per line. \n Lines starting with a # will be ignored. \n For example, /weeaboo/i will filter posts containing the string `weeaboo`, case-insensitive. \n MD5 filtering uses exact string matching, not regular expressions.\n
\nYou can use these settings with each regular expression, separate them with semicolons:\n \n Per boards, separate them with commas. It is global if not specified. \n For example: boards:a,jp;.\n \n \n Filter OPs only along with their threads (`only`), replies only (`no`), or both (`yes`, this is default). \n For example: op:only;, op:no; or op:yes;.\n \n \n Overrule the `Show Stubs` setting if specified: create a stub (`yes`) or not (`no`). \n For example: stub:yes; or stub:no;.\n \n \n Highlight instead of hiding. You can specify a class name to use with a userstyle. \n For example: highlight; or highlight:wallpaper;.\n \n \n Highlighted OPs will have their threads put on top of board pages by default. \n For example: top:yes; or top:no;.\n \n ";
+ return div.innerHTML = " Filter is disabled.
\nUse regular expressions , one per line. \nLines starting with a # will be ignored. \nFor example, /weeaboo/i will filter posts containing the string `weeaboo`, case-insensitive. \nMD5 filtering uses exact string matching, not regular expressions.\n
You can use these settings with each regular expression, separate them with semicolons:\n\n Per boards, separate them with commas. It is global if not specified. \n For example: boards:a,jp;.\n \n Filter OPs only along with their threads (`only`), replies only (`no`), or both (`yes`, this is default). \n For example: op:only;, op:no; or op:yes;.\n \n Overrule the `Show Stubs` setting if specified: create a stub (`yes`) or not (`no`). \n For example: stub:yes; or stub:no;.\n \n Highlight instead of hiding. You can specify a class name to use with a userstyle. \n For example: highlight; or highlight:wallpaper;.\n \n Highlighted OPs will have their threads put on top of board pages by default. \n For example: top:yes; or top:no;.\n ";
},
sauce: function(section) {
var sauce;
- section.innerHTML = "Sauce is disabled.
\nLines starting with a # will be ignored.
\nYou can specify a display text by appending ;text:[text] to the URL.
\nThese parameters will be replaced by their corresponding values:\n %TURL: Thumbnail URL. \n %URL: Full image URL. \n %MD5: MD5 hash. \n %board: Current board. \n \n ";
+ section.innerHTML = " Sauce is disabled.
Lines starting with a # will be ignored.
You can specify a display text by appending ;text:[text] to the URL.
These parameters will be replaced by their corresponding values:\n%TURL: Thumbnail URL.%URL: Full image URL.%MD5: MD5 hash.%board: Current board. ";
sauce = $('textarea', section);
$.get('sauces', Conf['sauces'], function(item) {
return sauce.value = item['sauces'];
@@ -9374,7 +9373,7 @@
advanced: function(section) {
var archiver, event, input, inputs, items, name, toSelect, _i, _j, _len, _len1, _ref;
- section.innerHTML = "\n Archiver \n Select an Archiver for this board:\n \n \n\n Custom Board Navigation \n
\n In the following, board can translate to a board ID (a, b, etc...), the current board (current), or the Status/Twitter link (status, @).
\n \n For example: \n [ toggle-all ] [current-title] [g-title / a-title / jp-title] [x / wsg / h] [t-text:\"Piracy\"] \n will give you \n [ + ] [Technology] [Technology / Anime & Manga / Otaku Culture] [x / wsg / h] [Piracy] \n if you are on /g/.\n
\n Board link: board
\n Title link: board-title
\n Board link (Replace with title when on that board): board-replace
\n Full text link: board-full
\n Custom text link: board-text:\"VIP Board\"
\n Index-only link: board-index
\n Catalog-only link: board-catalog
\n Combinations are possible: board-index-text:\"VIP Index\"
\n Full board list toggle: toggle-all
\n \n\n\n Time Formatting is disabled. \n :
\n \n Day: %a, %A, %d, %e
\n Month: %m, %b, %B
\n Year: %y
\n Hour: %k, %H, %l, %I, %p, %P
\n Minute: %M
\n Second: %S
\n \n\n\n Quote Backlinks formatting is disabled. \n :
\n \n\n\n File Info Formatting is disabled. \n :
\n Link: %l (truncated), %L (untruncated), %T (Unix timestamp)
\n Original file name: %n (truncated), %N (untruncated), %t (Unix timestamp)
\n Spoiler indicator: %p
\n Size: %B (Bytes), %K (KB), %M (MB), %s (4chan default)
\n Resolution: %r (Displays 'PDF' for PDF files)
\n \n\n\n Unread Favicon is disabled. \n \n ferongr \n xat- \n Mayhem \n Original \n \n \n \n\n\n Emoji is disabled. \n \n Sage Icon: \n 4chan SS \n appchan \n \n \n
\n \n Position: \n Before \n After \n \n
\n \n\n\n Thread Updater is disabled. \n \n Interval: \n
\n \n\n\n \n Custom CSS \n \n Apply CSS \n \n ";
+ section.innerHTML = " Archiver \nSelect an Archiver for this board:\nCustom Board Navigation
In the following, board can translate to a board ID (a, b, etc...), the current board (current), or the Status/Twitter link (status, @).
\n For example:[ toggle-all ] [current-title] [g-title / a-title / jp-title] [x / wsg / h] [t-text:\"Piracy\"] \n will give you[ + ] [Technology] [Technology / Anime & Manga / Otaku Culture] [x / wsg / h] [Piracy] \n if you are on /g/.\n
Board link: board
Title link: board-title
Board link (Replace with title when on that board): board-replace
Full text link: board-full
Custom text link: board-text:\"VIP Board\"
Index-only link: board-index
Catalog-only link: board-catalog
Combinations are possible: board-index-text:\"VIP Index\"
Full board list toggle: toggle-all
Time Formatting is disabled. :
Day: %a, %A, %d, %e
Month: %m, %b, %B
Year: %y
Hour: %k, %H, %l, %I, %p, %P
Minute: %M
Second: %S
Quote Backlinks formatting is disabled. :
File Info Formatting is disabled. :
Link: %l (truncated), %L (untruncated), %T (Unix timestamp)
Original file name: %n (truncated), %N (untruncated), %t (Unix timestamp)
Spoiler indicator: %p
Size: %B (Bytes), %K (KB), %M (MB), %s (4chan default)
Resolution: %r (Displays 'PDF' for PDF files)
Unread Favicon is disabled. ferongr xat- Mayhem Original Emoji is disabled. \n Sage Icon: 4chan SS appchan
\n Position: Before After
Thread Updater is disabled. \n Interval:
Custom CSSApply CSS ";
items = {};
inputs = {};
_ref = ['boardnav', 'time', 'backlink', 'fileInfo', 'favicon', 'sageEmoji', 'emojiPos', 'usercss'];
@@ -9433,7 +9432,7 @@
return this.nextElementSibling.textContent = funk(Time, new Date());
},
backlink: function() {
- return this.nextElementSibling.textContent = Conf['backlink'].replace(/%id/, '123456789');
+ return this.nextElementSibling.textContent = this.value.replace(/%id/, '123456789');
},
fileInfo: function() {
var data, funk;
@@ -9477,7 +9476,7 @@
keybinds: function(section) {
var arr, input, inputs, items, key, tbody, tr, _ref;
- section.innerHTML = "Keybinds are disabled.
\nAllowed keys: a-z , 0-9 , Ctrl , Shift , Alt , Meta , Enter , Esc , Up , Down , Right , Left .
\nPress Backspace to disable a keybind.
\n";
+ section.innerHTML = "Keybinds are disabled.
Allowed keys: a-z , 0-9 , Ctrl , Shift , Alt , Meta , Enter , Esc , Up , Down , Right , Left .
Press Backspace to disable a keybind.
";
tbody = $('tbody', section);
items = {};
inputs = {};
diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee
index dece80cf2..4f4866661 100644
--- a/src/General/Settings.coffee
+++ b/src/General/Settings.coffee
@@ -284,7 +284,7 @@ Settings =
filter: (section) ->
section.innerHTML = """
- <%= grunt.file.read('src/General/html/Settings/Filter-guide.html').replace(/>\s+<').trim() %>
+ <%= grunt.file.read('src/General/html/Settings/Filter-select.html').replace(/>\s+<').trim() %>
"""
select = $ 'select', section
$.on select, 'change', Settings.selectFilter
@@ -303,7 +303,7 @@ Settings =
$.add div, ta
return
div.innerHTML = """
- <%= grunt.file.read('src/General/html/Settings/Filter-select.html').replace(/>\s+<').trim() %>
+ <%= grunt.file.read('src/General/html/Settings/Filter-guide.html').replace(/>\s+<').trim() %>
"""
sauce: (section) ->