Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13cc84d

Browse files
committed
console.log -> alert
1 parent a962802 commit 13cc84d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

github-pre.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
// @author Mak Alexey (S-ed, Sedokun)
66
// @include http://github.com/*
77
// @include https://github.com/*
8-
// @version 0.150605.3
8+
// @version 0.150606.1
99
// @grant none
10-
// @license MIT License
10+
// @license MIT License
1111
// @updateURL https://github.com/S-ed/github-pre/raw/master/github-pre.user.js
1212
// ==/UserScript==
1313

@@ -49,7 +49,7 @@ if(typeof(localStorage) !== "undefined") {
4949
} else wrapDefault = false;
5050
localStorage.setItem("wrapDefault", wrapDefault);
5151
}
52-
} else console.log("Sorry, no Session Storage Available\n\
52+
} else alert("Sorry, no Local Storage Available\n\
5353
Hardcoded 'wrapDefault' variable will be used instead (edit script to set)");
5454

5555
var preStyleSheet = document.createElement("style");

0 commit comments

Comments
 (0)