Advertisement
Guest User

bc glitch

a guest
Aug 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. right click on what says "you cannot post" and inspect it
  2.  
  3. on what is selected right click and edit html and then replace it with:
  4.  
  5. <form action="" method="POST" onsubmit="return copyTextarea()">
  6. <input type="hidden" name="wall" id="wall-hidden">
  7. <div class="wall-textarea" id="wall-textarea" style="height:75px;" contenteditable="true" autofocus="" onfocus="this.value = this.value;"></div>
  8. <div class="wall-options">
  9. <div class="wall-option-parent">
  10. <div class="wall-option-left">
  11. <div class="wall-option dropdownbutton" onclick="handleEmojiDropDown()"><i class="material-icons">sentiment_satisfied</i></div>
  12. <div id="EmojiDropdown" class="emoji-dropdown">
  13. <input type="text" class="emoji-search" oninput="functionSearch(this.value)" placeholder="Search">
  14. <div id="emojis-body" class="emojis-body"></div>
  15. </div>
  16. </div>
  17. <div class="wall-option-right">
  18. <input type="submit" value="Post" class="button-green" style="font-size:13px;padding:0;padding:3px 8px;margin:0;">
  19. </div>
  20. </div>
  21. </div>
  22. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement