File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99@contributor Paul "Joey" Clark (https://github.com/joeytwiddle)
1010@contributor Robert Laverty (https://github.com/roblav96)
1111@contributor Amir Meimari (https://github.com/amirmeimari)
12+ @contributor Ava Chow (https://github.com/achow101)
1213@license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
13- @version 1.7.3
14+ @version 1.7.4
1415@homepageURL https://github.com/xthexder/wide-github
1516@supportURL https://github.com/xthexder/wide-github/issues
1617==/UserStyle== */
104105 max-width : none;
105106 }
106107
108+ /* PR Page (May 2026) */
109+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'prc-PageLayout-ContentWrapper' ] {
110+ max-width : none;
111+ }
112+
107113}
Original file line number Diff line number Diff line change 1111// @contributor Paul "Joey" Clark (https://github.com/joeytwiddle)
1212// @contributor Robert Laverty (https://github.com/roblav96)
1313// @contributor Amir Meimari (https://github.com/amirmeimari)
14+ // @contributor Ava Chow (https://github.com/achow101)
1415// @license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
15- // @version 1.7.3
16+ // @version 1.7.4
1617// @icon https://raw.githubusercontent.com/xthexder/wide-github/master/icons/icon.png
1718// @homepageURL https://github.com/xthexder/wide-github
1819// @supportURL https://github.com/xthexder/wide-github/issues
@@ -110,6 +111,11 @@ var styleSheet = "" +
110111 "max-width: none;" +
111112"}" +
112113
114+ // PR Page (May 2026)
115+ "body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='prc-PageLayout-ContentWrapper'] {" +
116+ "max-width: none;" +
117+ "}" +
118+
113119"" ;
114120
115121( function ( ) {
Original file line number Diff line number Diff line change 33
44 "name" : " Wide GitHub" ,
55 "description" : " Change all GitHub repository and gist pages to be full width and dynamically sized." ,
6- "version" : " 1.7.3 " ,
7- "version_name" : " 1.7.3 MV3" ,
6+ "version" : " 1.7.4 " ,
7+ "version_name" : " 1.7.4 MV3" ,
88 "icons" : {
99 "32" : " icons/icon32.png" ,
1010 "48" : " icons/icon48.png" ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ var header = "" +
1616"@contributor Paul \"Joey\" Clark (https://github.com/joeytwiddle)\n" +
1717"@contributor Robert Laverty (https://github.com/roblav96)\n" +
1818"@contributor Amir Meimari (https://github.com/amirmeimari)\n" +
19+ "@contributor Ava Chow (https://github.com/achow101)\n" +
1920"@license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE\n" +
2021"@version " + manifest [ "version" ] + "\n" +
2122"@homepageURL https://github.com/xthexder/wide-github\n" +
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ var header = "" +
1818"// @contributor Paul \"Joey\" Clark (https://github.com/joeytwiddle)\n" +
1919"// @contributor Robert Laverty (https://github.com/roblav96)\n" +
2020"// @contributor Amir Meimari (https://github.com/amirmeimari)\n" +
21+ "// @contributor Ava Chow (https://github.com/achow101)\n" +
2122"// @license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE\n" +
2223"// @version " + manifest [ "version" ] + "\n" +
2324"// @icon https://raw.githubusercontent.com/xthexder/wide-github/master/icons/icon.png\n" +
Original file line number Diff line number Diff line change 33
44 "name" : " Wide GitHub" ,
55 "description" : " Change all GitHub repository and gist pages to be full width and dynamically sized." ,
6- "version" : " 1.7.3 " ,
6+ "version" : " 1.7.4 " ,
77 "icons" : {
88 "32" : " icons/icon32.png" ,
99 "48" : " icons/icon48.png" ,
You can’t perform that action at this time.
0 commit comments