HowSpectacular Facebook unforcer

Removes the forced Facebook Like prompt on HowSpectacular-posts

当前为 2014-08-21 提交的版本,查看 最新版本

// ==UserScript==
// @name       HowSpectacular Facebook unforcer
// @namespace  http://github.com/jCuber
// @version    1.0
// @description  Removes the forced Facebook Like prompt on HowSpectacular-posts
// @match      http://howspectacular.com/*
// @copyright  2014+, jCuber
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// ==/UserScript==

$(".likebox_ct, #top_login, #post_login_ct").remove();
$("#post_hide").show();

// That's it folks!