This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Nice Reddit | |
// @namespace com.prahladyeri.userscripts.nice_reddit | |
// @creator [email protected] | |
// @description Beautify your Reddit! | |
// @homepage http://www.prahladyeri.com | |
// @include http://*.reddit.com/* | |
// @include https://*.reddit.com/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js | |
// @version 1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <cstdlib> | |
#include <cstring> | |
#include <cstdio> | |
#include <algorithm> | |
#include <chrono> | |
#include <iterator> | |
#include <string> | |
#include <vector> | |
#include <fstream> | |
#include <sstream> |