Click here to Skip to main content
15,884,537 members
Articles / Web Development / HTML

Google Chrome Extension - CodeProject Reputation Watcher

Rate me:
Please Sign up or sign in to vote.
4.97/5 (91 votes)
6 Aug 2014CPOL10 min read 173.3K   1.4K   84  
Google Chrome Extension that scrapes your reputation points and graph, and tracks changes between updates.
<!DOCTYPE html>
<html>
<head>
    <title>CPRepWatcher Options</title>
    <link type="text/css" href="css/custom-theme/jquery-ui-1.8.2.custom.css" rel="Stylesheet" />
    <script type="text/javascript" src="jquery/jquery-1.11.1.min.js"></script>
    <script type="text/javascript" src="jquery/jquery-ui-1.8.2.custom.min.js"></script>
    <script type="text/javascript" src="js/cpjshelper.js"></script>
    <script type="text/javascript" src="js/cprepoptions.js"></script>
    <script type="text/javascript" src="js/analytics.js"></script>
</head>
<body style="background-color: #ffcc66">
<center>
    <img alt="CodeProject Logo" src="images/codeproject468x60.gif" />
    <div style="width: 750px; font-size: small; text-align:left">
        <div id="tabs" style="height: 400px;">
            <!-- Tab Pages -->
            <ul>
                <li><a href="#tabs-1">Options</a></li>
                <li><a href="about.html">About</a></li>
            </ul>
            <!-- Tab 2 Options -->
            <div id="tabs-1" style="padding-left: 5px">
                <h3>
                    Enter the CodeProject MemberID:
                </h3>
                <input id="textMemberID" type="text" />
                <br />
                <br />
                <div class="save">
                    <button id="saveOptions">Save MemberID</button></div>
                <br />
                <div id="save_status" style="color: #FF0000">
                </div>
                <br />
            </div>
        </div>
    </div>
</center>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Scotland Scotland
I have been working in the Oil & Gas Industry for over 30 years now.

Core Discipline is Instrumentation and Control Systems.

Completed Bsc Honours Degree (B29 in Computing) with the Open University in 2012.

Currently, Offshore Installation Manager in the Al Shaheen oil field, which is located off the coast of Qatar. Prior to this, 25 years of North Sea Oil & Gas experience.

Comments and Discussions