Guest User

Untitled

a guest
Aug 26th, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. # Known filename formats:
  2. https://www.pixiv.net/member_illust.php?mode=medium&illust_id=%$1;regexp:/^(\d+)_p\d+/;text:p
  3. javascript:void(open("https://www.deviantart.com/"+%$1.replace(/_/g,"-")+"/art/"+parseInt(%$2,36)));regexp:/^\w+_by_(\w+)[_-]d([\da-z]{6})\b/;text:d
  4. https://imgur.com/%$1;regexp:/^(?![a-zA-Z][a-z]{6})(?![A-Z]{7})(?!\d{7})([\da-zA-Z]{7})(?: \(\d+\))?\.\w+$/;text:i
  5. https://flickr.com/photo.gne?id=%$1;regexp:/^(\d+)_[\da-f]{10}(?:_\w)*\b/
  6. https://www.facebook.com/photo.php?fbid=%$1;regexp:/^\d+_(\d+)_\d+_[no]\b/;text:f
  7.  
  8. # Reverse image search:
  9. https://www.google.com/searchbyimage?sbisrc=4chanx&image_url=%IMG&safe=off;text:g
  10. https://yandex.com/images/search?rpt=imageview&url=%IMG;text:y
  11.  
  12. #//tineye.com/search?url=%IMG
  13. #//www.bing.com/images/search?q=imgurl:%IMG&view=detailv2&iss=sbi#enterInsights
  14.  
  15. # Specialized reverse image search:
  16. //iqdb.org/?url=%IMG;text:i
  17. https://trace.moe/?auto&url=%IMG;text:w
  18. #//3d.iqdb.org/?url=%IMG
  19. //saucenao.com/search.php?url=%IMG;text:s
  20. https://pbs.twimg.com/media/%name:orig;text:tw
  21. https://ascii2d.net/search/url/%IMG;text:a
  22.  
  23. # "View Same" in archives:
  24. http://eye.swfchan.com/search/?q=%name;types:swf
  25. #https://desuarchive.org/_/search/image/%sMD5/
  26. #https://archive.4plebs.org/_/search/image/%sMD5/
  27. #https://boards.fireden.net/_/search/image/%sMD5/
  28. #https://foolz.fireden.net/_/search/image/%sMD5/
  29.  
  30. # Other tools:
  31. #http://exif.regex.info/exif.cgi?imgurl=%URL
  32. #//imgops.com/start?url=%URL;types:gif,jpg,png;text:i
  33. #//www.gif-explode.com/%URL;types:gif
  34.  
  35. #https://lens.google.com/uploadbyurl?url=%IMG;text:lens
Add Comment
Please, Sign In to add comment