Reddit Reveal

Reveal hidden information on reddit

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name          Reddit Reveal
// @author        buddydvd
// @description   Reveal hidden information on reddit
// @namespace      Reddit Revealer
// @include        http://www.reddit.com/*
// @include        http://www.baconbuzz.com/*
// @include        http://reddit.destructoid.com/*
// @include        http://www.thecutelist.com/*
// @include        http://reddit.independent.co.uk/*
// @include        http://www.redditgadgetguide.com/*
// @include        http://www.weheartgossip.com/*
// @include        http://www.idealistnews.com/*
// @include        https://www.reddit.com/*
// @include        https://www.baconbuzz.com/*
// @include        https://reddit.destructoid.com/*
// @include        https://www.thecutelist.com/*
// @include        https://reddit.independent.co.uk/*
// @include        https://www.redditgadgetguide.com/*
// @include        https://www.weheartgossip.com/*
// @include        https://www.idealistnews.com/*
// @version        1.1
// ==/UserScript==

function reveal() {
 
  
  }
  
  
(function () {
        var s = document.createElement('script');
        s.textContent = "(" + reveal.toString() + ')();';
        document.head.appendChild(s);
})();