expands hackurls.com more

expands lobsters/reddit/toptal MORE sections

// ==UserScript==
// @name        expands hackurls.com more
// @namespace   Violentmonkey Scripts
// @match       https://hackurls.com/
// @version     0.1
// @author      carbocalm
// @description expands lobsters/reddit/toptal MORE sections 
// @run-at document-idle
// @license MIT
// ==/UserScript==
(function(){
    [3,4,1].map(show_more)
})();