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 @@
top:yes or top:no.Name:
Unique ID:
Tripcode:
E-mail:
Subject:
top:yes or top:no.Name:
Unique ID:
Tripcode:
E-mail:
Subject: