Last active
August 29, 2015 14:27
-
-
Save leotm/d6ea61dfc1e737c3e171 to your computer and use it in GitHub Desktop.
Page.is - Add Link - add more social profiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Purpose: To add more social profiles | |
// Open: page.is/<username>#editProfile | |
// Run in browser console | |
document.getElementById('links_container').innerHTML = '<div class="edit_item item_custom item_connect personal_link_add"> <div class="item_inner"> <a href="#">Add link</a> </div> <span class="icon-arrow"></span> </div>'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment