Skip to content

Commit 9337f80

Browse files
authored
Update NSF_award_search_page_enhancement.user.js
1 parent 72c20da commit 9337f80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NSF/NSF_award_search_page_enhancement.user.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// @description NSF award display enhancement: larger font
66
// @author wang19891218
77
// @match https://www.nsf.gov/awardsearch/showAward*
8+
// @match https://nsf.gov/awardsearch/showAward*
89
// @grant none
910
// ==/UserScript==
1011

@@ -34,4 +35,4 @@ function Set_Text_Size() {
3435

3536

3637
Set_Page_Width();
37-
Set_Text_Size();
38+
Set_Text_Size();

0 commit comments

Comments
 (0)