pixhost.to Bypass!
// ==UserScript==
// @name pixhost.to Bypass
// @namespace http://hide-me.online/
// @version 0.1
// @description pixhost.to Bypass!
// @author You
// @match https://pixhost.to/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var theDiv = document.getElementById("js");
theDiv.getElementsByTagName("a").click();
})();