[46 / 6 / ?]
Quoted By: >>1217587 >>1217606 >>1217627 >>1217661 >>1217665 >>1217721 >>1217747 >>1217804 >>1217945 >>1218117 >>1218123 >>1218200 >>1218228 >>1219029
New meme alert: someone in another thread previously made it. Basically, you reply to people with the reply thing at the end of the post. I've made a script for it, here:
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match *://*.4chan.org/*
// @grant none
// ==/UserScript==
QR.addQuote = function (e) {
var t, a, i, n;
n = $.tag("textarea", document.forms.qrPost)[0], a = n.selectionStart, i = UA.getSelection(), t = e ? "\n>>" + e: "", i && (t += ">" + i.trim().replace(/[\r\n]+/g, "\n>") + "\n"), n.value = n.value ? n.value.slice(0, a) + t + n.value.slice(n.selectionEnd) : t, UA.isOpera && (a += t.split("\n").length), n.selectionStart = n.selectionEnd = a + t.length, n.selectionStart == n.value.length && (n.scrollTop = n.scrollHeight), n.focus()
setTimeout(() =>{
if (typeof n.selectionStart == "number") {
n.selectionStart = n.selectionEnd = 0;
} else if (typeof n.createTextRange != "undefined") {
n.focus();
var range = n.createTextRange();
range.collapse(true);
range.select();
}
}, 0);
};
Put this in a userscript manager like tampermonkey for chrome. Let's make this a real meme, faggots
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match *://*.4chan.org/*
// @grant none
// ==/UserScript==
QR.addQuote = function (e) {
var t, a, i, n;
n = $.tag("textarea", document.forms.qrPost)[0], a = n.selectionStart, i = UA.getSelection(), t = e ? "\n>>" + e: "", i && (t += ">" + i.trim().replace(/[\r\n]+/g, "\n>") + "\n"), n.value = n.value ? n.value.slice(0, a) + t + n.value.slice(n.selectionEnd) : t, UA.isOpera && (a += t.split("\n").length), n.selectionStart = n.selectionEnd = a + t.length, n.selectionStart == n.value.length && (n.scrollTop = n.scrollHeight), n.focus()
setTimeout(() =>{
if (typeof n.selectionStart == "number") {
n.selectionStart = n.selectionEnd = 0;
} else if (typeof n.createTextRange != "undefined") {
n.focus();
var range = n.createTextRange();
range.collapse(true);
range.select();
}
}, 0);
};
Put this in a userscript manager like tampermonkey for chrome. Let's make this a real meme, faggots