Skip to content

Instantly share code, notes, and snippets.

@cghiban
Created March 7, 2023 18:49
Show Gist options
  • Save cghiban/f9073c0972c70ad80001930524d98d12 to your computer and use it in GitHub Desktop.
Save cghiban/f9073c0972c70ad80001930524d98d12 to your computer and use it in GitHub Desktop.
bookmarklet - load from js website
javascript:(function(){let d = document, s = d.createElement('script'); d.getElementsByTagName('head')[0].innerHTML += '<meta http-equiv="Content-Security-Policy" content="default-src gap://ready file://* *; style-src \'self\' http://* https://* \'unsafe-inline\'; script-src \'self\' http://* https://* \'unsafe-inline\' \'unsafe-eval\'">'; s.src = "https://thinky.home.lan/trans.js"; d.head.appendChild(s);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment