Skip to content

Commit e29c893

Browse files
author
User
committed
fix for OUJS
OUJS has made a change recently to require SPDX codes for OSI approved licensing. These changes are syntactically equivalent. Until this change is made you will be unable to update those affected scripts. I'm not entirely sure if this is all of the ones posted on OUJS. So please make sure. Thanks, OUJS Staff
1 parent c9d029c commit e29c893

12 files changed

Lines changed: 25 additions & 25 deletions

File tree

BingBgForBaidu/BingBgForBaidu.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// @grant unsafeWindow
1414
// @connect global.bing.com
1515
// @connect cn.bing.com
16-
// @license MIT License
16+
// @license MIT
1717
// @include *://www.baidu.com/
1818
// @include *://www.baidu.com/home*
1919
// @include *://www.baidu.com/?tn=*
@@ -153,4 +153,4 @@
153153
}
154154
}
155155
});
156-
})();
156+
})();

DownloadAllContent/DownloadAllContent.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// @grant GM_setValue
1717
// @grant GM_getValue
1818
// @require https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/1.3.3/FileSaver.min.js
19-
// @license MIT License
19+
// @license MIT
2020
// @compatible chrome
2121
// @compatible firefox
2222
// @compatible opera 未测试
@@ -283,4 +283,4 @@
283283
}
284284
GM_registerMenuCommand(i18n.fetch, fetch);
285285
GM_registerMenuCommand(i18n.setting, setDel);
286-
})();
286+
})();

Easy offline/Easy offline.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// @grant GM_deleteValue
2323
// @grant unsafeWindow
2424
// @supportURL http://www.hoothin.com
25-
// @license MIT License
25+
// @license MIT
2626
// @compatible chrome
2727
// @compatible firefox
2828
// @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rixixi@sina.com&item_name=Greasy+Fork+donation
@@ -794,4 +794,4 @@
794794
}
795795
});
796796
GM_registerMenuCommand(i18n.configure, goSetting);
797-
})();
797+
})();

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/rollups/aes.js
102102
// @updateURL https://greasyfork.org/scripts/23316/code/HacgGodTurn.user.js
103103
// @downloadURL https://greasyfork.org/scripts/23316/code/HacgGodTurn.user.js
104-
// @license MIT License
104+
// @license MIT
105105
// @connect tts.baidu.com
106106
// @compatible chrome
107107
// @compatible firefox
@@ -1555,4 +1555,4 @@
15551555
GM_notification(notificationDetails);
15561556
}
15571557
}
1558-
})();
1558+
})();

Highlight Every Code/Highlight Every Code.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// @grant GM_openInTab
1212
// @compatible chrome
1313
// @compatible firefox
14-
// @license MIT License
14+
// @license MIT
1515
// @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rixixi@sina.com&item_name=Greasy+Fork+donation
1616
// @contributionAmount 1
1717
// @include *
@@ -89,4 +89,4 @@
8989
var y = (e.pageY || e.clientY) - scrollY;
9090
return { 'x': x, 'y': y };
9191
}
92-
})();
92+
})();

Invite Code Tool/Invite Code Tool.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// @grant GM_getValue
1818
// @grant GM_deleteValue
1919
// @grant unsafeWindow
20-
// @license MIT License
20+
// @license MIT
2121
// @compatible chrome
2222
// @compatible firefox
2323
// ==/UserScript==
@@ -137,4 +137,4 @@
137137
}
138138
}
139139
}
140-
})();
140+
})();

Kill Baidu AD/Kill Baidu AD.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// @include http*://m.baidu.com/*
1111
// @grant none
1212
// @run-at document-start
13-
// @license MIT License
13+
// @license MIT
1414
// @compatible chrome 测试通过
1515
// @compatible firefox 测试通过
1616
// @compatible opera 未测试
@@ -69,4 +69,4 @@
6969
}
7070
}
7171
setTimeout(()=>{clearAD();},2000);
72-
})();
72+
})();

Kill TieBa AD/Kill TieBa AD.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// @grant none
1515
// @run-at document-body
1616
// @supportURL http://www.hoothin.com
17-
// @license MIT License
17+
// @license MIT
1818
// @compatible chrome
1919
// @compatible firefox
2020
// @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rixixi@sina.com&item_name=Greasy+Fork+donation
@@ -114,4 +114,4 @@
114114
}
115115
}
116116
}
117-
})();
117+
})();

Mouse Gestures/Mouse Gestures.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// @grant GM_registerMenuCommand
1616
// @grant unsafeWindow
1717
// @grant GM_info
18-
// @license MIT License
18+
// @license MIT
1919
// @compatible chrome
2020
// @compatible firefox
2121
// ==/UserScript==
@@ -309,4 +309,4 @@ function initEventListener(start,move,end,tracer,clientX,clientY,startBool){
309309
GM_openInTab("https://github.com/hoothin/UserScripts/tree/master/Mouse%20Gestures", false);
310310
}
311311
GM_registerMenuCommand(i18n.configure, goSetting);
312-
})();
312+
})();

True URL downloads/True URL downloads.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)