You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Danbooru image boards have a handy "data-file-url" element in the "article" that includes the relative url of the image for that post. "Article" is also a container for the "a href".
Is there a way to get anticontainer to use the data-file-url? I've yet to figure out a way, but my understanding of regex and how AC functions is limited. (The thumbnail url's extension doesn't always match the image url.)
Notes:
The index page and the container page both have the data-file-url element.
data-id is used both in the index page and the container page to identify the post number
The danbooru style image boards I've found use "_blah_booru.ext/post/number" for post urls, so this should match them:
Danbooru image boards have a handy "data-file-url" element in the "article" that includes the relative url of the image for that post. "Article" is also a container for the "a href".
Is there a way to get anticontainer to use the data-file-url? I've yet to figure out a way, but my understanding of regex and how AC functions is limited. (The thumbnail url's extension doesn't always match the image url.)
Notes:
The index page and the container page both have the data-file-url element.
data-id is used both in the index page and the container page to identify the post number
The danbooru style image boards I've found use "_blah_booru.ext/post/number" for post urls, so this should match them:
(and that reaches my limit on regex (: )
danbooru: https://danbooru.donmai.us/posts
Post format: https://danbooru.donmai.us/posts/2403447
Example "article"
The text was updated successfully, but these errors were encountered: