HUP Tampermonkey blocklist

Kik laknak a szódavízben?

// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://hup.hu/node/*
// @match        https://hup.hu/treyblog/*
// @grant        none
// @require http://code.jquery.com/jquery-3.4.1.min.js
// @run-at document-idle
// ==/UserScript==

(function() {
    'use strict';

var $ = window.jQuery

var bohocmasni_id = 19334
var trey_id = 1

$(window).on('load', function () {

$(' article[data-comment-user-id="' + bohocmasni_id
  +'"], article[data-comment-user-id="' + trey_id
  +'"]' )
  .each(function( index ) {
  $( this ).children().eq(1).hide()

  $( this ).click(function(){
    $( this ).children().eq(1).toggle();
  });

});

})
})();

Hozzászólások

Nekem csak annyi kérdésem van, hogy ha trey meg a 19334-es ID-t rejti, és pont összetalálkoztok, akkor kialakulhat e valamiféle időtörés, és ha nem is az egész Földet, de a HUP-ot elnyelheti e pl. egy fekete lyuk?

Biztos, hogy nem én gonoszoltam le!