Greasy Fork is available in English.

HowSpectacular Facebook unforcer

Removes the forced Facebook Like prompt on HowSpectacular-posts

// ==UserScript==
// @name       HowSpectacular Facebook unforcer
// @author     jCuber
// @namespace  http://github.com/jCuber
// @version    1.1.01
// @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
// @license    MIT License
// ==/UserScript==

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

// That's it folks!