From f7f69383bc8b29e2f3428bdd2be109f36b28b425 Mon Sep 17 00:00:00 2001 From: No Face Date: Thu, 23 Feb 2012 19:34:10 +0100 Subject: [PATCH] Derp. --- 4chan_x.user.js | 7 ------- script.coffee | 9 --------- 2 files changed, 16 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index de98d68f6..96fe9a2cf 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -138,7 +138,6 @@ }, filter: { name: ['# Filter any namefags:', '#/^(?!Anonymous$)/'].join('\n'), - uniqueid: ['# Filter a specific ID:', '#/Txhvk1Tl/'].join('\n'), tripcode: ['# Filter any tripfags', '#/^!/'].join('\n'), email: ['# Filter any e-mails that are not `sage` on /a/ and /jp/:', '#/^(?!sage$)/;boards:a,jp'].join('\n'), subject: ['# Filter Generals on /v/:', '#/general/i;boards:v;op:only'].join('\n'), @@ -624,11 +623,6 @@ name = isOP ? $('.postername', root) : $('.commentpostername', root); return name.textContent; }, - uniqueid: function(root) { - var uniqueid; - if (uniqueid = $('.posteruid', root)) return uniqueid.textContent; - return false; - }, tripcode: function(root) { var trip; if (trip = $('.postertrip', root)) return trip.textContent; @@ -2158,7 +2152,6 @@
  • Highlighted OPs will have their threads put on top of board pages by default.
    For example: top:yes or top:no.
  • \ \

    Name:

    \ -

    Unique ID:

    \

    Tripcode:

    \

    E-mail:

    \

    Subject:

    \ diff --git a/script.coffee b/script.coffee index 4ea65895d..23d9f3d27 100644 --- a/script.coffee +++ b/script.coffee @@ -58,10 +58,6 @@ config = '# Filter any namefags:' '#/^(?!Anonymous$)/' ].join '\n' - uniqueid: [ - '# Filter a specific ID:' - '#/Txhvk1Tl/' - ].join '\n' tripcode: [ '# Filter any tripfags' '#/^!/' @@ -544,10 +540,6 @@ filter = name: (root, isOP) -> name = if isOP then $ '.postername', root else $ '.commentpostername', root name.textContent - uniqueid: (root) -> - if uniqueid = $ '.posteruid', root - return uniqueid.textContent - false tripcode: (root) -> if trip = $ '.postertrip', root return trip.textContent @@ -1758,7 +1750,6 @@ options =
  • Highlighted OPs will have their threads put on top of board pages by default.
    For example: top:yes or top:no.
  • Name:

    -

    Unique ID:

    Tripcode:

    E-mail:

    Subject: