Min 7 년 전
부모
커밋
be49f3334f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      simplify.user.js

+ 1 - 1
simplify.user.js

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