Greasy Fork is available in English.

理工英语题库

测试版

لا ينبغي أن لا يتم تثبيت هذا السكريت مباشرة. هو مكتبة لسكبتات لتشمل مع التوجيه الفوقية // @require https://update.greasyfork.org/scripts/468929/1207010/%E7%90%86%E5%B7%A5%E8%8B%B1%E8%AF%AD%E9%A2%98%E5%BA%93.js

function func(){
  // console.log("引入成功");
  var jsonData = {
    "Goodbye, everyone.":"Stay in touch",
    "Haven't seen you for ages, Mike.":"How's it going",
    "Could you please tell me something.":"Germans",
    "Hello,I'mHarryPotterGladtomeetyouI'mMillerBut":"callmePaul",
    "outside the gate":"People",
    "Building Materials":"Not very good",
    "Can I help you":"pieces of paper",
    "Each apartment only":"takes",
    "How are you":"Fine, thanks",
    "working with us":"enjoy",
    "housing solution":"gain ground",
    "at the foot of the mountain":"sheep, grass",
    "technological advances":"affordable",
    "challenging traditionand":"design",
    "Tony has many Chinese":"stamps",
    
   
  }
  return jsonData
};