hide the right div on facebook app page

hides the right div (app ads) within app on facebook

  1. // ==UserScript==
  2. // @id UKZFBRIGHTDIV_0001
  3. // @name hide the right div on facebook app page
  4. // @version 1.0.0
  5. // @namespace
  6. // @author UKZ
  7. // @description hides the right div (app ads) within app on facebook
  8. // @include https://apps.facebook.com/*
  9. // @run-at document-end
  10. // @require http://code.jquery.com/jquery-latest.min.js
  11. // ==/UserScript==
  12.  
  13. // removing right col display
  14. $("div.hasRightCol").removeClass("hasRightCol");