Min пре 7 година
родитељ
комит
be49f3334f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      simplify.user.js

+ 1 - 1
simplify.user.js

@@ -15,7 +15,7 @@
 (function() {
 (function() {
   'use strict';
   'use strict';
   //let domain = window.location.protocol + '//' + window.location.hostname;
   //let domain = window.location.protocol + '//' + window.location.hostname;
-  1et redir;
+  let redir;
   if(window.location.hostname.indexOf("ebay") !== -1) {
   if(window.location.hostname.indexOf("ebay") !== -1) {
     let s = window.location.pathname.split('/');
     let s = window.location.pathname.split('/');
     redir = '/itm/' + s[s.length -1];
     redir = '/itm/' + s[s.length -1];