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

Possible improvement: Open imageboard post (Ctrl+P) -> generic url handler #1

Closed
Brawlence opened this issue Sep 2, 2018 · 2 comments

Comments

@Brawlence
Copy link
Contributor

Brawlence commented Sep 2, 2018

Since you're implementing custom RegExp sorter, it may be benefical to allow users make a list of possible shortened urls, opened when\if that menu item is triggered:

(now existing) yandere_012345 -> https://yande.re/post/show/012345
pixiv_55952691 -> https://www.pixiv.net/member_illust.php?mode=medium&illust_id=55952691
reddit_ekwh5l -> https://redd.it/ekwh5l
[↓ deprecated suggestion removed, look below ↓]

@Brawlence
Copy link
Contributor Author

Brawlence commented Mar 25, 2019

Alternatively, since neither Windows Search nor Chrome Extentions tolerate ~ (tilde) in their naming, we could establish a more organic-like @ naming, for example, swisser@PX, [prettyplease@DF] and so on.

If I would find a way for those to work with # (number sign) we could reserve those for unique image IDs (if present, like on pixiv or yande.re).

Windows Search makes it an additional pain in the ass - to search for special characters you need to escape them like ~="~" or ~="#"

@Brawlence
Copy link
Contributor Author

Brawlence commented Jan 4, 2020

Implemented PIXIV and DRAWFRIENDS IDs handling in Brawlence@733a690 , author handles will have to either have their own respective parsing function or a whole database solution instead.

I'm leaving these here just for the sake of posterity:
sasuga@DA → https://sasuga.deviantart.com/gallery/
anooon@DF → https://drawfriends.booru.org/index.php?page=post&s=list&tags=anon_(artist)
swoopi@PX → https://www.pixiv.net/search_user.php?s_mode=s_usr&nick=swoopi
qtpie1@TW → https://twitter.com/qtpie1
toofat@TU → https://toofat.tumblr.com/
smuts5@HF → https://www.hentai-foundry.com/user/smuts5/profile
absltU@AS → https://www.artstation.com/absltU
splats@VK → https://vk.com/splats
8l8i8@JR → https://joyreactor.cc/user/8l8i8

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

No branches or pull requests

2 participants