// ==UserScript== // @name Quest Table - Kappa Mod // @namespace quest-eft-gamepedia // @version 0.1 // @description Adds a column to quest tables that show whether task is Kappa or not // @author PlatinumLyfe // @match https://escapefromtarkov.gamepedia.com/Quests // @grant GM_addStyle // @grant GM_addElement // @grant GM_xmlhttpRequest // @grant none // @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js // @downloadURL none // ==/UserScript== (function() { $('.mw-parser-output .wikitable').each(function(idx, itm) { $(itm).find('tr:nth-child(2) th:first-child').after('