Bitcoin Forum

Economy => Digital goods => Topic started by: vvikkass on June 02, 2015, 07:00:42 PM



Title: [Free Method] How to do PRIVATE pastes as a GUEST on PASTEBIN.COM
Post by: vvikkass on June 02, 2015, 07:00:42 PM
Found this method on some other site, felt to share this.

Private pastes can be done only by Pastebin's members.


Quote
TUTORIAL:
Go to pastebin (Make sure your NOT signed in)
New paste

Find the area that says 'Paste Exposure: Public'
Right click that, and inspect element.
Inspect element should selected
something like this:
<select class="post_select" name="paste_private">...</select>

There is an arrow to the left of that,
Click it.
It should bring you three things.
<option value="0" selected="selected">Public</option>
<option value="1">Unlisted</option>
<option value="2" disabled="disabled">Private (members only)</option>

Well, you see. websites have the disabled option, remove that entirely so its.

<option value="2">Private (members only)</option>

Then, close out of inspect element.
Then go to 'Paste Exposure' and now you should be able to click Private!


Make sure your not signed in, if you are this will do nothing.
This makes Guest-only accessible pastes!
Thank you for looking at my tutorial.

Freezed
http://s14.postimg.org/lj9amd3rl/screenshot_709.png

http://s14.postimg.org/4wrqdaatt/screenshot_710.png

http://s14.postimg.org/d3jq4v0wh/screenshot_711.png

Double clicked, now I can edit.
http://s14.postimg.org/3x60vbl1t/screenshot_712.png

After editing
http://s14.postimg.org/3lokik4lt/screenshot_713.png

Unfreezed
http://s14.postimg.org/y4ed3itsh/screenshot_714.png

Please say thanks if you liked it. It will give this thread a breath and others will know about it.