CHIA SẺ SCRIPT QUIL...
 
Notifications
Clear all

CHIA SẺ SCRIPT QUILLBOT PREMIUM - TAMPERMONKEY

5 Posts
2 Users
0 Reactions
881 Views
Posts: 44
Positive contribution
Topic starter
(@bachthekat)
Trusted Member
Joined: 2 years ago

Các bác cứ làm theo các bước là xài được :v
Bước 1: Tải tiện ích Tampermonkey trên trình duyệt web

Bước 2: : Mở file có đuôi ".js" ở dưới, sau đó copy nội dung (toàn bộ)

Bước 3: Chuột trái vào biểu tượng Tampermonkey ở trên thanh địa chỉ (gần gần đó)

Bước 4: Chọn "Create a new script", sau đó paste nội dung file vào

Bước 5: Chọn File -> Save -> Tên bất kỳ.

Bước 6: Đăng nhập vào quillbot bằng tài khoản bất kỳ.

Lưu ý: Chỉ dùng được trên nền Web, và không áp dụng cho tiện ích riêng của QuillBot.Có thể mở file bằng notepad r copy script vô tampermonkey nhé!!

Link tải file: https://gofile.io/d/kPDuGr

 

Reply
4 Replies
Posts: 44
Positive contribution
Topic starter
(@bachthekat)
Trusted Member
Joined: 2 years ago

Dùng đc,hoàn toàn tốt nha các bác

Reply
3 Replies
(@viettien75)
Joined: 2 years ago

New Member
Posts: 2

@bachthekat bác còn file ko ạ. Có thể gửi e dc ko. Thanks bác nhiều!!!

Reply
Positive contribution
(@bachthekat)
Joined: 2 years ago

Trusted Member
Posts: 44

@viettien75

// ==UserScript==

	// @name Quillbot Premium Unlocker

	// @namespace quillbot.taozhiyu.gitee.io

	// @version 0.1

	// @description Unlocks Quillbot Premium so that you don't have to pay.

	// @author longkidkoolstar

	// @match  https://quillbot.com/* 

	// @icon  https://quillbot.com/favicon.png 

	// @require  https://greasyfork.org/scripts/455943-ajaxhooker/code/ajaxHooker.js?version=1124435 

	// @run-at document-start

	// @grant none

	// @license WTFPL

	// ==/UserScript==

	/* global ajaxHooker*/

	(function() {

	'use strict';

	// How's it going filthy code looker

	ajaxHooker.hook(request => {

	if (request.url.endsWith('get-account-details')) {

	request.response = res => {

	const json=JSON.parse(res.responseText);

	const a="data" in json?json.data:json;

	a.profile.accepted_premium_modes_tnc=true;

	a.profile.premium=true;

	res.responseText=JSON.stringify("data" in json?(json.data=a,json):a);

	};

	}

	});

	})();

 

script khác nha bn

Reply
(@viettien75)
Joined: 2 years ago

New Member
Posts: 2

Posted by: @bachthekat

@viettien75

// ==UserScript==

	// @name Quillbot Premium Unlocker

	// @namespace quillbot.taozhiyu.gitee.io

	// @version 0.1

	// @description Unlocks Quillbot Premium so that you don't have to pay.

	// @author longkidkoolstar

	// @match  https://quillbot.com/* 

	// @icon  https://quillbot.com/favicon.png 

	// @require  https://greasyfork.org/scripts/455943-ajaxhooker/code/ajaxHooker.js?version=1124435 

	// @run-at document-start

	// @grant none

	// @license WTFPL

	// ==/UserScript==

	/* global ajaxHooker*/

	(function() {

	'use strict';

	// How's it going filthy code looker

	ajaxHooker.hook(request => {

	if (request.url.endsWith('get-account-details')) {

	request.response = res => {

	const json=JSON.parse(res.responseText);

	const a="data" in json?json.data:json;

	a.profile.accepted_premium_modes_tnc=true;

	a.profile.premium=true;

	res.responseText=JSON.stringify("data" in json?(json.data=a,json):a);

	};

	}

	});

	})();

 

script khác nha bn

Dạ dc ạ. E cảm ơn nhiều!!! 

 

Reply
Scroll to Top