File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 image : opensuse/tumbleweed
1010
1111 steps :
12- - uses : actions/checkout@v1.2.0
12+ - uses : actions/checkout@v4
1313 - name : Add devel repo
1414 run : |
1515 zypper ar https://download.opensuse.org/repositories/devel:/languages:/javascript/openSUSE_Tumbleweed/devel:languages:javascript.repo
2828
2929 - name : Format
3030 run : |
31- biome ci .
31+ biome ci .
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313
1414 - name : Deploy
15- uses : peaceiris/actions-gh-pages@v3
15+ uses : peaceiris/actions-gh-pages@v4
1616 with :
1717 github_token : ${{ secrets.GITHUB_TOKEN }}
1818 publish_dir : .
Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ document.head.appendChild(sheet);
1414
1515// hide multi-reddits by default
1616setTimeout ( ( ) => {
17- const customFeeds = document . querySelector ( '[aria-controls="multireddits_section"]' ) ;
18- if ( customFeeds . ariaExpanded === 'true' ) {
17+ const customFeeds = document . querySelector (
18+ '[aria-controls="multireddits_section"]' ,
19+ ) ;
20+ if ( customFeeds . ariaExpanded === "true" ) {
1921 customFeeds . click ( ) ;
2022 }
2123} , 500 ) ;
@@ -42,7 +44,6 @@ const observer = new MutationObserver((mutations, _) => {
4244
4345observer . observe ( targetNode , config ) ;
4446
45-
4647/**
4748 *
4849 */
@@ -52,7 +53,6 @@ function run_it(node = document) {
5253 return ;
5354 }
5455
55-
5656 const sections = location . pathname . split ( / (? ! ^ ) \/ / ) ;
5757 const loc = sections [ 0 ] ;
5858 if ( [ "/user" , "/r" ] . includes ( loc ) ) {
You can’t perform that action at this time.
0 commit comments