• 0 Posts
  • 16 Comments
Joined 11 months ago
cake
Cake day: August 15th, 2023

help-circle




  • To make it work, I had to remove some things from the script, which didn’t work for me:

    1. START TRANSACTION;
    2. SET time_zone = "+00:00";
    3. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    4. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    5. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    6. /*!40101 SET NAMES utf8mb4 */;
    7. CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci (like you suggested)
    8. COMMIT; (In Alter Tables, since as far as I remember, DDL commands don’t need to commit, only the DML ones. So I did the commit manually)

    If I need to remove the registration, do I have to update the Value column on tarallo_settings table or are there any settings’ menu which I’m not seeing?












  • I use a few:

    • Adguard (blocking ads).
    • Vinegar (blocking YouTube ads and allows me to use iOS video player, with PiP, alongside other options like default video quality).
    • SponsorBlock (Skip YouTube ads. Works great without Vinegar, and just okay alongside Vinegar).
    • Baking Soda (like Vinegar, allows iOS default video player with other websites which are not YouTube related).
    • Userscripts (allows loading scripts into Safari. I mainly use them to bypass some paywalled articles, and restore the YouTube dislikes counter).