Removes the box saying you should register or login to view this page
当前为
// ==UserScript==
// @name No thanks Facebook~
// @version 2.0.0
// @description Removes the box saying you should register or login to view this page
// @match *://*.facebook.com/*
// @grant none
// @run-at document-end
// @require https://code.jquery.com/jquery-3.2.1.js
// @namespace https://github.com/0x9r3ydu5/remove-register-box
// ==/UserScript==
$('#pagelet_growth_expanding_cta').css('display','none');