// ==UserScript== // @name New [s4s] fortunes // @namespace newfortunes // @version 2015.08.16 // @include *://boards.4chan.org/s4s/* // @grant none // @description Brings new fortunes to 4chan [s4s] in the style of "Toppest fof", "Middle tet", "Regular vav" // @downloadURL https://update.greasyfork.icu/scripts/16675/New%20%5Bs4s%5D%20fortunes.user.js // @updateURL https://update.greasyfork.icu/scripts/16675/New%20%5Bs4s%5D%20fortunes.meta.js // ==/UserScript== 'use strict'; function random(seed) { seed=Math.sin(seed)*10000 return (seed-(seed|0)+1)/2 } function updateposts(){ if(!waiting){ waiting=1 setTimeout(function(){ var fortunes=document.querySelectorAll('.fortune:not(.newfortunes)>b') for(var i=0;i