Share / Save this...

Share/Bookmark

2010-06-19

Configure Opera's User Javascript Feature




<c:choose>
     <c:when test="${user.likes}">
          Share this with your friends 
     </c:when>
     <c:otherwise>
          Send me feedback.
     </c:otherwise>
<:choose>

Here's a small walk-through for configuring User Javascript in Opera. These are simple steps to get to the point.

Step 1: Open Opera and point it to the address "opera:config" (no quotes).
Step 2: Type "User Javascript" (no quotes) in the search box.
Step 3: There are 4 features you can configure.


Click the image to enlarge it.

Step 4: The "User Javascript File" textfield is where you need to enter the location of the folder where you will store your UserJS files. I created a folder called UserJS on my desktop folder and pointed to it. In Windows it would be something like "C:\Documents and Settings\Luis Daniel\Desktop\UserJS\" and for Apple Mac users it would be something like "/Users/Luis Daniel/Desktop/UserJS/" changing the username for yours (or the appropriate one).

Step 5: Save.

Step 6: Enjoy!

After configuring User Javascript you might want to check this post that gives you a User Javascript file to use it to add a new feature to YouTube, it's simple and well done.


If you have any suggestions, ideas for full blown system integration (sb) or comments, leave a message below.

I would appreciate if you could Share this with your friends



No comments:

Post a Comment

Hits