Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Remove fbclid
// @version 1.0
// @description Remove URL parameters with fbclid!
// @author XMAX
// @match *://*/*
// ==/UserScript==
(function() {
let pt = /fbclid=\w+&?/g;
// ==UserScript==
// @name Anime1.me helper
// @version 1.0
// @author XMAX
// @match *://anime1.me/*
// @description Open video page with new page.
// ==/UserScript==
(function() {
'use strict';
// ==UserScript==
// @name anime1.me_Auto_Password
// @version 1.0.1
// @description Auto send password on Anime1.me
// @author XMAX
// @match https://anime1.me/*
// ==/UserScript==
(function() {
setTimeout(function() {

STEPS

  • Click on Help menu

  • Select Enter License

  • Then paste given KEY given at bottom

  • Finally click on Use License

// ==UserScript==
// @name HTML5 Video Key Press Helper
// @namespace https://www.facebook.com/xmax1231
// @version 0.2
// @description HTML5 Video Key Press Helper
// @author XMAX
// @match http://*/*
// @match https://*/*
// @grant none
// ==/UserScript==