Skip to content

Instantly share code, notes, and snippets.

@vyach-vasiliev
Last active May 9, 2024 12:50
Show Gist options
  • Save vyach-vasiliev/0d64ace30c82a36d4aec15cf71efb50e to your computer and use it in GitHub Desktop.
Save vyach-vasiliev/0d64ace30c82a36d4aec15cf71efb50e to your computer and use it in GitHub Desktop.
Open fb or kinopoisk (bookmarklet)
  1. Create bookmark in your browser (press Ctrl+D) on any page.
  2. Replace URL to open_fb_kp.js file contents and name as "Open fb/kp" (optional).
  3. Enjoy ✨
javascript:(location.href.match("kinopoisk") ? open(location.href.replace(".ru", ".vip")) : null)||(location.href.match("flicksbar") ? location.host = "kinopoisk.ru" : null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment