GamerGirlandCo / fuck-you-tinymce

tinymce premium plugins for free because fuck those guys :)
MIT License
23 stars 2 forks source link

how it work ? #3

Open puples opened 8 months ago

puples commented 8 months ago

script need a key ?

GamerGirlandCo commented 7 months ago

the script is just for fetching the latest versions of the plugins. it's not intended to be used by anyone besides myself. you can still download the repo as a zip (or add it as a submodule) — all the premium plugins are still included. hope that helps!! :)

puples commented 7 months ago

ah ok Thanks, I thought it was a repo with versions without the need for a key

GamerGirlandCo commented 7 months ago

ah ok Thanks, I thought it was a repo with versions without the need for a key

you don't need additional keys for anything besides i think the AI and spellcheck plugins. this repository contains every plugin, including premium ones!

webmaster-77 commented 6 months ago

script need a key ?

just replace tinymce.min.js to version 6.5.1 and use this keys:

  //keys
  api_key:"vzc822ybbaa517i2jfue6ss7dh90h6zj93fl28k4obrhofj6",
  editimage_api_key:"vzc822ybbaa517i2jfue6ss7dh90h6zj93fl28k4obrhofj6",
  spellchecker_api_key:"vzc822ybbaa517i2jfue6ss7dh90h6zj93fl28k4obrhofj6",
  mediaembed_api_key:"vzc822ybbaa517i2jfue6ss7dh90h6zj93fl28k4obrhofj6",
  linkchecker_api_key:"vzc822ybbaa517i2jfue6ss7dh90h6zj93fl28k4obrhofj6",
  tinydrive_api_key:"vzc822ybbaa517i2jfue6ss7dh90h6zj93fl28k4obrhofj6",
  //tinydrive_dropbox_app_key: 'jee1s9eykoh752j',
  //tinydrive_google_drive_key: 'AIzaSyAsVRuCBc-BLQ1xNKtnLHB3AeoK-xmOrTc',
  //tinydrive_google_drive_client_id: '748627179519-p9vv3va1mppc66fikai92b3ru73mpukf.apps.googleusercontent.com',
  tinydrive_service_url: '/admin/ajax/',
  tinydrive_upload_path: '/files/uploads',
  tinydrive_token_provider: function (success, failure) {
       success({ token: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJqb2huZG9lIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.Ks_BdfH4CWilyzLNk8S2gDARFhuxIauLa8PwhdEQhEo' });
  },

you can check work on link https://tinydrive.webmaster77.ru/ and download it.