您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This script allows you to see more without logging into Facebook.
当前为
- // ==UserScript==
- // @name See more without logging into Facebook
- // @namespace https://greasyfork.org/en/scripts/21627
- // @description This script allows you to see more without logging into Facebook.
- // @include *.facebook.*/*
- // @run-at document-end
- // @author LeoNeeson (fork of lukie80 version)
- // @copyright Creative Commons Attribution-ShareAlike 3.0 Unported (CC-BY-SA 3.0)
- // @license http://creativecommons.org/licenses/by-sa/3.0/
- // @version 1.0
- // @lastupdated 2016.06.24
- //
- // ==/UserScript==
- //-------------------------------------------------------------------------------------------------------------------
- document.getElementById('pagelet_growth_expanding_cta').remove();
- //-------------------------------------------------------------------------------------------------------------------