Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

To Sage or not To Sage

Name: Anonymous 2010-08-04 17:09

I think we can all agree that a post should only bump a thread if it is meaningful enough to warrant the top spot on the thread list. However, it shouldn't be up to the poster, or any /prog/ USER whether or not a post is meaningful. It should be decided by /prog/ itself.

Self-bumping as a choice only encourages shit posters to use sage as a conveyance of their disapproval and nothing more. Not to mention the countless missuses of bumping and sage by competent programmers.

I suggest all posts be sages by default and the /prog/ servers be updated to include functionality that supports autobumping good threads when they need it.

Name: Anonymous 2011-01-20 10:41

>>19
// ==UserScript==
// @name           Expert poster mode
// @description    Blue nickname for VIPPERs only
// @namespace      http://dis.4chan.org/prog/
// @include        http://dis.4chan.org/*;
// @include        http://boards.4chan.org/*;
// @version        1.0
// ==/UserScript==

(function() {
    // dis.4chan.org
    var mailfields = document.querySelectorAll('.postform input[name="meiru"]');
    // boards.4chan.org
    if (mailfields.length == 0)
        mailfields = document.querySelectorAll('input.inputtext[name="email"]');

    for (var i = 0; i < mailfields.length; ++i)
        mailfields.item(i).value = 'sage';
})();

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List