@@ -1497,7 +1497,7 @@ document.addEventListener('DOMContentLoaded', () => {
14971497 link : 'https://now.gg/iframe/snippet?app_pkg=com.roblox.client&partner=interstellar' ,
14981498 image : '/assets/media/icons/roblox.png' ,
14991499 categories : [ 'all' , 'emu' , 'android' ] ,
1500- now : true
1500+ now : true ,
15011501 } ,
15021502 {
15031503 name : 'Now.GG' ,
@@ -1510,7 +1510,7 @@ document.addEventListener('DOMContentLoaded', () => {
15101510 link : 'https://nowgg.nl/iframe/snippet?app_pkg=com.roblox.client&partner=interstellar' ,
15111511 image : '/assets/media/icons/astroid.png' ,
15121512 categories : [ 'all' , 'emu' , 'android' ] ,
1513- now : true
1513+ now : true ,
15141514 } ,
15151515 {
15161516 name : 'Roblox (NowGG.me)' ,
@@ -1635,37 +1635,37 @@ document.addEventListener('DOMContentLoaded', () => {
16351635 if ( app . local ) {
16361636 link . onclick = function ( ) {
16371637 if ( typeof app . say !== 'undefined' ) {
1638- alert ( app . say ) ;
1638+ alert ( app . say )
16391639 }
1640- window . location . href = app . link ;
1641- return false ;
1642- } ;
1640+ window . location . href = app . link
1641+ return false
1642+ }
16431643 } else if ( app . blank ) {
16441644 link . onclick = function ( ) {
16451645 if ( typeof app . say !== 'undefined' ) {
1646- alert ( app . say ) ;
1646+ alert ( app . say )
16471647 }
1648- blank ( app . link ) ;
1649- return false ;
1650- } ;
1648+ blank ( app . link )
1649+ return false
1650+ }
16511651 } else if ( app . now ) {
16521652 link . onclick = function ( ) {
16531653 if ( typeof app . say !== 'undefined' ) {
1654- alert ( app . say ) ;
1654+ alert ( app . say )
16551655 }
1656- now ( app . link ) ;
1657- return false ;
1658- } ;
1656+ now ( app . link )
1657+ return false
1658+ }
16591659 } else {
16601660 link . onclick = function ( ) {
16611661 if ( typeof app . say !== 'undefined' ) {
1662- alert ( app . say ) ;
1662+ alert ( app . say )
16631663 }
1664- images ( app . link ) ;
1665- return false ;
1666- } ;
1664+ images ( app . link )
1665+ return false
1666+ }
16671667 }
1668-
1668+
16691669 const image = document . createElement ( 'img' )
16701670 image . width = 145
16711671 image . height = 145
0 commit comments