@@ -65,7 +65,7 @@ function addTimestamp(time, iitcz) {
65
65
* @author Nikitakun
66
66
*/
67
67
function addIitc ( ) {
68
- page . evaluate ( function ( field , link , res , enl , ornaments , beacons , min , max ) {
68
+ page . evaluate ( function ( field , link , res , enl , ornaments , beacons , artifacts , frackers , min , max ) {
69
69
localStorage [ 'ingress.intelmap.layergroupdisplayed' ] = JSON . stringify ( {
70
70
"Unclaimed/Placeholder Portals" :Boolean ( min === 1 ) ,
71
71
"Level 1 Portals" :Boolean ( min === 1 ) ,
@@ -81,15 +81,16 @@ function addIitc() {
81
81
"Resistance" :res ,
82
82
"Enlightened" :enl ,
83
83
"DEBUG Data Tiles" :false ,
84
- "Artifacts" :true ,
84
+ "Artifacts" :artifacts ,
85
85
"Ornaments" :ornaments ,
86
- "Beacons" : beacons
86
+ "Beacons" : beacons ,
87
+ "Frackers" : frackers
87
88
} ) ;
88
89
var script = document . createElement ( 'script' ) ;
89
90
script . type = 'text/javascript' ;
90
91
script . src = 'https://iitc.app/build/beta/total-conversion-build.user.js' ;
91
92
document . head . insertBefore ( script , document . head . lastChild ) ;
92
- } , ! config . hideField , ! config . hideLink , ! config . hideRes , ! config . hideEnl , ! config . hideOrnaments , ! config . hideBeacons , config . minlevel , config . maxlevel ) ;
93
+ } , ! config . hideField , ! config . hideLink , ! config . hideRes , ! config . hideEnl , ! config . hideOrnaments , ! config . hideBeacons , ! config . hideArtifacts , ! config . hideFrackers , config . minlevel , config . maxlevel ) ;
93
94
if ( typeof config . plugins == 'undefined' || config . plugins === '' ) {
94
95
config . plugins = '[]' ;
95
96
}
0 commit comments