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];