Google 翻訳から原文のページへ

    @@ -1,7 +1,7 @@ /* * @title Google 翻訳から原文のページへ * @description 新しいタブで開くと迷子になるので。 - * @include https://translate.google.com/translate + * @include https://translate.googleusercontent.com/* * @license MIT License * @javascript_url */
  • /*
     * @title Google 翻訳から原文のページへ
     * @description 新しいタブで開くと迷子になるので。
     * @include https://translate.googleusercontent.com/*
     * @license MIT License
     * @javascript_url 
     */
    
    location.href = new URL(location.href).searchParams.get('u');
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2020/08/08 12:51:11 - 2020-08-08
  2. 2020/08/08 12:50:15 - 2020-08-08