userscript-youtube-playlist-o
DISCONTINUED
htmx
Our great sponsors
userscript-youtube-playlist-o | htmx | |
---|---|---|
2 | 239 | |
- | 6,657 | |
- | 6.4% | |
- | 9.6 | |
- | 7 days ago | |
JavaScript | ||
- | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
userscript-youtube-playlist-o
-
Ask HN: What are some tools / libraries you built yourself?
A silly userscript [1] that uses jQuery selectors to interact with YouTube's DOM to help me move videos around my playlists. Sadly it breaks every few months whenever YouTube updates their DOM. AFIK this is the only way to "programmatically" move videos out of my Watch Later list since they removed the functionality from the API
[1] https://github.com/Trinovantes/userscript-youtube-playlist-o...
-
Ask HN: What personal tools are you the most proud of making?
I've created a couple of userscripts (anybody remember Greasemonkey?) to help augment sites that I use everyday
https://github.com/Trinovantes/userscript-github-repository-...
https://github.com/Trinovantes/userscript-youtube-playlist-o...
Sadly they break every couple of months when the sites' DOM changes. The YouTube one is currently broken and I haven't had the time to fix it yet
htmx
-
Best way to verify form input without losing data already input?
Use https://htmx.org and wtforms, they work great together.
-
A clean start for the web (2020) - proposes a "document web" (blogs, news, Wikipedia, Twitter, Facebook) vs "application web"
I'm trying to show where it could go with htmx: https://htmx.org
-
The web is in need of some reinvention
What we need is for HTML to get going as a hypermedia again, to make the hypermedia architecture viable for a larger set of web applications. It's been stalled at anchors and forms (with only GET and POST!) for decades.
I'm trying to show where it could go with htmx:
Hypermedia (in particular the uniform interface) is what made the web special and there's no reason it can't be improved along the lines of htmx/unpoly/etc.
We don't need something new. We need to take the original concepts of the web (REST/HATEOAS/Hypermedia) seriously.
- Show HN: A Full-Stack Web Framework Written in Go
-
What's your favorite frontend framework?
htmx.
-
Why is it so hard to output a running scripts output live to a webbrowser?
Have you looked into htmx?
-
Can you "call" another HTML file within an HTML file?
If you end up resorting to javascript for this I recommend you use htmx
- Ask HN: Have we screwed ourselves as software engineers?
-
Using HTMX with third-party APIs
POST requests fail when browsers send preflight requests. Removing the non-standard headers doesn't prevent the request from being sent, like suggested in this issue.
- Made a basic Diary App. Need suggestions for more features. Would be applying for Junior Django Developer.
What are some alternatives?
Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.
react-snap - 👻 Zero-configuration framework-agnostic static prerendering for SPAs
django-unicorn - The magical reactive component framework for Django ✨
Turbolinks - Turbolinks makes navigating your web application faster
hotwire-rails - Use Hotwire in your Ruby on Rails app
svelte-query - Performant and powerful remote data synchronization for Svelte
Alpine
turbo - The speed of a single-page web application without having to write any JavaScript
phoenix_live_view - Rich, real-time user experiences with server-rendered HTML
django-crispy-forms - The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.
django-tables2 - django-tables2 - An app for creating HTML tables
inertia-laravel - The Laravel adapter for Inertia.js.