gradebuddy.com Open in urlscan Pro
2a06:98c1:3121::c  Public Scan

Submitted URL: http://sharenotes.com/
Effective URL: https://gradebuddy.com/
Submission: On August 08 via manual from MU — Scanned from DE

Form analysis 6 forms found in the DOM

POST

<form method="post" data-url="https://gradebuddy.com/search-all/" id="ajax_search_all_form">
  <input type="hidden" name="csrfmiddlewaretoken" value="o2qEqhxjYznJlSlyJidaxr3T0B9xvgFdIWfmb2Btt0i3lqtwpXmVrRMuHwdvxaWe">
  <a href="#" class="search-close-btn mobile">Cancel</a>
  <a href="#" class="search-open-btn mobile"></a>
  <input value="" placeholder="Search" type="search" id="nav-search-input" data-url="https://gradebuddy.com/search_elastic/" autocomplete="off">
</form>

POST https://gradebuddy.com/accounts/change_school/

<form method="post" action="https://gradebuddy.com/accounts/change_school/" id="change_school_form">
  <input type="hidden" name="csrfmiddlewaretoken" value="o2qEqhxjYznJlSlyJidaxr3T0B9xvgFdIWfmb2Btt0i3lqtwpXmVrRMuHwdvxaWe">
  <h3>Please select your school</h3>
  <p class="error"></p>
  <p><input id="school-selector" name="r_school" type="text" autocomplete="off" class="ac_input"></p>
  <p></p>
  <p class="center-inner-text">
    <input type="submit" class="btn-green-confirm" value="Confirm">
  </p>
</form>

POST .

<form method="post" action="." id="ajax_login_form" data-ajax-type="login">
  <input type="hidden" name="csrfmiddlewaretoken" value="o2qEqhxjYznJlSlyJidaxr3T0B9xvgFdIWfmb2Btt0i3lqtwpXmVrRMuHwdvxaWe">
  <!--<p class="errors" style="color: red"></p>-->
  <table class="main">
    <tbody>
      <tr>
        <td class="errors" colspan="2" style="color: red;max-width: 100%;overflow: hidden;"></td>
      </tr>
      <!--<tr><th><label for="id_username">Username:</label></th><td><input type="text" name="username" autofocus maxlength="75" required id="id_username"></td></tr>
<tr><th><label for="id_password">Password:</label></th><td><input type="password" name="password" required id="id_password"></td></tr>-->
      <tr>
        <th><label for="id_username">Email:</label></th>
        <td><input id="id_username" maxlength="75" name="username" type="text"></td>
      </tr>
      <tr>
        <th><label for="id_password">Password:</label></th>
        <td><input id="id_password" name="password" type="password"></td>
      </tr>
    </tbody>
  </table>
  <input type="hidden" name="next" value="">
  <div id="regWrapper" class="register-btn-wrapper">
    <a id="logInBtn" class="logInSubmitBtn register-btn">
                        <span class="buttonText">Log In</span>
                    </a>
  </div>
</form>

POST https://gradebuddy.com/accounts/fb_user_data_deletion/

<form method="post" action="https://gradebuddy.com/accounts/fb_user_data_deletion/" class="additional_data_form">
  <input type="hidden" name="csrfmiddlewaretoken" value="o2qEqhxjYznJlSlyJidaxr3T0B9xvgFdIWfmb2Btt0i3lqtwpXmVrRMuHwdvxaWe">
  <p>We couldn't create a GradeBuddy account using Facebook because there is no email address associated with your Facebook account.</p>
  <p>Link an email address with your Facebook below or <a href="https://gradebuddy.com/accounts/register/">create a new account.</a></p>
  <p class="error error-r_school non_field_error"></p>
  <p class="center-inner-text"><input class="id_social_school ac_input" name="r_school" type="text" placeholder="Select your school" autocomplete="off"></p>
  <p class="error error-r_email"></p>
  <p class="center-inner-text"><input class="id_social_email" name="r_email" type="email" placeholder="Email"></p>
  <p></p>
  <p class="center-inner-text">
    <input type="submit" class="btn-green-confirm" value="Confirm">
  </p>
</form>

POST .

<form method="post" action="." id="registration_form" data-ajax-type="register">
  <input type="hidden" name="csrfmiddlewaretoken" value="o2qEqhxjYznJlSlyJidaxr3T0B9xvgFdIWfmb2Btt0i3lqtwpXmVrRMuHwdvxaWe">
  <table class="main reg_table">
    <tbody>
      <tr>
        <td class="r_errors" colspan="2" style="color: red;max-width: 100%;overflow: hidden;"></td>
      </tr>
      <tr>
        <th><label for="id_r_school">School:</label></th>
        <td><input id="id_r_school" name="r_school" type="text" autocomplete="off" class="ac_input"></td>
      </tr>
      <tr>
        <th><label for="id_r_email">Email:</label></th>
        <td><input class="required" id="id_r_email" maxlength="75" name="r_email" type="text"></td>
      </tr>
      <tr>
        <th><label for="id_r_password1">New Password:</label></th>
        <td><input id="id_r_password1" name="r_password1" type="password"></td>
      </tr>
      <tr>
        <th><label for="id_r_password2">Confirm Password:</label></th>
        <td><input id="id_r_password2" name="r_password2" type="password"><input id="id_r_code" name="r_code" type="hidden"></td>
      </tr>
      <!--<tr><th><label for="id_r_school">School:</label></th><td><input type="text" name="r_school" required id="id_r_school"></td></tr>
<tr><th><label for="id_r_email">Email:</label></th><td><input type="text" name="r_email" class="required" maxlength="75" required id="id_r_email"></td></tr>
<tr><th><label for="id_r_password1">New Password:</label></th><td><input type="password" name="r_password1" required id="id_r_password1"></td></tr>
<tr><th><label for="id_r_password2">Confirm Password:</label></th><td><input type="password" name="r_password2" required id="id_r_password2"><input type="hidden" name="r_code" id="id_r_code"></td></tr>-->
    </tbody>
  </table>
  <input type="hidden" name="next" value="">
  <div id="regWrapper" class="register-btn-wrapper">
    <a id="regBtn" class="regSubmitBtn register-btn">
                        <span class="buttonText">Sign Up</span><i class="fa fa-angle-double-right"></i>
                    </a>
  </div>
</form>

POST https://gradebuddy.com/accounts/fb_user_data_deletion/

<form method="post" action="https://gradebuddy.com/accounts/fb_user_data_deletion/" class="additional_data_form">
  <input type="hidden" name="csrfmiddlewaretoken" value="o2qEqhxjYznJlSlyJidaxr3T0B9xvgFdIWfmb2Btt0i3lqtwpXmVrRMuHwdvxaWe">
  <p>We couldn't create a GradeBuddy account using Facebook because there is no email address associated with your Facebook account.</p>
  <p>Link an email address with your Facebook below or <a href="https://gradebuddy.com/accounts/register/">create a new account.</a></p>
  <p class="error error-r_school non_field_error"></p>
  <p class="center-inner-text"><input class="id_social_school ac_input" name="r_school" type="text" placeholder="Select your school" autocomplete="off"></p>
  <p class="error error-r_email"></p>
  <p class="center-inner-text"><input class="id_social_email" name="r_email" type="email" placeholder="Email"></p>
  <p></p>
  <p class="center-inner-text">
    <input type="submit" class="btn-green-confirm" value="Confirm">
  </p>
</form>

Text Content

Cancel

 * Find Study Resources
   * Main Menu
   * by School
   * by Academic Documents
 * Access the best Study Guides Lecture Notes and Practice Exams Log In Sign Up


QUALITY LECTURE NOTES AND STUDY GUIDES


PREPARED BY IN-CLASS NOTE-TAKERS, DELIVERED TO YOU ONLINE

GradeBuddy is a lecture note service for your classes offering rich and concise
materials for every lecture, and a study guide before each exam. We help you
concentrate on listening, not note taking.




POPULAR NOTES

ECON 1123

ECON 139

ECON 139

ECON 139

PSY 256

ECON 4040

ECON 4040

ECON 4040

ECON 4040

ECON 4040

ECON 4040

ECON 3120

ECON 3120

ECON 3120

ECON 3120

12345


NOTE-TAKER?

Apply to be a note-taker and earn up $500 per semester

Apply Now
Reviews


GOOD NOTES AND STUDY GUIDES HELPS YOU STUDY BETTER NOT HARDER. GRADEBUDDY WILL
HELP YOU DO THAT.

-- Justin, Student


GET STARTED NOW

Study better not harder Get started
 * About Us
 * Terms Of Use
 * Privacy Policy
 * Copyright
 * Contact Us
 * Students with Disabilities
 * Become a Note-Taker

Copyright © 2022 GradeBuddy All Rights Reserved


PLEASE SELECT YOUR SCHOOL









Login

Join to view and access 3M+ class-specific study document.

Continue Continue
or

Email: Password:

Log In
We will never post anything without your permission.
Don't have an account? Sign up


We couldn't create a GradeBuddy account using Facebook because there is no email
address associated with your Facebook account.

Link an email address with your Facebook below or create a new account.













Sign Up

Join to view 2 2 and access 3M+ class-specific study document.

Continue Continue
or

School: Email: New Password: Confirm Password:

Sign Up

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member? Log in


We couldn't create a GradeBuddy account using Facebook because there is no email
address associated with your Facebook account.

Link an email address with your Facebook below or create a new account.