Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[46 / 6 / ?]

ID:1mKSiMDT No.1217575 View ViewReplyOriginalReport
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