NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name PH! Spoiler kikapcsolás
// @namespace https://prohardver.hu
// @version 0.1
// @description A spoiler tag kikapcsolása a PH! fórumon
// @author SUPREME7
// @include https://prohardver.hu*
// @grant none
// ==/UserScript==
(function() {
'use strict';
$('st').css('opacity', '1');
})();