Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View pdkpv's full-sized avatar

Сергей Подкопаев pdkpv

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 9 columns, instead of 7. in line 4.
Name,Treble,Author,Date,Website,Download link,XDA link,Telegram link,4PDA post link
AICP,No,hemantbeast,2020-04-04,https://aicp-rom.com,https://dwnld.aicp-rom.com/device/santoni/WEEKLY/aicp_santoni_p-14.0-WEEKLY-20200404.zip,https://forum.xda-developers.com/xiaomi-redmi-4x/development/-t3752147,,https://4pda.ru/forum/index.php?act=findpost&pid=88671997
AOSiP Pizza,No,emrecan001,2019-09-26,,https://drive.google.com/u/0/uc?export=download&id=1NtN4V6tEjAeETx68Dbn-9lOVhI47hMqx,,,https://4pda.ru/forum/index.php?act=findpost&pid=89281070
Arrow OS,Yes,Sonal Singh,2019-10-16,https://arrowos.net,https://download.sourceforge.net/arrow-os/Arrow-v9.0-santoni-OFFICIAL-20191016.zip,https://forum.xda-developers.com/xiaomi-redmi-4x/development/-t3822643,https://t.me/Arrow_OS,https://4pda.ru/forum/index.php?act=findpost&pid=77317907
AOSiP DerpFest,No,bikram_m,2020-03-14,https://sourceforge.net/projects/derpfest,https://download.sourceforge.net/derpfest/AOSiP-9.0-DerpFest-Official-santoni-20200314.zip,https://forum.xda-develop
@aymericbeaumet
aymericbeaumet / delete-likes-from-twitter.md
Last active April 22, 2024 22:01
[Recipe] Delete all your likes/favorites from Twitter

Ever wanted to delete all your likes/favorites from Twitter but only found broken/expensive tools? You are in the right place.

  1. Go to: https://twitter.com/{username}/likes
  2. Open the console and run the following JavaScript code:
setInterval(() => {
  for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
    d.click()
 }
@mayneyao
mayneyao / notion2blog.js
Last active February 29, 2024 18:01
Notion.so > Personal Blog | custom domain + disqus comment
const MY_DOMAIN = "agodrich.com"
const START_PAGE = "https://www.notion.so/gatsby-starter-notion-2c5e3d685aa341088d4cd8daca52fcc2"
const DISQUS_SHORTNAME = "agodrich"
addEventListener('fetch', event => {
event.respondWith(fetchAndApply(event.request))
})
const corsHeaders = {
"Access-Control-Allow-Origin": "*",
@lenosi
lenosi / README.md
Last active May 20, 2023 07:58
MIUI bloatware

Get list of system apps on the device:

adb shell "echo 'apps:' && pm list packages -f | grep /system/app/ | sed 's/.*=/  - /'"

Remove application command

pm uninstall -k --user 0 app
@TheDrHax
TheDrHax / script.js
Last active November 22, 2019 07:27
Скрипт для GreaseMonkey, быстро прокликивающий все нужные кнопки на https://auth.wi-fi.ru/
// ==UserScript==
// @name MosMetroV2.js
// @description This script skips annoying quizes and full screen ads on https://auth.wi-fi.ru
// @author Dmitry Karikh <mosmetro@thedrhax.pw> (https://github.com/mosmetro-android)
// @version 2
// @grant none
// @include *://auth.wi-fi.ru/auth*
// ==/UserScript==
(function () {
@Biswa96
Biswa96 / Remove_MIUI_Bloatware.CMD
Last active April 7, 2024 15:38
Remove bloatware applications from MIUI ROM in Xiaomi phones
@echo off
set /p Y=Enter adb.exe folder path:
cd /d %Y%
adb devices
pause
for %%X in (
"com.amazon.appmanager"
"com.android.browser"
"com.android.chrome"
"com.android.email"
@giantplaceholder
giantplaceholder / gist:2ee836f86b69a7df20cd53163f64b7c2
Created October 5, 2018 10:39
Revocation of personal data's processing permission and account termination request [VK.com]
<ФИО отправителя>
тел.: +7 000 000 00 00
<e-mail>
<почтовый индекс>
<полный почтовый адрес отправителя>
ООО «В Контакте»
191024
@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active April 23, 2024 04:51
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat

Demo:

Spoiler warning

Spoiler text. Note that it's important to have a space after the summary tag. You should be able to write any markdown you want inside the <details> tag... just make sure you close <details> afterward.

console.log("I'm a code block!");
@baszoetekouw
baszoetekouw / remove_bloatware.sh
Last active April 30, 2023 20:24
Bloatware to be removed from Galaxy S8
#!/bin/bash
# dit zijn de paketten die IK van mijn (verder lege) telefoon heb verwijderd.
exit
adb shell pm uninstall -k --user 0 com.android.bio.face.service
adb shell pm uninstall -k --user 0 com.diotek.sec.lookup.dictionary
adb shell pm uninstall -k --user 0 com.enhance.gameservice
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system