Greasy Fork is available in English.
Włącza komentarze inline (bez wyskakującego okienka) na release24.pl
// ==UserScript== // @name r24NKom // @description Włącza komentarze inline (bez wyskakującego okienka) na release24.pl // @version 20170528172400 // @author opsomh // @licence WTFPL; http://sam.zoy.org/wtfpl/ // @namespace http://userscripts.org/scripts/show/132586 // @include http://release24.pl/* // @grant none // ==/UserScript== (function(){ var script = document.createElement('script'); script.textContent = 'doComments2 = doComments;'; document.body.appendChild(script); })();