See more without logging into Facebook

This script allows you to see more without logging into Facebook.

当前为 2016-07-24 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name See more without logging into Facebook
  3. // @namespace https://greasyfork.org/en/scripts/21627
  4. // @description This script allows you to see more without logging into Facebook.
  5.  
  6. // @include *.facebook.*/*
  7. // @run-at document-end
  8.  
  9. // @author LeoNeeson (fork of lukie80 version)
  10. // @copyright Creative Commons Attribution-ShareAlike 3.0 Unported (CC-BY-SA 3.0)
  11. // @license http://creativecommons.org/licenses/by-sa/3.0/
  12. // @version 1.0
  13. // @lastupdated 2016.06.24
  14. //
  15. // ==/UserScript==
  16. //-------------------------------------------------------------------------------------------------------------------
  17.  
  18. document.getElementById('pagelet_growth_expanding_cta').remove();
  19.  
  20. //-------------------------------------------------------------------------------------------------------------------