I wrote a really simple JavaScript script that uses jQuery to extract all the categories from Facebook's "Create a page" page.
- Navigate to the Create a page page.
- Open up your JavaScript console of choice and run the following script:
I wrote a really simple JavaScript script that uses jQuery to extract all the categories from Facebook's "Create a page" page.
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| # !IMPORTANT! Set your RewriteBase here and don't forget trailing and leading | |
| # slashes. | |
| # If your page resides at | |
| # http://www.example.com/mypage/test1 | |
| # then use | |
| # RewriteBase /mypage/test1/ | |
| RewriteBase / | |
| RewriteCond %{REQUEST_FILENAME} !-f |