Copy and Paste on myLot.com Without Restriction
January 22, 2009 by Mark
Filed under Tips & Tricks
myLot is a paid to post forum. You get paid by posting a response or creating a new discussion. You will get paid when your account balance reached minimum $10.00 in the end of each month. The amount will be deposited into your PayPal account on the 15th of the following month.
I joined the forum a month ago. Its quite fun and I make a lot of friends. But one thing that I don’t like about the forum is you can’t copy and paste into the post field if your rating is below 500. When ever I try to paste I got a message box look like the screenshot below.

After looking at the source code of the page I found a trick on how to override it. Actually it just a JavaScript, and implemented in client side so you can easily disable it.
To override it, just disable the JavaScript function on your browser. If you don’t know how to disables JavaScript on your browser. The details steps on how to disable JavaScript on a different browser are as follows :
Mozilla Firefox
1. On Tools menu, click Options
2. Click on Content tab
3. Unchecked the Enable JavaScript
4. Click OK.
Internet Explorer 5 or later
1. On Tools menu, click Internet Options.
2. Click on Security tab, select Internet.
3. Click Custom Level button.
4. Scroll down to Active scripting.
5. Click Disable.
6. Click OK if the Warning message box appear.
7. Click Yes, then OK.
Opera
1. On Tools menu, click Preferences
2. Click on Advanced tab
3. Select Content, unchecked Enable JavaScript
4. Click OK
Google Chrome
1. Right click on your Google Chrome shortcut.
2. Click Properties on popup menu
3. Append -disable-javascript parameter to Target after the “.
4. Now your Target will look like below :

5. Now you can start Chrome without JavaScript.
Now you can copy and paste on myLot without the restriction.




This trick doesn’t work because, the post button also works using javascript so..what you have to do is first, you disable javascript, then enable it again
When I write this trick, the post button do not use javascript. But when I recently login (never login to mylot for more that 2 months) many change has been made by mylot. Now you have to disable javascript before you paste your post and enable it in order to post your comment.