Tuesday, November 10, 2020

Fast forward most videos (TikTok / Twitter / YouTube ads / Facebook / Netflix/ Prime / etc)

a.k.a. Unskippable This! A bookmarklet.

(This also works on ads. )

1. Drag each of the following links to your bookmark bar.
2. On Twitter, or FB this works on the first video on the page, so you might need to be in single post view for it  to work.
Should work on multi page videos. On YT, you can 100x the ads, and it will revert to normal speed for the video.
3. To activate click the bookmark at the speed you want. (you can right click "edit" the bookmark you've created to make sure there's no nefarious javascript in it. There isn't, but good habits.)


This is what it looks like mid drag:



This is what it looks like in the bookmark bar :





Wednesday, July 24, 2019

דברים מוזרים: קלפיות עם תוצאות חריגות. בחירות 2019 מועד א

אזהרה:

לא כל תוצאה חריגה היא עדות למעשה פלילי, יכולות להיות סיבות מצויינות לכך שקלפי מסויימת תהיה שונה מאוד מכל הקלפיות האחרות בעיר. אם מישהו מכיר סיבות כאלה - שתפו אותי (לדוגמא, קלפי מסויימת ממוקמת בישיבה תורנית, וכל המצביעים בה הם תלמידי ישיבה, בשונה מיתר תושבי העיר)
אין בכוונתי להטיח האשמות, או לשפוט עד כמה לא סבירות התוצאות, אבל בחלק מהמיקרים בהחלט כדאי למצוא הסבר.

הקדמה

לפני כמה חדשים התפתח דיון על "כמה זה בלתי סביר לראות את התוצאות הבאות?"
שימו לב למספרים העגולים בצורה מחשידה. זו לא הבעיה היחידה כפי שנראה בהמשך.
(כאן יש דוגמא לאיך להוריד את תוצאות האמת ולעבוד איתם. אפשר להשאיר את שמות המפלגות בעברית, תורגם לאנגלית לצריכה המונית)

חיפוש בקובץ התוצאות העלה קלפיות חריגות נוספות.לדוגמא שימו לב לתוצאות של הקלפיות בחצור הגלילית:
לחצו להגדלה - שימו לב עד כמה שונה השורה הראשונה מיתר השורות.


הנה 15 הקלפיות עם התוצאות ה"חריגות" ביותר. (יש לשים לב שבעיר גדולה עם הרבה קלפיות יש סיכוי גדול יותר לתוצאה שונה מיתר הקלפיות באותה עיר, ולכן לא כל תוצאה לכאורה חשודה היא סימן לרמאות, לפעמים יש שכונה בעיר שהיא שונה מיתר השכונות.)



והנה גרף אינטראקטיבי שממפה את מידת השונות של כל קלפי (כל ישוב בצבע אחר). ציר ה X ממפה את מספר הקלפיות בישוב, ציר ה Y את מידת ה "שונות". כל קלפי מיוצגת על ידי נקודה. מעבר עם העכבר על הנקודות יחשוף עוד מידע.



הנקודות הגבוהות ביותר מוצגות בטבלה לעיל.

Thursday, September 3, 2015

Why cant you get calendar alerts from google Tasks? Now you can!

How to get calendar alerts from google tasks.

Here is a short scrip that will transfer all tasks with due dates onto an alerts calendar.
To set up

  1. Go to your calendar
    1. Create a new calendar called "Reminders"
    2. Edit Notifications for that calendar to get emails sms or popups.
  2. Go to "script.google.com"
    1. Create a new blank project
    2. Paste this code in there (overwrite anything that was in there).
    3. Save the code
    4. "Resources"-> "Current Project's Triggers" -> "click to add new trigger"
      OR
      click the trigger icon (clock inside a speech bubble next to the save and play icons )
      NOTE: If this is the first time you are doing this you need to enable 2 things before step 4
      1. Resources -> "Advanced Google Services" - Enable the TASKS api
      2. console.developers.google.com/apis - search for "tasks" and enable it.
         
    5. Select "Time Driven" and as frequent as you want it to run (5 minutes is good)
    6. Save
To Use
  1. Go to Gmail, and select "Tasks" from the drop down (other options are mail and contacts)
  2. Any task that is not completed which has a due date will be transferred to the "Reminders" calendar and marked completed.
  3. A task can be created from an email (shift-T)
  4. Tasks that do not have a due date will not receive this treatment.

N.B

you need to enable advanced services



(this has been asked for a lot - e.g. )