Custom navigation formatting on github projects page
See original GitHub issueFor some reason, the custom navigation bar formatting gets messed up on the github projects page:
looking at the console, there seems to be something wrong with ticky-browser.js
ticky-browser.js:8 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'click')
at openPanel (ticky-browser.js:8:1)
at openPanelOnHash (ticky-browser.js:8:1)
at ticky-browser.js:8:1
at Proxy.tms_f18bf04f_a17d_43d5_9921_24ec53e32b7b$ (ticky-browser.js:8:1)
at it (<anonymous>:14:1074)
at _prelude.js:1:1
at _prelude.js:1:1
at window.__p__4587594.598558076 (ticky-browser.js:8:1)
at it (<anonymous>:14:1074)
at set (<anonymous>:3:400)
This only happens inside an active project, just going to the projects page (e.g. in this repo) doesn’t cause an issue, but if you go to e.g. https://github.com/users/afg1/projects/1 you should see it
I’m using Chrome and tampermonkey v4.16.1 on macOS. I have your custom navigation, code folding and hotkeys userscripts (they’re great, thank you!).
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Configuring GitHub Pages - Digital humanities
Choose a theme, which will determine the default layout and decoration of your pages. You can customize the HTML template and the CSS...
Read more >GitHub custom navigation · Mottie/GitHub-userscripts Wiki
A userscript that allows you to customize GitHub's main navigation bar. The navigation bars that can be customized separately with this ...
Read more >Quickstart for GitHub Pages - GitHub Docs
You can use GitHub Pages to showcase some open source projects, ... In the upper-right corner of any page, use the drop-down menu,...
Read more >Setting a Markdown processor for your GitHub Pages site ...
Setting a Markdown processor for your GitHub Pages site using Jekyll ... For more information, see "About writing and formatting on GitHub.".
Read more >Adding notes to a project (classic) - GitHub Docs
You can add notes to a classic project to serve as task reminders or to add information ... For more information, see "Basic...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, sorry it took me a while to get back to this - the script is now working as expected, thanks for fixing it!
Makes sense. Good to know script is working as designed.