Skip to content

Releases: zerodytrash/Simple-YouTube-Age-Restriction-Bypass

v2.4.5

27 Mar 17:37
Compare
Choose a tag to compare
  • Fix exception in extension when unlocking embedded players (891103b)
  • Fix XHR url rewrites in firefox extension (fdd5d98)
  • Fix thumbnail unlock from initial data (#127, 0b58c28)
  • Remove clientScreen:EMBED strategy that no longer works (5a27384)
  • Minor code optimizations

v2.4.4

06 Mar 22:21
Compare
Choose a tag to compare
  • Add support for respecting different client languages by @drunkwinter (#129)
  • Add support for time stamps in the video url by @drunkwinter (#130)
  • Improve compatibility with other YouTube extensions by @friendlyanon (#131)
  • Add confirmation button to unlock embedded players (improves the loading time of websites)

v2.4.3

24 Feb 01:36
Compare
Choose a tag to compare
  • Add another player unlock strategy (WEB_EMBEDDED_PLAYER)
  • Add capability to unlock the sidebar via account proxy
  • Fix #126

The clientScreen:EMBED bypass is slowly dying. Some more adjustments may be needed in the near future.

v2.4.2

14 Feb 16:00
Compare
Choose a tag to compare

v2.4.1

11 Feb 20:01
Compare
Choose a tag to compare

v2.3.5

26 Jan 17:25
Compare
Choose a tag to compare
  • Fix error on upcoming livestreams (#119)

v2.3.4

22 Jan 22:03
Compare
Choose a tag to compare
  • Fix null reference exception (#116)
  • Improve sandbox detection to support more Greasemonkey-based user script managers (like FireMonkey)

v2.3.3

11 Jan 19:52
Compare
Choose a tag to compare
  • Fix initial data processing (#111)
  • Fix unexpected reloads of videos (#113)

v2.3.2

05 Jan 22:33
Compare
Choose a tag to compare
  • Fix an error in the initial data processing when the script is executed after document-start (#102 #103)
  • Improve compatibility with other extensions

v2.3.1

29 Dec 23:43
Compare
Choose a tag to compare
  • Add bypass to remove blur effect from thumbnails
  • Fix missing video description and related videos by @drunkwinter
  • General code improvements