# UoPeople

Convenient Tools for Students of University of the People

I thought it's convenient if I can shrink all posts in the discussion forums.

So I made this bookmarklet.

# How to use updated Feb 2020


  1. Drag this -> shrink <- link into the bookmark bar of your browser.



  2. Open any discussion forum in moodle

  3. Click the bookmarklet that you dragged into your bookmark bar

  4. If all of the posts are shrunk in short boxes, it means working correctly.

  5. Example:





# Expand textarea in WA, DB and LJ
Expand
Choose quiz
1. quiz
2. quiz-submit
# Get APA citation
  1. Drag this bookmarklet to your bookmark bar
    apatab
  2. Open your reference page
  3. (Select the author name or date of the article or both if exists)
  4. Click the registered bookmarklet
  5. Copy the auto-generated apa citation and use
  6. Fix the author or date if it is wrong

Sort elements by name
Use at the top page of each class.
sort
Nice View on Javanotes
CSS and hilight java syntax javanotes
  • Stylish CSS
  • body, p span.code {
        font-family: Helvetica, Arial !important;
        line-height: 1.5;
    }
    div.page {
        color: #333;
    }
    pre {
        font-size: 110%;
        background: #333;
        color: #eee;
        padding: 20px;
        line-height: 1.7;
    }
    small {
        font-size: 130%;
    }
    
    Fork me on GitHub