Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung committed Oct 18, 2018
1 parent 620e075 commit bd3c9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ A link for anyone who doesn't know who is Jon Skeet is: https://stackoverflow.bl
```bash
git clone https://github.com/novalagung/skeetoverflow.git
```
2. Install required dependencies through npm.
2. Install required dependencies through npm. This is optional, because the required 3rd party file already included in this repository inside `node_modules` folder, BUT RELAX, only three files inside those folder.
```js
npm install
```
3. Open chrome, open Extension page (or just type `chrome://extensions` directly on the url).
4. Click **Load unpacked** button, point it to the cloned `skeetoverflow` folder.
<img src="https://i.imgur.com/G2aIui1.png" alt="Load Skeet Overflow Extension" style="height: 230px;">
<img src="https://i.imgur.com/G2aIui1.png" alt="Load Skeet Overflow Extension" style="width: 400px;">

5. Done. Try to open any page on [Stack Overflow](https://stackoverflow.com).

Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SkeetOverflow {
const isUserListPage = (soUri == '/users')

if (soUri.indexOf(`/users/${this.jonSkeetId}`) > -1) {
console.log(`You are currently accessing stackoverflow profile page of living legend! ${this.jonSkeetName}`)
console.log(`You are currently accessing stackoverflow profile page of the living legend, the 1, the ${this.jonSkeetName}`)
}

this.doReplaceMyReputation()
Expand Down

0 comments on commit bd3c9b0

Please sign in to comment.