#25: Create bookmarklet that uses an iframe to submit data

The current SelfSolved bookmarklet takes you out of page context (it redirects you). I want to create a bookmarklet that opens up an iframe on the current page. This, is of course, cross-domain.

#6: SVN directory is viewable through Apache

Solved!
Contents of .svn directories, when located under an Apache web root, are viewable via a browser. This leads to potential exploits, as referenced by Adam Gotterer. The hack obviously starts in .svn directory, specifically at the entries file. You can access...