Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH Releases (since this commit) #2

Closed
itachi1706 opened this issue Jan 24, 2019 · 3 comments
Closed

GH Releases (since this commit) #2

itachi1706 opened this issue Jan 24, 2019 · 3 comments

Comments

@itachi1706
Copy link
Owner

Script to check if this exists. If it doesnt, query and inject the value yourself

$("<id>").load("<compare URL>", function(data) { $("<id>").text($(".tabnav a:eq(0) .Counter").text().trim()); console.log($(".tabnav a:eq(0) .Counter").text().trim()); });
@itachi1706
Copy link
Owner Author

Probably either call .load() after injecting a div that will contain the information (http://api.jquery.com/load/#loading-page-fragments)

or use jQuery Ajax to handle it and insert element after (http://api.jquery.com/jQuery.get/)

@itachi1706
Copy link
Owner Author

itachi1706 commented Jan 25, 2019

Find all with this to not get the tagged-only entries

$(".release-entry .release.label-latest, .release-entry .release.label-")

@itachi1706
Copy link
Owner Author

Implemented as of 9bff054

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant