This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I am getting this error on my company laptop at the office. In order to ignore SSL Verification, I install the library using the code below: | |
| pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org <library-name> | |
| source: https://stackoverflow.com/a/29751768 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name FocusInput | |
| // @namespace https://berkantkz.github.io | |
| // @version 0.3 | |
| // @description Focus to the very first text input on a web page on any key press | |
| // @author berkantkz | |
| // @match *://*/* | |
| // @homepage https://gist.github.com/berkantkz/cfa31157d8e54d821f1ddf345a93d36a | |
| // @icon https://berkantkz.github.io/kz.png | |
| // @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @media (prefers-color-scheme: dark) { | |
| body, div, td, tr, th, thead, tbody, dd, dt, dl, ul, li, a, p { | |
| background: #242424 !important; | |
| background-color: #242424 !important; | |
| color: white !important; | |
| } | |
| dd { | |
| border: 1px solid #fff5; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Assessment and comparison of impacts | |
| The summary table overleaf shows the impacts of the five policy options as such (applied to mobile phones only) relative to the baseline, and without taking into | |
| account any potential effects from increased voluntary decoupling that might follow from the options, or effects on other portable electronic devices (these are discussed | |
| separately below). As can be seen: | |
| 1 Social impacts: Options 1, 4 and 5 would increase consumer convenience | |
| overall, mainly due to the enhanced ability to charge different phones with different chargers, the increased likelihood of finding a compatible charger | |
| while away from home (option 1), and/or reduced confusion about which charger works with what (options 4 and 5). There are also marginal benefits in | |
| terms of product safety and the illicit market from all options except option 3, due to the expected small reductions in demand for (potentially unsafe and/or | |
| counterfeit) stand-alone chargers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Focus Input | |
| https://gist.github.com/berkantkz/cfa31157d8e54d821f1ddf345a93d36a | |
| YouTube Volume Mouse Controller | |
| https://greasyfork.org/en/scripts/376002-youtube-volume-mouse-controller | |
| Local YouTube Downloader | |
| https://greasyfork.org/en/scripts/369400-local-youtube-downloader | |
| Twitter Media Downloader |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name twitter desktop to mobile | |
| // @namespace https://berkantkz.me | |
| // @version 0.1 | |
| // @description automatically switch to mobile twitter site since the desktop version of twitter blocked on the wifi connection where I live by the administrator. | |
| // @author berkantkz | |
| // @match https://*.twitter.com/* | |
| // @icon https://berkantkz.me/kz.png | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-moz-document domain("donanimhaber.com") { | |
| .soltaraf { | |
| max-width: 65% !important; | |
| margin: 0 auto !important; | |
| float: none !important; | |
| } | |
| .ki-cevapicerigi .icerik { | |
| font-size: 15px; | |
| line-height: 2; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CarrierPhoneId_0=-1 | |
| Phenotype_boot_count=4 | |
| Phenotype_flags=activity_starts_logging_enabled:alarm_manager_constants:alarm_manager_dummy_flags:always_on_display_constants:anomaly_config:anomaly_config_version:anomaly_detection_constants:app_idle_constants:app_standby_enabled:appop_history_parameters:backup_agent_timeout_parameters:battery_stats_constants:battery_tip_constants:binder_calls_stats:ble_scan_low_power_interval_ms:ble_scan_low_power_window_ms:blocking_helper_dismiss_to_view_ratio:blocking_helper_streak_limit:device_idle_constants:emergency_call_codes_data:gnss_satellite_blacklist:hybrid_sysui_battery_warning_flags:job_scheduler_constants:job_scheduler_quota_controller_constants:job_scheduler_time_controller_constants:location_background_throttle_interval_ms:location_ignore_settings_package_whitelist:network_watchlist_enabled:night_display_forced_auto_mode_available:notification_snooze_options:phenotype_test_setting:settings_use_external_provider_api:settings_use_psd_api:smart_replies_in_notifications |
NewerOlder