Skip to content

Commit

Permalink
Update GraphsOnly.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorn192 committed Aug 19, 2018
1 parent 9c9bb85 commit 8c1b473
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions GraphsOnly.user.js
Expand Up @@ -9,16 +9,6 @@
// @include *kongregate.com/games/GreenSatellite/trimps
// @grant none
// ==/UserScript==
function safeSetItems(name,data) {
try {
localStorage.setItem(name, data);
} catch(e) {
if (e.code == 22) {
// Storage full, maybe notify user or do some clean-up
debug("Error: LocalStorage is full, or error. Attempt to delete some portals from your graph or restart browser.");
}
}
}
var script = document.createElement('script');
script.id = 'AutoTrimps-Graphs';
script.src = 'https://Zorn192.github.io/AutoTrimps/GraphsOnly.js';
Expand Down

0 comments on commit 8c1b473

Please sign in to comment.